Skip to content

Commit 144f10a

Browse files
committed
dev: Fix CHANGELOG entry order
1 parent 4858087 commit 144f10a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ For details about compatibility between different releases, see the **Commitment
1313

1414
### Changed
1515

16-
- 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.
17-
1816
### Deprecated
1917

2018
### Removed
@@ -30,6 +28,10 @@ For details about compatibility between different releases, see the **Commitment
3028
- Add HSTS response headers.
3129
- Draft band definition for Uzbekistan 923Mhz band.
3230

31+
### Changed
32+
33+
- 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.
34+
3335
### Fixed
3436

3537
- Application Server webhook registry now uses read-only Redis client for non-paginated list operations, reducing connection holding time during high traffic.

0 commit comments

Comments
 (0)