github TheThingsNetwork/lorawan-stack v3.10.1

latest releases: v3.30.1, v3.30.0, v3.29.2...
3 years ago

[3.10.1] - 2020-11-19

Added

  • More password validation rules in the user management form in the Console.

Changed

  • Limitation of displayed and stored events in the Console to 2000.
  • Application Server will unwrap the AppSKey if it can, even if skipping payload crypto is enabled. This is to avoid upstream applications to receive wrapped keys they cannot unwrap. For end-to-end encryption, configure Join Servers with wrap keys unknown to the Application Server.
  • More precise payload labels for event previews in the Console.

Fixed

  • Next button title in the end device wizard in the Console.
  • Navigation to the user edit page after creation in the Console.
  • The port number of the http.redirect-to-host option was ignored when http.redirect-to-tls was used. This could lead to situations where the HTTPS server would always redirect to port 443, even if a different one was specified.
    • If the HTTPS server is available on https://thethings.example.com:8443, the following flags (or equivalent environment variables or configuration options) are required: --http.redirect-to-tls --http.redirect-to-host=thethings.example.com:8443.
  • Status display on the error view in the Console.
  • Event views in the Console freezing after receiving thousands of events.
  • Wrong FPort value displayed for downlink attempt events in the Console.
  • Network Server sending duplicate application downlink NACKs.
  • Network Server now sends downlink NACK when it assumes confirmed downlink is lost.
  • Network Server application uplink drainage.

Release notes

Docker images

  • docker pull thethingsnetwork/lorawan-stack-dev:542c49003dea9c4f460e3f2a15ff1e31974fdc36
  • docker pull thethingsnetwork/lorawan-stack:3.10
  • docker pull thethingsnetwork/lorawan-stack:3.10.1

Don't miss a new lorawan-stack release

NewReleases is sending notifications on new releases.