Skip to content

Commit 72b69dc

Browse files
docs: add changelog section to README
1 parent 27a668c commit 72b69dc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,22 @@ Yes. The proxy verifies the presigned signature, then makes its own authenticate
168168

169169
---
170170

171+
## Changelog
172+
173+
### 2026.2.0
174+
175+
- Modular handler architecture (`objects/`, `multipart/`, `routing/`, `client/`, `streaming/`)
176+
- Memory-based concurrency limiting (replaces count-based), default 64 MB budget
177+
- Redis state management with automatic recovery; fix data loss on multipart complete/retry
178+
- Hardened input validation, XML escaping, backpressure, and error handling
179+
- Helm chart restructured (`manifests/``chart/`) with PDB, standardized labels, and [config reference](chart/README.md)
180+
- E2E tests for PostgreSQL, Elasticsearch, ScyllaDB, ClickHouse, and S3 compatibility
181+
- CI workflows for ruff linting and unit tests
182+
- Prometheus-compatible metrics endpoint
183+
- Slimmer Dockerfile and Makefile improvements
184+
185+
---
186+
171187
## License
172188

173189
MIT

0 commit comments

Comments
 (0)