v3.16.0
Features
Live frame and event logs
By using a Redis Stream instead of Pub/Sub, the last frames and events (per gateway and device) can be retained, providing a configurable amount of history when opening the related pages (default is 10). This also improves the live frame and event logs interface to provide a better overview and faster rendering.
Note: Redis Streams requires Redis 5.0.0+.
Multicast refactor
This moves the multicast feature under applications, to enforce that all devices within the multicast group belong to the same application as the multicast group.
Before you upgrade, please validate that if you have any existing multicast-groups that:
- These are not empty (they contain one or multiple devices)
- All devices within the multicast group belong to the same application
If these conditions are met, ChirpStack Application Server will automatically migrate your multicast group(s) to the same application as your devices. In any other case, the migration will throw an error asking you to either remove the empty multicast group(s) or to re-assign the devices so that the above criteria are met.
InfluxDB v2
This adds InfluxDB v2 support by making the InfluxDB API protocol version configurable when adding the InfluxDB integration.
Improvements
- Add device-address to search functionality. (#603)
- Fetch OpenID Connect claims with
UserInfo
call. (#613)