v4.18.0
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.