Skip to content

Commit

Permalink
Merge pull request #7011 from TheThingsNetwork/changelog/v3.30.0
Browse files Browse the repository at this point in the history
Changelog cutoff v3.30.0
  • Loading branch information
happyRip committed Mar 27, 2024
2 parents 9f0c529 + 38a3f9a commit a875628
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Expand Up @@ -11,16 +11,8 @@ For details about compatibility between different releases, see the **Commitment

### Added

- Fine grained NbTrans overrides for the dynamic ADR mode. See the `--mac-settings.adr.mode.dynamic.overrides.data-rate-[index].min-nb-trans` and `--mac-settings.adr.mode.dynamic.overrides.data-rate-[index].max-nb-trans` family of parameters.
- Support for storing user's bookmarks in the database.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the new `user_bookmarks` table.
- Support for storing user's Console Preferences in the database.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the new `console_preferences` column in the `users` table.

### Changed

- Searching for collaborators displays only accounts that are not already attached to the entity's collaborator list.

### Deprecated

### Removed
Expand All @@ -29,6 +21,20 @@ For details about compatibility between different releases, see the **Commitment

### Security

## [3.30.0] - unreleased

### Added

- Fine grained NbTrans overrides for the dynamic ADR mode. See the `--mac-settings.adr.mode.dynamic.overrides.data-rate-[index].min-nb-trans` and `--mac-settings.adr.mode.dynamic.overrides.data-rate-[index].max-nb-trans` family of parameters.
- Support for storing user's bookmarks in the database.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the new `user_bookmarks` table.
- Support for storing user's Console Preferences in the database.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the new `console_preferences` column in the `users` table.

### Changed

- Searching for collaborators displays only accounts that are not already attached to the entity's collaborator list.

## [3.29.2] - 2024-03-26

### Fixed
Expand Down Expand Up @@ -2787,7 +2793,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.29.2...v3.29
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.30.0...v3.30
[3.30.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.29.2...v3.30.0
[3.29.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.29.1...v3.29.2
[3.29.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.29.0...v3.29.1
[3.29.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.28.2...v3.29.0
Expand Down

0 comments on commit a875628

Please sign in to comment.