Skip to content

Commit

Permalink
all: Bump to version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Feb 27, 2020
1 parent 984faaa commit c2c5a07
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
29 changes: 19 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.6.0] (2020-02-27)

### Added

- Class B support.
- WebSocket Ping-Pong support for Basic Station frontend in the Gateway Server.
- LoRaWAN 1.0.4 support.

### Changed

- Do not use `personal-files` plugin for snap package.
- Network Server will never attempt RX1 for devices with `Rx1Delay` of `1` second.
- Do not use `personal-files` plugin for Snap package.
- Network Server will never attempt RX1 for devices with `Rx1Delay` of 1 second.
- Improved efficiency of ADR MAC commands.
- Gateway Configuration Server will use the default WebSocket TLS port if none is set.

### Deprecated

### Removed

### Fixed

- End device events subscription release in the Console.
- End device events subscription release in the Console.
- Blocking UDP packet handling while the gateway was still connecting. Traffic is now dropped while the connection is in progress, so that traffic from already connected gateways keep flowing.
- Join-request transmission parameters.
- ADR in 72-channel regions.
Expand All @@ -36,8 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Returned values not representing the effective state of the devices in Network Server when deprecated field paths are used.
- Downlink queue operations in Network Server for LoRaWAN 1.1 devices.

### Security

## [3.5.3] (2020-02-14)

### Added
Expand Down Expand Up @@ -626,7 +634,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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.5.3...HEAD
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.5.3...v3.6.0
[3.5.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.5.2...v3.5.3
[3.5.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.5.0...v3.5.1
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ We provide security fixes for the two most recent minor versions of the v3 major
| 3.1.x | :warning: |
| 3.2.x | :warning: |
| 3.3.x | :warning: |
| 3.4.x | :white_check_mark: |
| 3.4.x | :warning: |
| 3.5.x | :white_check_mark: |
| 3.6.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion doc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pygmentsUseClasses = true
keywords = []
github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
github_repository_edit = "https://github.com/TheThingsNetwork/lorawan-stack/edit/master/doc/content"
version = "v3.6.0-rc1"
version = "v3.6.0"

[markup]
[markup.goldmark]
Expand Down
2 changes: 1 addition & 1 deletion doc/themes/the-things-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-the-things-stack",
"version": "3.6.0-rc1",
"version": "3.6.0",
"private": true,
"description": "Hugo Theme for The Things Stack",
"dependencies": {
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.6.0-rc1",
"version": "3.6.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.6.0-rc1",
"version": "3.6.0",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit c2c5a07

Please sign in to comment.