Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pygmentsUseClasses = true
github_repository = "https://github.com/TheThingsIndustries/lorawan-stack-docs"
github_repository_edit = "https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/content"
tts_github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
version = "3.33.2"
version = "3.34.0"

[markup]
[markup.goldmark]
Expand Down
2 changes: 2 additions & 0 deletions doc/content/api/reference/grpc/end_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

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

{{< proto/message message="NetworkIdentifiers" >}}

{{< proto/message message="PacketBrokerMetadata" >}}

{{< proto/message message="PacketBrokerRouteHop" >}}
Expand Down
12 changes: 12 additions & 0 deletions doc/content/enterprise/aws/ecs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ All meaningful changes to templates are documented in this file.

## Unreleased

### `4-2a-configuration`

- Add `MetadataStorageCacheEnabled` parameter to enable caching of metadata storage in AS.

### AMI/BYOL template

- Add `ManagedGateways` parameter to enable connecting with The Things Gateway Controller for claiming and remotely managing e.g. The Things Indoor Gateway Pro.
- Fix pub/sub errors by enabling the Redis store.
- Fix deployments to `eu-west-1`.
- Reorder parameters and update descriptions.
- Add `m7i` and `db.r7g` instance types.

## 3.33.2

## 3.33.1
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ttn-lw-cli applications create [application-id] [flags]
--end-device-limit uint
-h, --help help for create
--join-server-address string
--label-ids strings
--name string
--network-server-address string
--organization-id string
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ttn-lw-cli applications get [application-id] [flags]
--end-device-limit select the end_device_limit field
-h, --help help for get
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--name select the name field
--network-server-address select the network_server_address field
--technical-contact select the technical_contact field and all allowed sub-fields
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ttn-lw-cli applications list [flags]
--field-mask strings
-h, --help help for list
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--limit uint32
--name select the name field
--network-server-address select the network_server_address field
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ttn-lw-cli applications search [flags]
-h, --help help for search
--id-contains string
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--limit uint32
--name select the name field
--name-contains string
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ttn-lw-cli applications set [application-id] [flags]
--end-device-limit uint
-h, --help help for set
--join-server-address string
--label-ids strings
--name string
--network-server-address string
--technical-contact.ids.organization-ids.organization-id string
Expand Down
Loading
Loading