Skip to content

Commit

Permalink
Merge pull request #2648 from TheThingsNetwork/release/v3.8.2
Browse files Browse the repository at this point in the history
Release v3.8.2
  • Loading branch information
johanstokking authored Jun 3, 2020
2 parents cb39240 + 431fba2 commit a5b0a38
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 44 deletions.
64 changes: 25 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Setting custom gateway attributes in the Console.
- Pub/Sub documentation.
- Return informative well-known errors for standard network and context errors.
- Error notification in list views in the Console.
- Latest "last seen" info and uplink frame counts for end devices in the Console.
- Latest "last seen" info for applications in the Console.

### Changed

### Deprecated
Expand All @@ -24,37 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Clearing end device events list in the Console.
- Some views not being accessible in the OAuth app (e.g. update password).
- `LinkADRReq` scheduling.
- Unsetting NwkKey in Join Server.
- CSRF token validation issues preventing login and logout in some circumstances.
- Typo in Application Server configuration documentation (webhook downlink).
- Unset fields via CLI on Join Server, i.e. `--unset root-keys.nwk-key`.
- Reconnecting UDP gateways that were disconnected by a new gateway connection.
- ADR in US915-like bands.

### Security

## [3.8.1] - 2020-05-11

### Added

- Gateway Server events for uplink messages now contain end device identifiers.

### Changed

- Troubleshooting section of `DEVELOPMENT.md`
- Change console field labels from `MAC version` and `PHY version` to `LoRaWAN version` and `Regional Parameters version` and add descriptions

### Fixed

- OAuth authorization page crashing.
- Byte input in scheduling downlink view.
- OAuth client token exchange and refresh issues when using TLS with a RootCA.
- Join Server and Application Server device registries now return an error when deleting keys on `SET` operations. The operation was never supported and caused an error on `GET` instead.

## [3.8.0] - 2020-05-06
## [3.8.2] - 2020-06-03

### Added

Expand All @@ -75,6 +40,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrading guide in docs.
- Glossary.
- Event details in the Console traffic view.
- Gateway Server events for uplink messages now contain end device identifiers.
- Setting custom gateway attributes in the Console.
- Pub/Sub documentation.
- Return informative well-known errors for standard network and context errors.
- Error notification in list views in the Console.
- Latest "last seen" info and uplink frame counts for end devices in the Console.
- Latest "last seen" info for applications in the Console.

### Changed

Expand All @@ -90,6 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Network Server will only attempt to schedule in a ping slot or RXC window after RX2 has passed.
- Network Server will schedule all time-bound network-initiated downlinks at most RX1 delay ahead of time.
- Network Server now uses its own internal clock in `DeviceTimeAns`.
- Troubleshooting section of `DEVELOPMENT.md`
- Change console field labels from `MAC version` and `PHY version` to `LoRaWAN version` and `Regional Parameters version` and add descriptions

### Fixed

Expand All @@ -98,6 +72,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Network Server now properly handles FPort 0 data uplinks carrying FOpts.
- Data rate 4 in version `1.0.2-a` of AU915.
- Incorrect `TxOffset` values used by Network Server in some bands.
- OAuth authorization page crashing.
- Byte input in scheduling downlink view.
- OAuth client token exchange and refresh issues when using TLS with a RootCA.
- Join Server and Application Server device registries now return an error when deleting keys on `SET` operations. The operation was never supported and caused an error on `GET` instead.
- Clearing end device events list in the Console.
- Some views not being accessible in the OAuth app (e.g. update password).
- `LinkADRReq` scheduling.
- Unsetting NwkKey in Join Server.
- CSRF token validation issues preventing login and logout in some circumstances.
- Typo in Application Server configuration documentation (webhook downlink).
- Unset fields via CLI on Join Server, i.e. `--unset root-keys.nwk-key`.
- Reconnecting UDP gateways that were disconnected by a new gateway connection.
- ADR in US915-like bands.

## [3.7.2] - 2020-04-22

Expand Down Expand Up @@ -856,9 +843,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.8.1...HEAD
[3.8.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.0...v3.8.1
[3.8.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.7.2...v3.8.0
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.8.2...HEAD
[3.8.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.7.2...v3.8.2
[3.7.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.7.0...v3.7.2
[3.7.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.6.0...v3.7.0
[3.6.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.6.2...v3.6.3
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.8.1"
version = "v3.8.2"

[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.8.1",
"version": "3.8.2",
"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.8.1",
"version": "3.8.2",
"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.8.1",
"version": "3.8.2",
"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 a5b0a38

Please sign in to comment.