Skip to content

Commit 7a67ec5

Browse files
TheThingsBothappyRip
authored andcommitted
Release 3.34.2 documentation (#1455)
* docs: Release 3.34.2 * doc: Update the `featured` section --------- Co-authored-by: Aleksander Borowski <[email protected]>
1 parent b037227 commit 7a67ec5

16 files changed

+14146
-1079
lines changed

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.1"
26+
version = "3.34.2"
2727

2828
[markup]
2929
[markup.goldmark]

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

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

99
## Unreleased
1010

11+
## 3.34.2
12+
1113
## 3.34.1
1214

1315
- Resolve issues with certificate renewal in the certbot scheduled task to ensure proper execution.

doc/content/ttn-lw-cli/ttn-lw-cli_authentication-providers_create.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ ttn-lw-cli authentication-providers create [provider-id] [flags]
1414
### Options
1515

1616
```
17-
--allow-registrations
18-
--allowed-email-domains strings
19-
--configuration.provider.oidc.client-id string
20-
--configuration.provider.oidc.client-secret string
21-
--configuration.provider.oidc.provider-url string
22-
-h, --help help for create
23-
--name string
24-
--provider-id string
17+
--allow-registrations
18+
--allowed-email-domains strings
19+
--configuration.provider.oidc.client-id string
20+
--configuration.provider.oidc.client-secret string
21+
--configuration.provider.oidc.preferred-response-type string
22+
--configuration.provider.oidc.provider-url string
23+
-h, --help help for create
24+
--name string
25+
--provider-id string
2526
```
2627

2728
### Options inherited from parent commands

doc/content/ttn-lw-cli/ttn-lw-cli_authentication-providers_get.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ ttn-lw-cli authentication-providers get [provider-id] [flags]
1414
### Options
1515

1616
```
17-
--allow-registrations select the allow_registrations field
18-
--allowed-email-domains select the allowed_email_domains field
19-
--configuration select the configuration field and all allowed sub-fields
20-
--configuration.provider.oidc select the configuration.provider.oidc field and all allowed sub-fields
21-
--configuration.provider.oidc.client-id select the configuration.provider.oidc.client_id field
22-
--configuration.provider.oidc.client-secret select the configuration.provider.oidc.client_secret field
23-
--configuration.provider.oidc.provider-url select the configuration.provider.oidc.provider_url field
24-
-h, --help help for get
25-
--name select the name field
26-
--provider-id string
17+
--allow-registrations select the allow_registrations field
18+
--allowed-email-domains select the allowed_email_domains field
19+
--configuration select the configuration field and all allowed sub-fields
20+
--configuration.provider.oidc select the configuration.provider.oidc field and all allowed sub-fields
21+
--configuration.provider.oidc.client-id select the configuration.provider.oidc.client_id field
22+
--configuration.provider.oidc.client-secret select the configuration.provider.oidc.client_secret field
23+
--configuration.provider.oidc.preferred-response-type select the configuration.provider.oidc.preferred_response_type field
24+
--configuration.provider.oidc.provider-url select the configuration.provider.oidc.provider_url field
25+
-h, --help help for get
26+
--name select the name field
27+
--provider-id string
2728
```
2829

2930
### Options inherited from parent commands

doc/content/ttn-lw-cli/ttn-lw-cli_authentication-providers_list.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ ttn-lw-cli authentication-providers list [flags]
1414
### Options
1515

1616
```
17-
--allow-registrations select the allow_registrations field
18-
--allowed-email-domains select the allowed_email_domains field
19-
--configuration select the configuration field and all allowed sub-fields
20-
--configuration.provider.oidc select the configuration.provider.oidc field and all allowed sub-fields
21-
--configuration.provider.oidc.client-id select the configuration.provider.oidc.client_id field
22-
--configuration.provider.oidc.client-secret select the configuration.provider.oidc.client_secret field
23-
--configuration.provider.oidc.provider-url select the configuration.provider.oidc.provider_url field
24-
-h, --help help for list
25-
--limit uint32 maximum number of results to get (default 50)
26-
--name select the name field
27-
--order string order by this field
28-
--page uint32 results page number (default 1)
17+
--allow-registrations select the allow_registrations field
18+
--allowed-email-domains select the allowed_email_domains field
19+
--configuration select the configuration field and all allowed sub-fields
20+
--configuration.provider.oidc select the configuration.provider.oidc field and all allowed sub-fields
21+
--configuration.provider.oidc.client-id select the configuration.provider.oidc.client_id field
22+
--configuration.provider.oidc.client-secret select the configuration.provider.oidc.client_secret field
23+
--configuration.provider.oidc.preferred-response-type select the configuration.provider.oidc.preferred_response_type field
24+
--configuration.provider.oidc.provider-url select the configuration.provider.oidc.provider_url field
25+
-h, --help help for list
26+
--limit uint32 maximum number of results to get (default 50)
27+
--name select the name field
28+
--order string order by this field
29+
--page uint32 results page number (default 1)
2930
```
3031

3132
### Options inherited from parent commands

doc/content/ttn-lw-cli/ttn-lw-cli_authentication-providers_update.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ ttn-lw-cli authentication-providers update [provider-id] [flags]
1414
### Options
1515

1616
```
17-
--allow-registrations
18-
--allowed-email-domains strings
19-
--configuration.provider.oidc.client-id string
20-
--configuration.provider.oidc.client-secret string
21-
--configuration.provider.oidc.provider-url string
22-
-h, --help help for update
23-
--name string
24-
--provider-id string
25-
--unset strings list of fields to unset
17+
--allow-registrations
18+
--allowed-email-domains strings
19+
--configuration.provider.oidc.client-id string
20+
--configuration.provider.oidc.client-secret string
21+
--configuration.provider.oidc.preferred-response-type string
22+
--configuration.provider.oidc.provider-url string
23+
-h, --help help for update
24+
--name string
25+
--provider-id string
26+
--unset strings list of fields to unset
2627
```
2728

2829
### Options inherited from parent commands

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_list-bands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ttn-lw-cli end-devices list-bands [flags]
1515

1616
```
1717
--band-id string
18+
--custom-bands
1819
-h, --help help for list-bands
1920
--phy-version string allowed values: PHY_UNKNOWN, unknown, 1.0, 1.0.0, PHY_V1_0, TS001_V1_0, V1_0, 1.0.1, PHY_V1_0_1, TS001_V1_0_1, V1_0_1, 1.0.2, 1.0.2-a, PHY_V1_0_2_REV_A, RP001_V1_0_2, V1_0_2, V1_0_2_REV_A, 1.0.2-b, PHY_V1_0_2_REV_B, RP001_V1_0_2_REV_B, V1_0_2_REV_B, 1.1-a, 1.1.0-a, PHY_V1_1_REV_A, RP001_V1_1_REV_A, V1_1_REV_A, 1.1-b, 1.1.0-b, PHY_V1_1_REV_B, RP001_V1_1_REV_B, V1_1_REV_B, 1.0.3-a, PHY_V1_0_3_REV_A, RP001_V1_0_3_REV_A, V1_0_3_REV_A, RP002_V1_0_0, RP002_V1_0_1, RP002_V1_0_2, RP002_V1_0_3, RP002_V1_0_4
2021
```

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_list-phy-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ttn-lw-cli end-devices list-phy-versions [flags]
1515

1616
```
1717
--band-id string
18+
--custom-bands
1819
-h, --help help for list-phy-versions
1920
```
2021

doc/content/whats-new/3.34.2.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
date: 2025-08-04T11:10:12Z
3+
title: "3.34.2"
4+
featured:
5+
{
6+
added:
7+
[
8+
Support to associate/disassociate MAC settings profiles to batch of end devices,
9+
Show normalized payload in the Console,
10+
"Introduced a backoff mechanism to the CLI device import process, allowing imports to exceed the default rate limit",
11+
Support for selecting the preferred `response_type` used with the configured authentication provider,
12+
],
13+
changed: [Improve error messages when claiming a managed gateway],
14+
fixed:
15+
[
16+
Network Operations Center no longer returns zero in the `x-total-count` header,
17+
Improve query performance of label related requests envolving end devices,
18+
Searching users in User management in the Console,
19+
CLI no longer causes a panic when running from a docker container in a Linux machine,
20+
],
21+
}
22+
---
23+
24+
### Added
25+
26+
- Support to associate/disassociate MAC settings profiles to batch of end devices
27+
- This feature is experimental and subject to change.
28+
- Show normalized payload in the Console.
29+
- New modal in the gateway overview page for simplifying creation of API keys in the Console.
30+
- Introduced a backoff mechanism to the CLI device import process, allowing imports to exceed the default rate limit.
31+
- Added support for selecting the preferred `response_type` used with the configured authentication provider.
32+
- Configure this via the `--oidc.preferred-response-type` flag in the create-auth-provider tti-lw-stack command.
33+
- If unset, the default is either `code id_token` or `code`, depending on provider compatibility.
34+
35+
### Changed
36+
37+
- Improve error messages when claiming a managed gateway.
38+
39+
### Fixed
40+
41+
- Network Operations Center no longer returns zero in the `x-total-count` header.
42+
- This previously only happened in gateway traffic rates query.
43+
- Improve query performance of label related requests envolving end devices.
44+
- This previously caused timeouts if the number of end-devices using labels was too large.
45+
- Fixed searching users in User management in the Console.
46+
- CLI no longer causes a panic when running from a docker container in a Linux machine.

doc/data/api/tti.lorawan.v3/messages/AuthenticationProvider.OIDC.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ fields:
1111
rules:
1212
uri: true
1313
default: ""
14+
- name: preferred_response_type
15+
type: string
16+
rules:
17+
in:
18+
- ""
19+
- code
20+
- token
21+
- id_token
22+
- code token
23+
- code id_token
24+
- id_token code
25+
- id_token token
26+
- code id_token token
27+
default: ""

0 commit comments

Comments
 (0)