diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ce5e1700b6..1a0b549905af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,13 @@ ## Unreleased +### Fixes + +#### Core + +- Fixed an issue where upstream keepalive pool has CRC32 collision. + [#9856](https://github.com/Kong/kong/pull/9856) + ### Dependencies - Bumped lua-resty-session from 4.0.2 to 4.0.3 @@ -162,8 +169,6 @@ - Fix an issue where after a valid declarative configuration is loaded, the configuration hash is incorrectly set to the value: `00000000000000000000000000000000`. [#9911](https://github.com/Kong/kong/pull/9911) -- Fixed an issue where upstream keepalive pool has CRC32 collision. - [#9856](https://github.com/Kong/kong/pull/9856) - Update the batch queues module so that queues no longer grow without bounds if their consumers fail to process the entries. Instead, old batches are now dropped and an error is logged.