From 144f10aa8b004465cb6cd86a163a9c877a944f47 Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Tue, 13 Jan 2026 09:59:43 -0300 Subject: [PATCH] dev: Fix CHANGELOG entry order --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.