Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps chirpstack_api from 4.15.0 to 4.16.1.

Release notes

Sourced from chirpstack_api's releases.

v4.16.1

Bugfixes

  • Fix missing RP002-1.0.5 in reg. params. revision dropdown.
  • Fix incorrect google.api.http option in DeviceProfileService Protobuf file.

v4.16.0

Features

RP002-1.0.5 support

This adds support for RP002-1.0.5 support, which includes support for LoRa SF5 and SF6. This also refactors how the min / max data-rate range works internally. This is required as with RP002-1.0.5 the semantics of min / max data-rates has changed and is no longer guaranteed to be a range. Please refer to the RP002-1.0.5 specs for more information.

As devices supporting RP002-1.0.5 are not required to implement all data-rates, ChirpStack assumes the device only supports the mandatory data-rates, unless otherwise configured in the device-profile.

DNS-based join-server resolving

This release adds DNS-based join-server resolving, based on the JoinEUI from the join-request.

Device-profile refactor

This change refactors the device-profile templates into the device profiles. Device profiles can now be global (and used by multiple tenants) and / or managed per-tenant (when the device profiles can only be used by the given tenant). This way, it is no longer needed to copy a device-profile template into a device profile. It also means that changes to a global device profile immediately propagate to the devices using the change device profile.

This change replaces the import-legacy-lorawan-devices-repository device profile import command by import-device-profiles, which import device profiles from https://github.com/chirpstack/chirpstack-device-profiles. Vendors and ChirpStack-users are encouraged to add their devices / devices they are using to this repository.

Note: Migrating existing device-profile templates to global device profiles can be performed using the migrate-device-profile-templates sub-command, e.g.:

chirpstack -c /path/to/config migrate-device-profile-templates

Improvements

  • Add configurable PostgreSQL connection recycling method. (#794)
  • Remove unused "integration" event code-traces.
  • Replace rand by getrandom crate to reduce number of dependencies.
  • Add option to filter out non-LoRaWAN frames in lrwn_filters crate.
  • Move shared meta-data to workspace Cargo.toml.
  • Update internal dependencies.

Bugfixes

  • Fix typo in region_eu433.toml description. (#775)
  • Fix saving measurements + auto-detect options in device profiles. (#769)

v4.16.0-test.1

No release notes provided.

Commits
  • 7a310d8 Bump version to 4.16.1
  • 926fa40 ui: Update RegParamsRevision list in device-profile form.
  • 825891d api: Fix GetDevice google.api.http option.
  • bbf23d6 Bump version to 4.16.0
  • aa2b93d ui: Make it possible to copy global device profile to tenant.
  • de139ea Fix passive-roaming downlink region not found error.
  • 3d18a20 ui: Remove LSB / MSB option from AES / DevAddr.
  • 0b98450 Add option to provision device by scanning QR code.
  • c95331a Import all devices of vendors / no longer use devices field.
  • e237061 Bump version to 4.16.0-test.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 <dependency name> 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)

Bumps [chirpstack_api](https://github.com/chirpstack/chirpstack) from 4.15.0 to 4.16.1.
- [Release notes](https://github.com/chirpstack/chirpstack/releases)
- [Commits](chirpstack/chirpstack@v4.15.0...v4.16.1)

---
updated-dependencies:
- dependency-name: chirpstack_api
  dependency-version: 4.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 26, 2026
@brocaar brocaar closed this Jan 28, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/chirpstack_api-4.16.1 branch January 28, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant