ChirpStack v4.18.0-test.1

Viewed 12

v4.18.0-test.1

Upgrade note: This release contains a dependency update related to the hashing of passwords. If you are upgrading ChirpStack from a previous version and have not changed the default admin password, you must do this before upgrading to this version. The old default password was hashed with 1 iteration, which is no longer accepted by pbkdf2, which now enforces 1000 hash iterations (minimum).

Features

  • Make it possible to list multicast groups by tenant_api (#783)
  • Make it possible to list FUOTA deployments by tenant_id (#783)
  • Add missing Cayenne LPP parsers. (#909)

Improvements

  • Make MQTT channel capacity configurable.
  • Improve Redis Stream write performance by using approximate trimming (which is more efficient than exact trimming).
  • Update internal dependencies.

Bugfixes

  • Remove toolchain from go.mod for Go API client.
  • Only flush non-pending downlinks on queue. (#897)
  • Add missing connection_recycling_method to config template.
  • Fix descriptor to fragmentation-session setup (v2) MIC calculation. (#910)

Testing

For testing, please use the Docker image or downloads below:

0 Answers