Skip to content

Commit ec097a4

Browse files
Release 3.34.0 documentation (TheThingsIndustries#1422)
* docs: Release 3.34.0 * doc: Add featured section * doc: Add missing GRPC messages --------- Co-authored-by: Aleksander Borowski <[email protected]>
1 parent bf39dda commit ec097a4

File tree

63 files changed

+36664
-544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+36664
-544
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.33.2"
26+
version = "3.34.0"
2727

2828
[markup]
2929
[markup.goldmark]

doc/content/api/reference/grpc/end_device.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio
491491

492492
{{< proto/message message="MessagePayloadFormatters" >}}
493493

494+
{{< proto/message message="NetworkIdentifiers" >}}
495+
494496
{{< proto/message message="PacketBrokerMetadata" >}}
495497

496498
{{< proto/message message="PacketBrokerRouteHop" >}}

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

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

99
## Unreleased
1010

11+
### `4-2a-configuration`
12+
13+
- Add `MetadataStorageCacheEnabled` parameter to enable caching of metadata storage in AS.
14+
15+
### AMI/BYOL template
16+
17+
- Add `ManagedGateways` parameter to enable connecting with The Things Gateway Controller for claiming and remotely managing e.g. The Things Indoor Gateway Pro.
18+
- Fix pub/sub errors by enabling the Redis store.
19+
- Fix deployments to `eu-west-1`.
20+
- Reorder parameters and update descriptions.
21+
- Add `m7i` and `db.r7g` instance types.
22+
1123
## 3.33.2
1224

1325
## 3.33.1

doc/content/ttn-lw-cli/ttn-lw-cli_applications_create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ttn-lw-cli applications create [application-id] [flags]
2323
--end-device-limit uint
2424
-h, --help help for create
2525
--join-server-address string
26+
--label-ids strings
2627
--name string
2728
--network-server-address string
2829
--organization-id string

doc/content/ttn-lw-cli/ttn-lw-cli_applications_get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ttn-lw-cli applications get [application-id] [flags]
3030
--end-device-limit select the end_device_limit field
3131
-h, --help help for get
3232
--join-server-address select the join_server_address field
33+
--label-ids select the label_ids field
3334
--name select the name field
3435
--network-server-address select the network_server_address field
3536
--technical-contact select the technical_contact field and all allowed sub-fields

doc/content/ttn-lw-cli/ttn-lw-cli_applications_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ttn-lw-cli applications list [flags]
3131
--field-mask strings
3232
-h, --help help for list
3333
--join-server-address select the join_server_address field
34+
--label-ids select the label_ids field
3435
--limit uint32
3536
--name select the name field
3637
--network-server-address select the network_server_address field

doc/content/ttn-lw-cli/ttn-lw-cli_applications_search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ttn-lw-cli applications search [flags]
3434
-h, --help help for search
3535
--id-contains string
3636
--join-server-address select the join_server_address field
37+
--label-ids select the label_ids field
3738
--limit uint32
3839
--name select the name field
3940
--name-contains string

doc/content/ttn-lw-cli/ttn-lw-cli_applications_set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ttn-lw-cli applications set [application-id] [flags]
2323
--end-device-limit uint
2424
-h, --help help for set
2525
--join-server-address string
26+
--label-ids strings
2627
--name string
2728
--network-server-address string
2829
--technical-contact.ids.organization-ids.organization-id string

0 commit comments

Comments
 (0)