Skip to content

v3.35.2

Latest

Choose a tag to compare

@TheThingsBot TheThingsBot released this 30 Jan 14:10
· 67 commits to v3.35 since this release

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.