Added
- List of end-devices can now be sorted by
last_seen_atfield. Unseen devices will be shown last. - End devices now contain
lora_alliance_profile_idsfield. - LoRa Alliance NetIDs revision 69 and 70. This is used in Network Operations Center.
- This requires a database schema migration (
ttn-lw-stack noc-db migrate) because of added table records.
- This requires a database schema migration (
- Add
sourceconfig option for TLS certificates in LoRaWAN Backend Interfaces interop client and The Things Join Server device claiming configuration. This value can befile(existing behavior) orkey-vault. - Add issuing short-lived TLS client certificates from AWS Private CA.
- Experimental support for application and end device statistics in the Network Operations Center.
- The collection of the end device and application statistics can be enabled via the
noc.events.nsexperimental flag. - The collection of the end device MAC command events can be enabled via the
noc.events.mac_commandsexperimental flag. - The new dashboards can be enabled via the
noc.dashboards.previewexperimental flag. - This requires a database schema migration (
ttn-lw-stack noc-db migrate) because of added table records.
- The collection of the end device and application statistics can be enabled via the
Changed
serial_numberfield is now moved to the root of the end device structure.vendor_idandvendor_profile_idare now moved to thelora_alliance_profile_ids.- This requires a database schema migration (
ttn-lw-stack is-db migrate) because of added columns and views.
- This requires a database schema migration (
- The underlying implementation of the storage integration of the Application Server now uses
bunby default. This can be switched back by setting the experimental flagas.bunstoretofalse.
Deprecated
- Configuring certificate authorities per LoRaWAN Backend Interfaces SenderID (
interop.sender-client-ca) is now deprecated and support will be removed in a future version of The Things Stack.
Removed
- The device version identifiers no longer have the
serial_number,vendor_idandvendor_profile_idfields.