Skip to content

Commit

Permalink
Merge pull request #5074 from TheThingsNetwork/release/v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser authored Jan 7, 2022
2 parents 17ecff6 + acebc32 commit 2955907
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 16 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,37 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.17.0] - 2022-01-07

### Added

- Support reading the Join Server's default JoinEUI and using this in the CLI for end device creation.
- The Join Server has a new API `GetDefaultJoinEUI`.
- The default JoinEUI can be configured on the Join Server using the option `--js.default-join-eui`.
- The Join Server has a new API `GetDefaultJoinEUI`.
- The default JoinEUI can be configured on the Join Server using the option `--js.default-join-eui`.
- Filtering of end device frequency plans in end device forms based on band id in the Console.
- Showing automatically set entity locations in the Console.
- Applications, OAuth clients, gateways and organizations now have an `administrative_contact` and `technical_contact`.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the added columns.

### Changed

### Deprecated

- The `contact_info` fields of applications, OAuth clients, gateways, organizations and users.

### Removed

### Fixed

- CLI panic when getting devices.
- Application uplink processing serialization behavior in the Application Server.

### Security

## [3.16.2] - 2021-12-17

### Added
Expand Down Expand Up @@ -1952,7 +1960,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.16.2...v3.16
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.17.0...v3.17
[3.17.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.2...v3.17.0
[3.16.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.1...v3.16.2
[3.16.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.16.0...v3.16.1
[3.16.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.3...v3.16.0
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.14.x and below | :warning: |
| 3.15.x | :white_check_mark: |
| 3.15.x and below | :warning: |
| 3.16.x | :white_check_mark: |
| 3.17.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
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.16.2",
"version": "3.17.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.16.2",
"version": "3.17.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 2955907

Please sign in to comment.