Skip to content

Commit

Permalink
Merge pull request #4771 from TheThingsNetwork/release/v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser authored Oct 22, 2021
2 parents 1d9331d + 9ae8a14 commit ed6dd0a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
21 changes: 17 additions & 4 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.15.2] - 2021-10-22

### Added

- `tls.cipher-suites` config option to specify used cipher suites.
- Support for enhanced security policies of Packet Broker services.
- Handling of MAC and PHY versions in end device forms based on selected frequency plan in the Console.
Expand Down Expand Up @@ -38,8 +52,6 @@ For details about compatibility between different releases, see the **Commitment
- The original downlink path expiration timeout was based on the fact that the default `PULL_DATA` interval is 5 seconds. In practice we have observed that most gateways actually send a `PULL_DATA` message every 30 seconds instead in order to preserve data transfer costs.
- The default duration for storing (sparse) entity events has been increased to 24 hours.

### Deprecated

### Removed

- Option to select targeted stack components during end device import in the Console.
Expand Down Expand Up @@ -1820,8 +1832,9 @@ 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.1...v3.15
[3.15.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.0...v3.15.1
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.2...v3.15
[3.15.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.15.1...v3.15.2
[3.15.1]: 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 39 files
+1 −1 tools/runscript/go.mod
+21 −12 tools/runscript/go.sum
+23 −0 vendor/arduino/mkr-wan-1310.yaml
+116 −0 vendor/dezem/harvy-lr-36.yaml
+116 −0 vendor/dezem/harvy-lr-360.yaml
+4 −0 vendor/dezem/harvy-lr-codec.yaml
+52 −0 vendor/dezem/harvy-lr-profile.yaml
+44 −0 vendor/dezem/harvy-lr.js
+ vendor/dezem/harvy-lr.png
+4 −0 vendor/dezem/index.yaml
+1 −1 vendor/digital-matter/oyster.js
+7 −4 vendor/digital-matter/yabby-edge-codec.yaml
+129 −47 vendor/digital-matter/yabby-edge.js
+58 −0 vendor/imbuildings/comfort-sensor.yaml
+52 −0 vendor/imbuildings/imbuildings-as923-profile.yaml
+52 −0 vendor/imbuildings/imbuildings-au915-profile.yaml
+24 −0 vendor/imbuildings/imbuildings-codec.yaml
+52 −0 vendor/imbuildings/imbuildings-eu868-profile.yaml
+52 −0 vendor/imbuildings/imbuildings-us902-profile.yaml
+352 −0 vendor/imbuildings/imbuildings.js
+4 −0 vendor/imbuildings/index.yaml
+44 −0 vendor/imbuildings/people-counter.yaml
+15 −0 vendor/index.yaml
+5 −0 vendor/jeng-iot/buzzon-codec.yaml
+52 −0 vendor/jeng-iot/buzzon-profile-868.yaml
+87 −0 vendor/jeng-iot/buzzon.js
+ vendor/jeng-iot/buzzon.png
+91 −0 vendor/jeng-iot/buzzon.yaml
+5 −0 vendor/jeng-iot/index.yaml
+ vendor/jeng-iot/jeng_iot_logo.png
+29 −0 vendor/sensecap/loramodule-e5-b-profile.yaml
+7 −7 vendor/sensecap/loramodule-e5-profile.yaml
+11 −0 vendor/sensecap/loramodule-e5.yaml
+49 −0 vendor/sting/pengy-codec.yaml
+5 −4 vendor/sting/pengy-decoder.js
+1 −1 vendor/sting/pengy-profile-eu868-abp.yaml
+ vendor/sting/pengy.gif
+ vendor/sting/pengy.png
+9 −2 vendor/sting/pengy.yaml
2 changes: 1 addition & 1 deletion data/lorawan-webhook-templates
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.1",
"version": "3.15.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.15.1",
"version": "3.15.2",
"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 ed6dd0a

Please sign in to comment.