Skip to content

Commit

Permalink
Merge pull request #4441 from TheThingsNetwork/release/v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser authored Jul 23, 2021
2 parents 7039b15 + 1dde737 commit f04bf50
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.14.0] - 2021-07-23

### Added

- Gateway antenna placement; unknown, indoor or outdoor. This can now be specified with CLI, e.g. for the first antenna: `ttn-lw-cli gateways set <gateway-id> --antenna.index 0 --antenna.placement OUTDOOR`. The antenna placement will be reported to Packet Broker Mapper.
- This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the added columns.
- Payload formatter length validation in the Console.
Expand Down Expand Up @@ -45,8 +59,6 @@ For details about compatibility between different releases, see the **Commitment
- The search RPCs no longer require fields to be specified in the field mask when those fields are already specified as filters.
- When generating client configuration with the CLI `use` command, automatically set the correct Identity Server and OAuth Server addresses for The Things Stack Cloud and The Things Stack Community Edition.

### Deprecated

### Removed

- The `old` log format.
Expand All @@ -64,8 +76,6 @@ For details about compatibility between different releases, see the **Commitment
- Rate limiting for `GatewayRegistry.GetGatewayIdentifiersForEUI` is now applied per gateway EUI.
- Network Server ensures that the Band ID in the end device version identifiers match the configured Frequency Plan of the device.

### Security

## [3.13.3] - 2021-07-02

### Added
Expand Down Expand Up @@ -1658,7 +1668,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.3...v3.13
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14
[3.14.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.3...v3.14.0
[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
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.11.x and below | :warning: |
| 3.12.x | :white_check_mark: |
| 3.12.x and below | :warning: |
| 3.13.x | :white_check_mark: |
| 3.14.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 349 files
2 changes: 1 addition & 1 deletion data/lorawan-frequency-plans
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates

0 comments on commit f04bf50

Please sign in to comment.