v3.24.1

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Release Notes

    Overview
  • 3.24.1
  • 3.24.0
  • 3.23.2
  • 3.23.1
  • 3.23.0
  • 3.22.2
  • 3.22.1
  • 3.22.0
  • 3.21.2
  • 3.21.1
  • 3.21.0
  • 3.20.2
  • 3.20.1
  • 3.20.0
  • 3.19.2
  • 3.19.1
  • 3.19.0
  • 3.18.2
  • 3.18.1
  • 3.18.0
  • 3.17.2
  • 3.17.1
  • 3.17.0
  • 3.16.3
  • 3.16.2
  • 3.16.1
  • 3.16.0
  • 3.15.2
  • 3.15.1
  • 3.15.0
  • 3.14.2
  • 3.14.1
  • 3.14.0
  • 3.13.3
  • 3.13.2
  • 3.13.1
  • 3.13.0
  • 3.12.3
  • 3.12.2
  • 3.12.1
  • 3.12.0
  • 3.11.3
  • 3.11.2
  • 3.11.1
  • 3.11.0
  • 3.10.8
  • 3.10.7
  • 3.10.6
  • 3.10.5
  • 3.10.4
  • 3.10.3
  • 3.10.2
  • 3.10.1
  • 3.10.0

3.24.0

Added

  • 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.
  • 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.
  • Add source config option for TLS certificates in LoRaWAN Backend Interfaces interop client and The Things Join Server device claiming configuration. This value can be file (existing behavior) or key-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.ns experimental flag.
    • The collection of the end device MAC command events can be enabled via the noc.events.mac_commands experimental flag.
    • The new dashboards can be enabled via the noc.dashboards.preview experimental flag.
    • This requires a database schema migration (ttn-lw-stack noc-db migrate) because of added table records.

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.
  • The underlying implementation of the storage integration of the Application Server now uses bun by default. This can be switched back by setting the experimental flag as.bunstore to false.

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.
← 3.24.1 3.23.2 →

On this page

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by Nejra Selimović on 19 Feb 2023.
doc: Add v3.24.0 release docs (#1036)

Edit on Github