diff --git a/CHANGELOG.md b/CHANGELOG.md index 6340dc57bd..ec7f097aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ For details about compatibility between different releases, see the **Commitment ### Changed -- Rate limiting for downlink queue operations (`DownlinkQueuePush`, `DownlinkQueueReplace`) is now applied at the application level instead of per-device. This may result in more `ResourceExhausted` (429) errors when multiple devices under the same application perform downlink queue operations concurrently. - ### Deprecated ### Removed @@ -30,6 +28,10 @@ For details about compatibility between different releases, see the **Commitment - Add HSTS response headers. - Draft band definition for Uzbekistan 923Mhz band. +### Changed + +- Rate limiting for downlink queue operations (`DownlinkQueuePush`, `DownlinkQueueReplace`) is now applied at the application level instead of per-device. This may result in more `ResourceExhausted` (429) errors when multiple devices under the same application perform downlink queue operations concurrently. + ### Fixed - Application Server webhook registry now uses read-only Redis client for non-paginated list operations, reducing connection holding time during high traffic.