Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.36.1] - unreleased

### Added

- `Count` RPC on `EndDeviceRegistry` to efficiently retrieve the number of end devices in an application.
- Add tracing for LBS LNS and TTIGW protocol handlers.
- TTGC LBS Root CUPS claiming support.
Expand All @@ -22,16 +36,10 @@ For details about compatibility between different releases, see the **Commitment

- During the process of claiming a managed gateway, create the gateway in the registry before claiming it, not after.

### Deprecated

### Removed

### Fixed

- Mutex locking that caused the rights to be fetched for authorization checks sequentially. This caused gateways to reconnect slowly after Gateway Server restarts and rpcs to timeout that were asserting gateway rights.

### Security

## [3.36.0] - unreleased

### Fixed
Expand Down Expand Up @@ -3071,7 +3079,8 @@ For details about compatibility between different releases, see the **Commitment
NOTE: These links should respect backports. See https://github.com/TheThingsNetwork/lorawan-stack/pull/1444/files#r333379706.
-->

[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.36.0...v3.36
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.36.1...v3.36
[3.36.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.36.0...v3.36.1
[3.36.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.35.2...v3.36.0
[3.35.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.35.1...v3.35.2
[3.35.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.35.0...v3.35.1
Expand Down