Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Add v3.28.1 release #1224

Merged
merged 2 commits into from
Dec 5, 2023
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 @@ -24,7 +24,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.28.0"
version = "3.28.1"

[markup]
[markup.goldmark]
Expand Down
4 changes: 4 additions & 0 deletions doc/content/reference/api/application_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ description: ""

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

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

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

{{< proto/message message="SessionKeyRequest" >}}
Expand All @@ -147,6 +149,8 @@ description: ""

{{< proto/enum enum="PayloadFormatter" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="TxSchedulePriority" >}}

{{< api-refs >}}
68 changes: 68 additions & 0 deletions doc/content/reference/api/end_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,32 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

{{< proto/message message="MACCommand.TxParamSetupReq" >}}

{{< proto/message message="MACCommand.RelayNotifyNewEndDeviceReq" >}}

{{< proto/message message="MACCommand.RelayConfigureFwdLimitAns" >}}

{{< proto/message message="MACCommand.RelayConfigureFwdLimitReq" >}}

{{< proto/message message="MACCommand.RelayCtrlUplinkListAns" >}}

{{< proto/message message="MACCommand.RelayCtrlUplinkListReq" >}}

{{< proto/message message="MACCommand.RelayUpdateUplinkListAns" >}}

{{< proto/message message="MACCommand.RelayUpdateUplinkListReq" >}}

{{< proto/message message="MACCommand.RelayEndDeviceConfAns" >}}

{{< proto/message message="MACCommand.RelayEndDeviceConfReq" >}}

{{< proto/message message="MACCommand.RelayEndDeviceConfReq.Configuration" >}}

{{< proto/message message="MACCommand.RelayConfAns" >}}

{{< proto/message message="MACCommand.RelayConfReq" >}}

{{< proto/message message="MACCommand.RelayConfReq.Configuration" >}}

{{< proto/message message="MACCommand.RekeyInd" >}}

{{< proto/message message="MACCommand.RekeyConf" >}}
Expand Down Expand Up @@ -448,6 +474,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

{{< proto/message message="MACState.UplinkMessage.RxMetadata.PacketBrokerMetadata" >}}

{{< proto/message message="MACState.UplinkMessage.RxMetadata.RelayMetadata" >}}

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

{{< proto/message message="MHDR" >}}
Expand All @@ -468,6 +496,24 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

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

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

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

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

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

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

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

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

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

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

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

{{< proto/message message="RxMetadata" >}}
Expand All @@ -476,6 +522,14 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

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

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

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

{{< proto/message message="ServingRelayParameters.UplinkForwardingRule" >}}

{{< proto/message message="ServingRelayParameters.ForwardingLimits" >}}

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

{{< proto/message message="SessionKeys" >}}
Expand Down Expand Up @@ -544,6 +598,20 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

{{< proto/enum enum="RejoinPeriodExponent" >}}

{{< proto/enum enum="RelayCADPeriodicity" >}}

{{< proto/enum enum="RelayCtrlUplinkListAction" >}}

{{< proto/enum enum="RelayResetLimitCounter" >}}

{{< proto/enum enum="RelaySecondChAckOffset" >}}

{{< proto/enum enum="RelaySmartEnableLevel" >}}

{{< proto/enum enum="RelayLimitBucketSize" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="TxSchedulePriority" >}}

{{< api-refs >}}
4 changes: 4 additions & 0 deletions doc/content/reference/api/gateway_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ description: ""

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

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

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

{{< proto/message message="UplinkMessage" >}}
Expand Down Expand Up @@ -157,6 +159,8 @@ description: ""

{{< proto/enum enum="RejoinRequestType" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="RxDelay" >}}

{{< proto/enum enum="TxAcknowledgment.Result" >}}
Expand Down
36 changes: 36 additions & 0 deletions doc/content/reference/api/network_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,34 @@ description: ""

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

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

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

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

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

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

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

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

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

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

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

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

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

{{< proto/message message="ServingRelayParameters.UplinkForwardingRule" >}}

{{< proto/message message="ServingRelayParameters.ForwardingLimits" >}}

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

{{< proto/message message="SessionKeys" >}}
Expand Down Expand Up @@ -213,6 +237,18 @@ description: ""

{{< proto/enum enum="RejoinRequestType" >}}

{{< proto/enum enum="RelayCADPeriodicity" >}}

{{< proto/enum enum="RelayResetLimitCounter" >}}

{{< proto/enum enum="RelayLimitBucketSize" >}}

{{< proto/enum enum="RelaySecondChAckOffset" >}}

{{< proto/enum enum="RelaySmartEnableLevel" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="RxDelay" >}}

{{< proto/enum enum="TxSchedulePriority" >}}
Expand Down
4 changes: 4 additions & 0 deletions doc/content/reference/api/packet_broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ description: ""

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

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

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

{{< proto/message message="SetPacketBrokerRoutingPolicyRequest" >}}
Expand Down Expand Up @@ -161,6 +163,8 @@ description: ""

{{< proto/enum enum="RejoinRequestType" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="RxDelay" >}}

{{< api-refs >}}
4 changes: 4 additions & 0 deletions doc/content/reference/api/storage_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ description: ""

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

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

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

{{< proto/message message="LRFHSSDataRate" >}}
Expand All @@ -83,6 +85,8 @@ description: ""

{{< proto/enum enum="LocationSource" >}}

{{< proto/enum enum="RelayWORChannel" >}}

{{< proto/enum enum="TxSchedulePriority" >}}

{{< api-refs >}}
10 changes: 10 additions & 0 deletions doc/content/the-things-stack/host/aws/ecs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ All meaningful changes to templates are documented in this file.

## Unreleased

## 3.28.1

### Proxy

- Add Console events paths.

### `4-2b-configuration-rate-limiting`

- Add Console events request rate limiting.

## 3.28.0

### `2-3-db-redis`
Expand Down
Loading
Loading