Skip to content

Commit

Permalink
Merge pull request #5091 from TheThingsNetwork/release/v3.17.1
Browse files Browse the repository at this point in the history
Prepare v3.17.1 release
  • Loading branch information
KrishnaIyer authored Jan 12, 2022
2 parents fc44d02 + 524b476 commit 10da115
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,25 @@ For details about compatibility between different releases, see the **Commitment

### Changed

- Gateways are removed from the Packet Broker Mapper API when unsetting the location public setting. This is to remove gateways from the map. Previously, the location was still set, but it did not get updated.

### Deprecated

### Removed

### Fixed

### Security

## [3.17.1] - 2022-01-12

### Changed

- Gateways are removed from the Packet Broker Mapper API when unsetting the location public setting. This is to remove gateways from the map. Previously, the location was still set, but it did not get updated.

### Fixed

- Rate limiting of cluster authenticated RPCs.
- CLI panic when setting end devices.

### Security

## [3.17.0] - 2022-01-07

### Added
Expand Down Expand Up @@ -1965,7 +1971,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.17.0...v3.17
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.17.1...v3.17
[3.17.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.17.0...v3.17.1
[3.17.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.2...v3.17.0
[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
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.0",
"version": "3.17.1",
"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.0",
"version": "3.17.1",
"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 10da115

Please sign in to comment.