Skip to content

Commit

Permalink
Merge pull request #7189 from TheThingsNetwork/changelog/v3.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking authored Jul 17, 2024
2 parents e7a6d4d + a0fc3d7 commit d5e0967
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ For details about compatibility between different releases, see the **Commitment

### Changed

- Gateway ID and device ID are not autogenerated and prefilled anymore.

### Deprecated

### Removed

### Fixed

- Fixed an issue where an downlink message was scheduled by the Application Layer Clock Synchronization (ALCS) implementation when there is no answer to send (i.e. `AnsRequired` is not set and the difference with what the end device reports falls within the threshold).

### Security

## [3.31.1] - unreleased

### Changed

- Gateway ID and device ID are not autogenerated and prefilled anymore.

## [3.31.0] - 2024-07-04

### Added
Expand All @@ -40,6 +42,8 @@ For details about compatibility between different releases, see the **Commitment

- Fix potential issue with application event stream stopping after showing initial events.
- Fix storybook compiling issue.
- Fixed an issue where an downlink message was scheduled by the Application Layer Clock Synchronization (ALCS) implementation when there is no answer to send (i.e. `AnsRequired` is not set and the difference with what the end device reports falls within the threshold).


## [3.30.2] - 2024-06-11

Expand Down Expand Up @@ -2834,7 +2838,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.31.0...v3.31
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.31.1...v3.31
[3.31.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.31.0...v3.31.1
[3.31.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.30.2...v3.31.0
[3.30.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.30.1...v3.30.2
[3.30.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.30.0...v3.30.1
Expand Down

0 comments on commit d5e0967

Please sign in to comment.