|
| 1 | +--- |
| 2 | +date: 2025-11-19T19:00:01Z |
| 3 | +title: "3.35.0" |
| 4 | +featured: |
| 5 | + { |
| 6 | + added: |
| 7 | + [ |
| 8 | + "The NS resends the class C confirmed downlink after the `mac_settings.class_c_timeout` time.", |
| 9 | + "The CLI now collects telemetry data on which commands and aliases are used. This helps us understand usage patterns and improve the tool.", |
| 10 | + ], |
| 11 | + changed: |
| 12 | + [ |
| 13 | + "Ping response settings for the TTIGW protocol to mark less gateway connections as disconnected.", |
| 14 | + "Improved Network Operations Center's TimescaleDB migrations to avoid possible deadlocks.", |
| 15 | + "Increase the payload codec formatter size limit to 64KB.", |
| 16 | + ], |
| 17 | + fixed: |
| 18 | + [ |
| 19 | + "Network Operations Center has new aggregates for Applications and End-Devices statistics.", |
| 20 | + "Reset used DevNonces button on the Console now works for LoRaWAN 1.0.4 and 1.1 devices.", |
| 21 | + ], |
| 22 | + } |
| 23 | +--- |
| 24 | + |
| 25 | +### Added |
| 26 | + |
| 27 | +- The NS resends the class C confirmed downlink after the `mac_settings.class_c_timeout` time. |
| 28 | +- The CLI now collects telemetry data on which commands and aliases are used. This helps us understand usage patterns and improve the tool. |
| 29 | + |
| 30 | +### Changed |
| 31 | + |
| 32 | +- Increased the default value from 5 to 15 for maximum number of confirmed uplink retransmission for LoRaWAN version prior 1.0.4. |
| 33 | +- Ping response settings for the TTIGW protocol to mark less gateway connections as disconnected. |
| 34 | +- Improved Network Operations Center's TimescaleDB migrations to avoid possible deadlocks. Migrations now temporarily disable background workers and set a local lock timeout to ensure schema changes can be applied safely and sequentially. |
| 35 | +- Increase the payload codec formatter size limit to 64KB. |
| 36 | + |
| 37 | +### Removed |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- Network Operations Center has new aggregates for Applications and End-Devices statistics, this seeks to address query timeouts that some tenants have experienced when accessing the Overview page in the metrics dashboard. |
| 42 | + - Previously the calculation was done in hourly aggregates, now they are performed in daily aggregates. |
| 43 | + - This requires a Network Operations Center database migration (`ttn-lw-stack noc-db migrate`). |
| 44 | +- Reset used DevNonces button on the Console now works for LoRaWAN 1.0.4 and 1.1 devices. |
0 commit comments