Skip to content

Commit

Permalink
Merge pull request #3779 from TheThingsNetwork/release/v3.11.0
Browse files Browse the repository at this point in the history
Bump to version 3.11.0
  • Loading branch information
htdvisser authored Feb 10, 2021
2 parents e7d6db6 + 00f21c8 commit cc9bbb4
Show file tree
Hide file tree
Showing 5 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.11.0] - 2021-02-10

### Added

- Reset functionality in Network Server, which resets session context and MAC state (see `ttn-lw-cli end-devices reset` command). For OTAA all data is wiped and device must rejoin, for ABP session keys, device address and downlink queue are preserved, while MAC state is reset.
- Store and retrieve Gateway Claim Authentication Code from database.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the added column.
Expand Down Expand Up @@ -43,8 +57,6 @@ For details about compatibility between different releases, see the **Commitment
- Frequency plans and webhook templates are now included in Docker images, and used by default, instead of fetching directly from GitHub.
- JavaScript entrypoints changed from `oauth.css` and `oauth.js` to `account.css` and `account.css`. Note: For deployments using custom frontend bundles (e.g. via `--is.oauth.ui.js-file`), the filenames have to be updated accordingly as well.

### Deprecated

### Removed

- Application Server linking. The Network Server now pushes data to the cluster Application Server instead.
Expand All @@ -61,8 +73,6 @@ For details about compatibility between different releases, see the **Commitment
- Frame counter display of end devices on initial page load in the Console.
- AU915-928 data rate indexes in Regional Parameter specification versions below 1.0.2b.

### Security

## [3.10.6] - 2021-01-12

### Added
Expand Down Expand Up @@ -1294,7 +1304,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.10.6...v3.10
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.11.0...v3.11
[3.11.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.10.6...v3.11.0
[3.10.6]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.10.5...v3.10.6
[3.10.5]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.10.4...v3.10.5
[3.10.4]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.10.3...v3.10.4
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ We provide security fixes for the two most recent minor versions of the v3 major

| Version | Supported |
| --------------- | ------------------ |
| 3.8.x and below | :warning: |
| 3.9.x | :white_check_mark: |
| 3.9.x and below | :warning: |
| 3.10.x | :white_check_mark: |
| 3.11.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
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.11.0-rc2",
"version": "3.11.0",
"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.11.0-rc2",
"version": "3.11.0",
"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 cc9bbb4

Please sign in to comment.