TheThingsNetwork / lorawan-stack-migrate

Migrate devices from other LoRaWAN Network Servers to The Things Stack
Apache License 2.0
8 stars 3 forks source link

dev: bump go.thethings.network/lorawan-stack/v3 from 3.30.2 to 3.31.1 #137

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps go.thethings.network/lorawan-stack/v3 from 3.30.2 to 3.31.1.

Release notes

Sourced from go.thethings.network/lorawan-stack/v3's releases.

v3.31.1

Changed

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

v3.31.0

Added

  • Europe 868.1 MHz single channel frequency plan.
    • This is experimental and may be removed or hidden in the future.

Changed

  • The rate limit key for LoRa Basics Station has changed from gs:accept:ws to gs:accept:semtechws/lbslns.

Fixed

  • Fix potential issue with application event stream stopping after showing initial events.
  • Fix storybook compiling issue.
Changelog

Sourced from go.thethings.network/lorawan-stack/v3's changelog.

[3.31.1] - unreleased

Changed

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

[3.31.0] - 2024-07-04

Added

  • Europe 868.1 MHz single channel frequency plan.
    • This is experimental and may be removed or hidden in the future.

Changed

  • The rate limit key for LoRa Basics Station has changed from gs:accept:ws to gs:accept:semtechws/lbslns.

Fixed

  • Potential issue with application event stream stopping after showing initial events.
  • Storybook compiling issue.
  • 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).
  • Error log level and reporting when an end device attempts to join that does not have a MAC version set. Instead, the Network Server now publishes a drop join-request event.
Commits
  • e351ea6 all: Enter release date of version 3.31.1 into the changelog
  • 46918f0 util: Remove role-session-name for release-tag action
  • b8e9693 ns: Resolve lint warnings
  • 024341c ns: Exit early when no MAC version is set
  • 80d404b all: Bump to version 3.31.1
  • a0fc3d7 all: Fix changelog
  • de894b9 all: Cut off changelog version 3.31.1
  • e7a6d4d Merge pull request #7158 from TheThingsNetwork/doc/update-binary-help-text
  • 5fdde22 Merge pull request #7180 from TheThingsNetwork/dependabot/go_modules/safe-8c1...
  • c2b518b dev: Update dependencies
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 month ago

Superseded by #140.