You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of end-devices can now be sorted by last_seen_at field. Unseen devices will be shown last.
End devices now contain lora_alliance_profile_ids field.
Add source config option for TLS certificates in LoRaWAN Backend Interfaces interop client configuration. This value can be file (existing behavior) or key-vault.
Changed
serial_number field is now moved to the root of the end device structure. vendor_id and vendor_profile_id are now moved to the lora_alliance_profile_ids.
This requires a database schema migration (ttn-lw-stack is-db migrate) because of added columns and views.
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_id and vendor_profile_id fields.