Skip to content

Commit

Permalink
Merge pull request #2243 from TheThingsNetwork/release/v3.7.0-rc2
Browse files Browse the repository at this point in the history
Release 3.7.0-rc2
  • Loading branch information
Krishna Iyer Easwaran authored Mar 26, 2020
2 parents f1dc0d5 + 3261565 commit 5352646
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- New `use` CLI command to automatically generate CLI configuration files.

### Changed

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

### Fixed

- Fix organization collaborator view not being accessible in the Console.
- Error display on Data pages in the Console.
- Fix too restrictive MQTT client validation in PubSub form in the Console.
- Fix faulty display of device event stream data for end devices with the same ID in different applications.
- Trailing slashes handling in webhook paths.
- Limited throughput in upstream handlers in Gateway Server when one gateway's upstream handler is busy.

### Security

## [3.7.0] (2020-03-19)
Expand All @@ -37,6 +28,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Access Tokens are now linked to User Sessions.
- This requires a database migration (`ttn-lw-stack is-db migrate`) because of the added columns.
- Edit application attributes in Application General Settings in the Console
- New `use` CLI command to automatically generate CLI configuration files.

### Fixed

- Fix organization collaborator view not being accessible in the Console.
- Error display on Data pages in the Console.
- Fix too restrictive MQTT client validation in PubSub form in the Console.
- Fix faulty display of device event stream data for end devices with the same ID in different applications.
- Trailing slashes handling in webhook paths.
- Limited throughput in upstream handlers in Gateway Server when one gateway's upstream handler is busy.


## [3.6.2] (2020-03-19)

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.7.0-rc1"
version = "v3.7.0-rc2"

[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.7.0-rc1",
"version": "3.7.0-rc2",
"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.7.0-rc1",
"version": "3.7.0-rc2",
"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.7.0-rc1",
"version": "3.7.0-rc2",
"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 5352646

Please sign in to comment.