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.29.0 to 3.29.2 #120

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps go.thethings.network/lorawan-stack/v3 from 3.29.0 to 3.29.2.

Release notes

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

v3.29.2

Fixed

  • Memory leak in components which heavily use HTTP clients, such as the Application Server.

v3.29.1

Added

  • Option to store rate limits in Redis. When used, the rate limits are applied over the entire cluster instead of per-instance.
  • Field complement_collaborators was added to SearchAccounts. Allows an user to request the accounts that are not already attached to the entity's collaborator list.
Changelog

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

[3.29.2] - 2024-03-26

Fixed

  • Memory leak in components which heavily use HTTP clients, such as the Application Server.

[3.29.1] - 2024-03-05

Added

  • Option to store rate limits in Redis. When used, the rate limits are applied over the entire cluster instead of per-instance.
  • Field complement_collaborators was added to SearchAccounts. Allows an user to request the accounts that are not already attached to the entity's collaborator list.
Commits
  • f85d611 all: Enter release date of version 3.29.2 into the changelog
  • d957539 all: Bump to version 3.29.2
  • b9a95de all: Cut off changelog version 3.29.2
  • defffe3 all: Disable OpenTelemetry metrics
  • fbe4efe all: Enter release date of version 3.29.1 into the changelog
  • 21af16e all: Add maximize build space
  • d400dac all: Fix redirect loop when explicit ports are used
  • 65f0df0 all: Bump to version 3.29.1
  • 8be8a24 Merge pull request #6955 from TheThingsNetwork/changelog/v3.29.1
  • 439a16b all: Cut off changelog version 3.29.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)