Skip to content

Commit

Permalink
Merge pull request #4280 from TheThingsNetwork/release/v3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking authored Jun 17, 2021
2 parents 055210e + 57e3d4f commit 4a2e92c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
21 changes: 16 additions & 5 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.13.2] - 2021-06-17

### Added

- Configurable log formats with the `log.format` configuration option.
- The `console` format that prints logs as more human-friendly text. This is the new default.
- The `json` format that prints logs as JSON. This is the recommended format for production deployments.
Expand All @@ -28,8 +42,6 @@ For details about compatibility between different releases, see the **Commitment

- The `old` log format is deprecated and will be removed in v3.14.

### Removed

### Fixed

- Permissions issue for reading and writing gateway secrets in the Console.
Expand All @@ -38,8 +50,6 @@ For details about compatibility between different releases, see the **Commitment
- Low or no throughput of message handling from Packet Broker when the ingress is high when Packet Broker Agent starts.
- Unset ADR bit in downlink messages to multicast devices.

### Security

## [3.13.1] - 2021-06-04

### Added
Expand Down Expand Up @@ -1559,7 +1569,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.13.1...v3.13
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.2...v3.13
[3.13.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.1...v3.13.2
[3.13.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.0...v3.13.1
[3.13.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.12.3...v3.13.0
[3.12.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.12.2...v3.12.3
Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 169 files
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates
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.13.1",
"version": "3.13.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.13.1",
"version": "3.13.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 4a2e92c

Please sign in to comment.