Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ 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).

### Changed

- 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

Expand All @@ -43,6 +40,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 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
Expand Down Expand Up @@ -942,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
Expand Down