Skip to content

Commit 72a339c

Browse files
authored
Release 3.35.0 documentation (#1466)
1 parent 41726aa commit 72a339c

5 files changed

Lines changed: 262 additions & 591 deletions

File tree

doc/config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pygmentsUseClasses = true
2323
github_repository = "https://github.com/TheThingsIndustries/lorawan-stack-docs"
2424
github_repository_edit = "https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/content"
2525
tts_github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
26-
version = "3.34.3"
26+
version = "3.35.0"
2727

2828
[markup]
2929
[markup.goldmark]

doc/content/enterprise/aws/ecs/changelog/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
title: "Template Changelog"
33
aliases: [/getting-started/aws/ecs/changelog]
44
---
5-
65
# Upgrading
76

87
All meaningful changes to templates are documented in this file.
98

9+
## Unreleased
10+
11+
## 3.35.0
12+
1013
## 3.34.3
1114

1215
### 5-1-ecs-cluster

doc/content/whats-new/3.35.0.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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.

doc/data/api/ttn.lorawan.v3/messages/MessagePayloadFormatters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ fields:
99
default: FORMATTER_NONE
1010
- name: up_formatter_parameter
1111
comment: Parameter for the up_formatter, must be set together. The API enforces
12-
a maximum length of 16KB, but the size may be restricted further by deployment
12+
a maximum length of 64KB, but the size may be restricted further by deployment
1313
configuration.
1414
type: string
1515
rules:
16-
max_len: 40960
16+
max_len: 65536
1717
default: ""
1818
- name: down_formatter
1919
comment: Payload formatter for downlink messages, must be set together with its
@@ -25,9 +25,9 @@ fields:
2525
default: FORMATTER_NONE
2626
- name: down_formatter_parameter
2727
comment: Parameter for the down_formatter, must be set together. The API enforces
28-
a maximum length of 16KB, but the size may be restricted further by deployment
28+
a maximum length of 64KB, but the size may be restricted further by deployment
2929
configuration.
3030
type: string
3131
rules:
32-
max_len: 40960
32+
max_len: 65536
3333
default: ""

0 commit comments

Comments
 (0)