From d0521e3eb73b55705f9a5bfbebfdbe2ff1bd0ec1 Mon Sep 17 00:00:00 2001 From: Hylke Visser Date: Fri, 22 Oct 2021 13:25:13 +0200 Subject: [PATCH 1/2] data: Update external repositories --- data/lorawan-devices | 2 +- data/lorawan-webhook-templates | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/lorawan-devices b/data/lorawan-devices index 77ba067f4b..277719e49c 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit 77ba067f4b75a7c96263902837e18424923164ac +Subproject commit 277719e49c730b5d71fd1b7d0b2a5497911d6093 diff --git a/data/lorawan-webhook-templates b/data/lorawan-webhook-templates index 90160acbbf..74f9e5e61d 160000 --- a/data/lorawan-webhook-templates +++ b/data/lorawan-webhook-templates @@ -1 +1 @@ -Subproject commit 90160acbbf2eec904cd6c3d5cae0dab9c756778e +Subproject commit 74f9e5e61d102bf3741dd133db35a1e1f9afdea9 From 9ae8a140022704409c5ec1c1a44516d025a6ec48 Mon Sep 17 00:00:00 2001 From: Hylke Visser Date: Fri, 22 Oct 2021 13:25:48 +0200 Subject: [PATCH 2/2] all: Bump to version 3.15.2 --- CHANGELOG.md | 21 +++++++++++++++++---- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd153351f8..9a33131575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [3.15.2] - 2021-10-22 + +### Added + - `tls.cipher-suites` config option to specify used cipher suites. - Support for enhanced security policies of Packet Broker services. - Handling of MAC and PHY versions in end device forms based on selected frequency plan in the Console. @@ -38,8 +52,6 @@ For details about compatibility between different releases, see the **Commitment - The original downlink path expiration timeout was based on the fact that the default `PULL_DATA` interval is 5 seconds. In practice we have observed that most gateways actually send a `PULL_DATA` message every 30 seconds instead in order to preserve data transfer costs. - The default duration for storing (sparse) entity events has been increased to 24 hours. -### Deprecated - ### Removed - Option to select targeted stack components during end device import in the Console. @@ -1820,8 +1832,9 @@ For details about compatibility between different releases, see the **Commitment -[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.1...v3.15 -[3.15.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.0...v3.15.1 +[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.2...v3.15 +[3.15.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.1...v3.15.2 +[3.15.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.0...v3.15.1 [3.15.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.2...v3.15.0 [3.14.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14.2 [3.14.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14.1 diff --git a/package.json b/package.json index adcc828326..ace73137c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.15.1", + "version": "3.15.2", "description": "The Things Stack", "main": "index.js", "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", diff --git a/pkg/version/ttn.go b/pkg/version/ttn.go index 8997bf2d5f..c7d04003e5 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.15.1-dev" +var TTN = "3.15.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index c8f440db74..e756707aba 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.15.1", + "version": "3.15.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",