From 3940f18c6e2db467cb1788d87f960f0bc90dbff6 Mon Sep 17 00:00:00 2001 From: Aggelos Kolaitis Date: Fri, 26 Mar 2021 15:24:30 +0200 Subject: [PATCH] Add CHANGELOG for v0.4.0 --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fd17f..10c455c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security -Initial version +## [v0.4.0] (2021-03-26) -[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack-migrate/ +### Changed + +- Rate limit RPC calls to TTN v2 to a maximum of 5 calls per second, to respect global TTN v2 rate limits. +- Disable `DevStatusReq` MAC command for devices exported from TTN v2. + +### Fixed + +- Retry when receiving errors of type ResourceExhausted and Unavailable, with a backoff. + +[0.4.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v0.4.0...master