Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps chirpstack_api from 4.14.1 to 4.15.0.

Release notes

Sourced from chirpstack_api's releases.

v4.15.0

Features

Blynk integration

This release adds a new integration with the Blynk IoT platform.

InfluxDB v3

This release updates the InfluxDB integration to also support InfluxDB v3.

Move FCntUp out of device-session

This moves the f_cnt_up field out of the device-session blob and stores it as a separate column in the device table. By doing this, it is no longer needed to wrap the uplink validation into a transaction and lock the device records matching the uplink DevAddr, as we can update the record with a where f_cnt_up = OLD_F_CNT_UP and check that the updated record-count != 0. Removing the transaction and locking the device-records matching the uplink DevAddr avoids a potential deadlock situation that might occur when multiple devices are sharing the same DevAddr.

The f_cnt_up will be automatically migrated from the device-session into the f_cnt_up device column at runtime.

Improvements

  • Add flush_queue option to Enqueue API method.
  • Add configuration option to flatten json log output. (#759)
  • Update Docker Compose dependency versions (Mosquitto, PostgreSQL, Redis, RabbitMQ and Kafka versions).
  • Update internal dependencies.
  • Cleanup dead code + fix clippy warnings.
  • Move dependency versions into [workspace.dependencies] of Cargo.toml (such that versions can be managed at a single place).

Bugfixes

  • UI: Fix setting gateway last-seen to undefined. (#75)
  • Fix setting TX Info for OTAA join-accept such that RX2 can be prioritized over TX1.
Commits
  • a54054b Bump version to 4.15.0
  • d5175c1 Update frame-counter comment.
  • fdd7dff Bump version to 4.15.0-test.3
  • 7f859d8 Update cargo-generate-rpm to 0.19.0
  • a13279e Bump version to 4.15.0-test.2
  • 48b2c98 Move all dependencies to workspace config.
  • 022e4c4 integration: Fix integration crate code.
  • 2c3a48e Remove unused helper functions.
  • ac5de19 Remove integration event code.
  • b4ec951 Fix clippy warnings.
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 20, 2025
Bumps [chirpstack_api](https://github.com/chirpstack/chirpstack) from 4.14.1 to 4.15.0.
- [Release notes](https://github.com/chirpstack/chirpstack/releases)
- [Commits](chirpstack/chirpstack@v4.14.1...v4.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/chirpstack_api-4.15.0 branch from 835ce1d to 101943b Compare October 22, 2025 10:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

Looks like chirpstack_api is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/chirpstack_api-4.15.0 branch October 22, 2025 10:32
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