Skip to content

Commit 7fe88bb

Browse files
authored
docs: Release 3.36.0 (#1478)
1 parent a7f3072 commit 7fe88bb

4 files changed

Lines changed: 164 additions & 532 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.35.2"
26+
version = "3.36.0"
2727

2828
[markup]
2929
[markup.goldmark]

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ All meaningful changes to templates are documented in this file.
88

99
## Unreleased
1010

11+
### `5-6-ecs-proxy`
12+
13+
- Increase the allowed number of concurrent streams (downstream) per HTTP/2 connection for the Identity Server proxy.
14+
- Increase the allowed number of concurrent streams (downstream) per HTTP/2 connection for the main proxy.
15+
- Increase the per-connection buffer limit for the main proxy listeners and Identity Server clusters.
16+
- Add max-concurrent-streams to IS proxy upstream connections
17+
18+
### `1-1-vpc`
19+
20+
- Add optional CloudWatch Logs support for NLB access logs.
21+
22+
### AMI/BYOL template
23+
24+
- Add `TTGCTLSCertificateSecretARN`, `TTGCTLSCertificate` and `TTGCTLSCertificateKey` parameters for specifying a separate TTGC client TLS certificate.
25+
26+
### Proxy
27+
28+
- Upgrade to Envoy `1.31.10`.
29+
30+
## 3.35.2
31+
1132
### `4-2a-configuration`
1233

1334
- Add `DownlinkQueueCapacity` parameter.

doc/content/whats-new/3.36.0.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
date: 2026-03-27T18:01:53Z
3+
title: "3.36.0"
4+
featured: {
5+
added: [],
6+
changed: [],
7+
fixed: []
8+
}
9+
---
10+
11+
### Added
12+
13+
- Trust cache TTL and size for Basics Station CUPS server with defaults set to 5 mins and 1024 entries.
14+
15+
### Changed
16+
17+
- Network Operations Center now uses combined materialized views for application statistics queries, improving performance by eliminating JOINs and using tiered aggregation (hourly for <=7 days, daily for >7 days).
18+
- This requires a Network Operations Center database migration (`ttn-lw-stack noc-db migrate`).
19+
- Network Operations Center now uses existing continuous aggregates for ActiveMetrics queries (`QueryApplicationsActiveMetrics`, `QueryGatewaysActiveMetrics`), improving performance by using pre-aggregated data with tiered aggregation (hourly for <=3 days, daily for >3 days).
20+
- Network Operations Center now uses daily continuous aggregates for DataRatesPacketCount queries, improving performance by using tiered aggregation (hourly for <=7 days, daily for >7 days).
21+
- This requires a Network Operations Center database migration (`ttn-lw-stack noc-db migrate`).
22+
- Network Operations Center now uses tiered continuous aggregates for Channel queries (`QueryEndDeviceChannelsPacketCount`, `QueryGatewayChannelsPacketCount`, `QueryGatewayChannelsUtilization`), improving performance by using hourly/daily aggregation and removing `time_bucket_gapfill()`.
23+
- This requires a Network Operations Center database migration (`ttn-lw-stack noc-db migrate`).
24+
- Note: `QueryGatewayChannelsUtilization` no longer fills gaps with zeros.
25+
- Improve certificate selection logic to use the last CA in the chain.
26+
27+
### Fixed
28+
29+
- `TenantRegistry.ReleaseGatewayEUI` now correctly releases the gateway EUI. This only impacts operations performed by tenant administrators.
30+
- The timestamp of the udp packet is now always correct when the 'Schedule downlink late' is enabled for the gateway and downlink scheduling hits the duty cycle limit.
31+
32+
### Security
33+
34+
- HTML-escape gRPC error messages and error detail attributes to prevent reflected XSS in API error responses.

0 commit comments

Comments
 (0)