Skip to content

Commit

Permalink
Merge pull request #5159 from TheThingsNetwork/release/v3.17.2
Browse files Browse the repository at this point in the history
Release v3.17.2
  • Loading branch information
adriansmares authored Jan 30, 2022
2 parents e572f4c + 708bd9a commit d34a4d0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.17.2] - 2022-01-30

### Added

- Add configurable storage limit to device's DevNonce in the JoinServer. Can be configured using the option `js.dev-nonce-limit`.
- Fix copy button in API key modal in the Console.
- Enable copying and format transformations of byte values in the event previews in the Console.
Expand All @@ -22,18 +36,12 @@ For details about compatibility between different releases, see the **Commitment
- Webhook maximum header value length extended to 4096 characters.
- Limited the end device event types that are included in application event streams to only application layer events, errors and warnings. Other end device events can still be received when subscribing to end device device events.

### Deprecated

### Removed

### Fixed

- CLI Completion and Documentation commands no longer try to make a server connection.
- When an end device has both `NwkKey` and `AppKey` provisioned in the Join Server, `NwkKey` is used for MIC and session key derivation when activating the device in LoRaWAN 1.0.x. This is per LoRaWAN 1.1 specification.
- Gateway Server will no longer report the gateways as being both connected and disconnected at the same time.

### Security

## [3.17.1] - 2022-01-12

### Changed
Expand Down
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.17.1",
"version": "3.17.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.17.1",
"version": "3.17.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 d34a4d0

Please sign in to comment.