Skip to content

Commit

Permalink
Merge pull request #5009 from TheThingsNetwork/release/v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser authored Dec 17, 2021
2 parents 8c6719a + 1b40083 commit ff220a3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,23 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.16.2] - 2021-12-17

### Added

- User defined antenna gain for LBS gateways.
- Webhooks now have a health status associated with them. Webhooks that fail successively are now disabled for a period of time.
- Failure in this context means that the HTTP endpoint returned a non-2xx status code.
- By default, a webhook is allowed 16 successive failures before it is disabled. The default cooldown period is 24 hours.
- A successful HTTP request will reset the failure counter.
- The number of allowed successive failures and cooldown period can be configured using the `--as.webhooks.unhealthy-attempts-threshold` and `--as.webhooks.unhealthy-retry-interval` configuration options.
- Webhook enabled path validation in the Console.
Expand All @@ -24,10 +37,6 @@ For details about compatibility between different releases, see the **Commitment
- Increased the maximum gRPC message size to 16MB.
- Gateways which have been deleted are now automatically disconnected by the Gateway Server.

### Deprecated

### Removed

### Fixed

- Access to application payload formatters for users with `RIGHT_APPLICATION_SETTINGS_BASIC` right.
Expand All @@ -37,8 +46,6 @@ For details about compatibility between different releases, see the **Commitment
- Configuring Packet Broker listed option when Packet Broker Agent is configured with a Packet Broker tenant API key.
- Contact info validation through the Account app.

### Security

## [3.16.1] - 2021-11-26

### Added
Expand Down Expand Up @@ -1929,7 +1936,8 @@ For details about compatibility between different releases, see the **Commitment
<!--
NOTE: These links should respect backports. See https://github.com/TheThingsNetwork/lorawan-stack/pull/1444/files#r333379706.
-->
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.1...v3.16
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.2...v3.16
[3.16.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.1...v3.16.2
[3.16.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.0...v3.16.1
[3.16.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.3...v3.16.0
[3.15.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.2...v3.15.3
Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-stack",
"version": "3.16.1",
"version": "3.16.2",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ttn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-lw",
"version": "3.16.1",
"version": "3.16.2",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit ff220a3

Please sign in to comment.