Skip to content

Commit

Permalink
Add CHANGELOG for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggelos Kolaitis committed Mar 26, 2021
1 parent 517d235 commit 3940f18
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3940f18

Please sign in to comment.