Skip to content

Commit 0574235

Browse files
committed
Add CHANGELOG
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent c247aca commit 0574235

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0] - 2026-02-01
9+
10+
Initial release of the kit library.
11+
12+
### Added
13+
14+
- **log**: Structured logging wrapper around `slog` with OpenTelemetry trace correlation
15+
- **pg**: PostgreSQL client with connection pooling, transactions, advisory locks, and observability
16+
- **migrator**: File-based SQL migration runner with version tracking
17+
- **httpserver**: HTTP server with tracing, metrics, and response rendering helpers
18+
- **httpclient**: HTTP client with pooled/non-pooled transports and telemetry
19+
- **worker**: Generic worker pool with backpressure and graceful shutdown
20+
- **unit**: Application lifecycle management with config loading, metrics server, and trace exporter
21+
22+
[0.1.0]: https://github.com/gearnode/kit/releases/tag/v0.1.0

0 commit comments

Comments
 (0)