Skip to content

Commit

Permalink
Merge pull request #4690 from TheThingsNetwork/release/v3.15.1
Browse files Browse the repository at this point in the history
Release v3.15.1
  • Loading branch information
adriansmares authored Oct 1, 2021
2 parents 17210f6 + 45095a4 commit 88c63e4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,34 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.15.1] - 2021-10-01

### Added

- Packet Broker gateway visibility management (default settings only). See `ttn-lw-cli packetbroker home-networks gateway-visibilities --help` for more information.

### Changed

- The Gateway Server worker pools may now drop workers if they are idle for too long.
- FPort = 0 uplinks are no longer decoded by the Application Server, and the Network Server no longer provides the frame payload to the Application Server for these messages.

### Deprecated

### Removed

### Fixed

- Emails to admins about requested OAuth clients.
- `session` handling for joined OTAA end devices in the Console.
- Empty Join Server address handling in end device creation form in the Console.
- Data Rate to data rate index matching for uplinks and downlinks.

### Security

## [3.15.0] - 2021-09-17

### Added
Expand Down Expand Up @@ -1774,7 +1782,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.15.0...v3.15
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.1...v3.15
[3.15.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.0...v3.15.1
[3.15.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.2...v3.15.0
[3.14.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14.1
Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 47 files
+4 −0 vendor/index.yaml
+6 −0 vendor/nke-watteco/closo-sensor-codec.yaml
+53 −0 vendor/nke-watteco/closo-sensor-profile.yaml
+ vendor/nke-watteco/closo-sensor.jpg
+1,001 −0 vendor/nke-watteco/closo-sensor.js
+138 −0 vendor/nke-watteco/closo-sensor.yaml
+2 −2 vendor/nke-watteco/ino-sensor.js
+2 −2 vendor/nke-watteco/presso-sensor.js
+7 −0 vendor/talkpool/index.yaml
+14 −0 vendor/talkpool/oy1100-codec.yaml
+19 −0 vendor/talkpool/oy1100.js
+63 −0 vendor/talkpool/oy1100.yaml
+22 −0 vendor/talkpool/oy1110-codec.yaml
+35 −0 vendor/talkpool/oy1110.js
+ vendor/talkpool/oy1110.png
+74 −0 vendor/talkpool/oy1110.yaml
+16 −0 vendor/talkpool/oy1200-codec.yaml
+32 −0 vendor/talkpool/oy1200.js
+50 −0 vendor/talkpool/oy1200.yaml
+15 −0 vendor/talkpool/oy1210-codec.yaml
+30 −0 vendor/talkpool/oy1210.js
+ vendor/talkpool/oy1210.png
+51 −0 vendor/talkpool/oy1210.yaml
+14 −0 vendor/talkpool/oy1320-codec.yaml
+33 −0 vendor/talkpool/oy1320.js
+ vendor/talkpool/oy1320.png
+41 −0 vendor/talkpool/oy1320.yaml
+17 −0 vendor/talkpool/oy1700-codec.yaml
+28 −0 vendor/talkpool/oy1700.js
+65 −0 vendor/talkpool/oy1700.yaml
+52 −0 vendor/talkpool/talkpool-as923-profile.yaml
+52 −0 vendor/talkpool/talkpool-au915-profile.yaml
+52 −0 vendor/talkpool/talkpool-eu868-profile.yaml
+52 −0 vendor/talkpool/talkpool-us902-profile.yaml
+66 −0 vendor/uradmonitor/a3.js
+4 −0 vendor/uradmonitor/index.yaml
+132 −0 vendor/uradmonitor/industrial.js
+ vendor/uradmonitor/industrial.png
+74 −0 vendor/uradmonitor/model-a3.yaml
+77 −0 vendor/uradmonitor/model-industrial.yaml
+ vendor/uradmonitor/model_a3.png
+52 −0 vendor/uradmonitor/uradmonitor-as923-profile.yaml
+52 −0 vendor/uradmonitor/uradmonitor-au915-profile.yaml
+52 −0 vendor/uradmonitor/uradmonitor-eu868-profile.yaml
+61 −0 vendor/uradmonitor/uradmonitor-model-a3-codec.yaml
+80 −0 vendor/uradmonitor/uradmonitor-model-industrial-codec.yaml
+52 −0 vendor/uradmonitor/uradmonitor-us902-profile.yaml
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.15.0",
"version": "3.15.1",
"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.15.0",
"version": "3.15.1",
"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 88c63e4

Please sign in to comment.