Skip to content

Conversation

@dependabot
Copy link

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

Bumps lrwn_filters from 4.15.0 to 4.16.0.

Release notes

Sourced from lrwn_filters's releases.

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
  • 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
  • 1d98e64 Update dependencies.
  • 9fa309c api: Re-generate API definitions.
  • ffd6ba7 lrwn: Update Invalid RejoinType error str.
  • 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 [lrwn_filters](https://github.com/chirpstack/chirpstack) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/chirpstack/chirpstack/releases)
- [Commits](chirpstack/chirpstack@v4.15.0...v4.16.0)

---
updated-dependencies:
- dependency-name: lrwn_filters
  dependency-version: 4.16.0
  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
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.

0 participants