fix: add service health reporting fix to changelog for clarity

This commit is contained in:
Usman Baig
2026-03-01 14:16:08 +01:00
parent 3da2472c86
commit 6bb23bc22a

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
## [Unreleased]
### Fixed
- **More reliable service health reporting.** The backend health check no longer falsely reports the service as unhealthy after sustained traffic. Previously, an internal counter grew over time and would eventually cross a fixed threshold — even under normal load — causing orchestrators to unnecessarily restart the service.
## [0.12.0-alpha] - 2026-03-01
### Added