Releases: brocaar/chirpstack-application-server
v3.17.7
v3.17.6
v3.17.5-test.1
ChirpStack Application Server v3.17.5-test.1
Features
- Add dev-nonce clear functionality. (#660)
Improvements
- Update LoRa Cloud integration with Modem & Geolocation Services.
v3.17.4
v3.17.3
v3.17.2
v3.17.1
v3.17.0
v3.17.0
Features
Device metrics
This adds the following metrics to the device overview:
- RSSI
- SNR
- Uplinks per frequency
- Uplinks per data-rate
Improvements
- Add support for new tracker payload in the Semtech LoRa Cloud integration.
- Get timestamp from
rxInfo
if available for join event in PostgreSQL integration. - Set http timeout on http integration. (#615)
- Docker images added for ARM v6, v7 and ARM64. (#618)
Gateway metrics
This adds the following metrics to the gateway overview:
- Uplinks and downlinks per frequency
- Uplinks adn downlinks per data-rate
- Downlinks per ack status
v3.16.0
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)
Bugfixes
v3.16.0-test.3
v3.16.0-test.3