Skip to content

v3.30.0

Latest
Compare
Choose a tag to compare
@TheThingsBot TheThingsBot released this 11 Apr 13:27
· 112 commits to v3.30 since this release

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.