From fcf797b00ae39490496710a6f2bbd4519174ec4d Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 10 Jul 2020 12:06:16 +0200 Subject: [PATCH 1/2] doc: Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0424648575..72f9049c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Inconsistent error message responses when retrieving connection stats from GS if the gateway is not connected. - Empty form validation in the Console. - CLI crash when listing application package default associations without providing an application ID. +- Uplink frame counters being limited to 16 bits in Network Server. ### Security From 044a1c3efd0c2a64c0c017028fc5c1fa19e9db83 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 10 Jul 2020 12:08:15 +0200 Subject: [PATCH 2/2] doc: Update CHANGELOG --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f9049c66..916706f2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Application package application-wide associations support. - LoRaCloud DAS application package server URL overrides support. - Key vault caching mechanism (see `--key-vault.cache.size` and `--key-vault.cache.ttl` options). -- Payload formatter documentation. -- CLI support for setting message payload formatters from a local file. (see `--formatters.down-formatter-parameter-local-file` and `--formatters.up-formatter-parameter-local-file` options). - Generic encryption/decryption to KeyVault. - Option to ignore log messages for selected gRPC method on success (see `grpc.log-ignore-methods` option). @@ -27,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Event stream start and stop events are not published anymore. - Remove version from hosted documentation paths. -- Gateway connection stats are now stored in a single key. ### Deprecated @@ -40,10 +37,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Inconsistent error message responses when retrieving connection stats from GS if the gateway is not connected. - Empty form validation in the Console. - CLI crash when listing application package default associations without providing an application ID. -- Uplink frame counters being limited to 16 bits in Network Server. ### Security +## [3.8.6] - 2020-07-10 + +### Added + +- Payload formatter documentation. +- CLI support for setting message payload formatters from a local file. (see `--formatters.down-formatter-parameter-local-file` and `--formatters.up-formatter-parameter-local-file` options). + +### Changed + +- Gateway connection stats are now stored in a single key. + +### Fixed + +- Uplink frame counters being limited to 16 bits in Network Server. + ## [3.8.5] - 2020-07-06 ### Added @@ -943,7 +954,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 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.8.5...HEAD +[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.6...HEAD +[3.8.6]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.5...v3.8.6 [3.8.5]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.4...v3.8.5 [3.8.4]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.3...v3.8.4 [3.8.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.2...v3.8.3