Skip to content

Commit 96af6c0

Browse files
committed
Release v0.6.0
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 26ca3dd commit 96af6c0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-04-20
11+
12+
### Added
13+
14+
- **httpclient**: SSRF protection via a custom dialer that rejects connections to private, loopback, link-local, and other non-public IP ranges.
15+
1016
## [0.5.0] - 2026-04-07
1117

1218
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Kit provides foundational packages for building production-grade Go services wit
2020
| `migrator` | Database schema migrations with advisory locking |
2121
| `httpserver` | HTTP server with request tracing and metrics |
2222
| `httpclient` | HTTP client with telemetry and connection management |
23-
| `worker` | Task workers with polling, concurrency limits, and periodic scheduling |
23+
| `worker` | Task workers with polling and concurrency limits |
2424

2525
## Requirements
2626

0 commit comments

Comments
 (0)