v4.12.0
Features
FUOTA Support
This release brings FUOTA support to ChirpStack, deprecating the need to use the ChirpStack FUOTA Server. Currently it supports both the v1 and v2 versions of TS003, TS004 and TS005
specifications.
Note:
This has been tested against the LoRa Basics Modem stack. While testing, a small implementation difference has been found between the LoRa Basics Modem and the TS005 (v2) specification (#106). At this moment, the ChirpStack implementation has been aligned with the
LoRa Basics Modem.
Improvements
- Add sorting to device and gateway tables. (#579)
- Add Yandex ID OAuth provider support. (#622)
- Generalize auto-conversion of SEC1 EC Keys to PKCS#8. (#618)
- Replace static UUIDs by
gen_random_uuid()
in PostgreSQL migration. (#634) - Show origin in case of bind parse error. (#632)
- Refactor device-profile fields in database to reduce amount of used columns.
- Add filtering to device table.
- Update internal dependencies.
- Add JavaScript example for default ADR algorithm.
- Add option to configure join-server authorization header.