Skip to content

Commit

Permalink
Merge pull request #4344 from TheThingsNetwork/release/v3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser authored Jul 2, 2021
2 parents ccbca12 + 156f93e commit 1ffabee
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
23 changes: 16 additions & 7 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.3] - 2021-07-02

### Added

- Email sent to admins when an OAuth client is requested by a non-admin user.
- Packet Broker UI in the Console (admin only).
- New config option `--console.oauth.cross-site-cookie` to control access to OAuth state cookie between origins.
Expand Down Expand Up @@ -41,10 +55,6 @@ For details about compatibility between different releases, see the **Commitment
- Increase the default size limit for payload formatter scripts to 40KB (up from 4KB). The maximum size enforced at API level is 40KB (up from 16KB).
- For more context see [issue #4053](https://github.com/TheThingsNetwork/lorawan-stack/issues/4053) and [issue #4278](https://github.com/TheThingsNetwork/lorawan-stack/issues/4278).

### Deprecated

### Removed

### Fixed

- Parse error in Webhook Templates.
Expand All @@ -55,8 +65,6 @@ For details about compatibility between different releases, see the **Commitment
- Location map coordinate selection in the Console.
- Rights required for reading scheduled downlinks.

### Security

## [3.13.2] - 2021-06-17

### Added
Expand Down Expand Up @@ -1605,7 +1613,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.2...v3.13
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.3...v3.13
[3.13.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.2...v3.13.3
[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
Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 501 files
2 changes: 1 addition & 1 deletion data/lorawan-frequency-plans
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.2",
"version": "3.13.3",
"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.2",
"version": "3.13.3",
"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 1ffabee

Please sign in to comment.