v3.23.1

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Release Notes

    Overview
  • 3.23.1
  • 3.23.0
  • 3.22.2
  • 3.22.1
  • 3.22.0
  • 3.21.2
  • 3.21.1
  • 3.21.0
  • 3.20.2
  • 3.20.1
  • 3.20.0
  • 3.19.2
  • 3.19.1
  • 3.19.0
  • 3.18.2
  • 3.18.1
  • 3.18.0
  • 3.17.2
  • 3.17.1
  • 3.17.0
  • 3.16.3
  • 3.16.2
  • 3.16.1
  • 3.16.0
  • 3.15.2
  • 3.15.1
  • 3.15.0
  • 3.14.2
  • 3.14.1
  • 3.14.0
  • 3.13.3
  • 3.13.2
  • 3.13.1
  • 3.13.0
  • 3.12.3
  • 3.12.2
  • 3.12.1
  • 3.12.0
  • 3.11.3
  • 3.11.2
  • 3.11.1
  • 3.11.0
  • 3.10.8
  • 3.10.7
  • 3.10.6
  • 3.10.5
  • 3.10.4
  • 3.10.3
  • 3.10.2
  • 3.10.1
  • 3.10.0

3.16.2

Added

  • User defined antenna gain for LBS gateways.
  • Support for the Authorization Code flow for the OIDC authentication providers.
    • Previously only the Hybrid flow was supported.
  • Better support for user claims provided by OIDC authentication providers.
  • Non-TLS interop listener. Default port is 1886.
  • Webhooks now have a health status associated with them. Webhooks that fail successively are now disabled for a period of time.
    • Failure in this context means that the HTTP endpoint returned a non-2xx status code.
    • A successful HTTP request will reset the failure counter.
    • The number of allowed successive failures and cooldown period can be configured using the --as.webhooks.unhealthy-attempts-threshold and --as.webhooks.unhealthy-retry-interval configuration options.
  • Webhook enabled path validation in the Console.

Changed

  • Increased the maximum gRPC message size to 16MB.
  • Gateways which have been deleted are now automatically disconnected by the Gateway Server.

Fixed

  • Access to application payload formatters for users with RIGHT_APPLICATION_SETTINGS_BASIC right.
  • End device mac settings handling in the Console.
  • Uplink and downlink counters display on end device activity in the Console.
  • External users unique constraint taking into account the wrong columns.
    • This requires a database schema migration (ttn-lw-stack is-db migrate).
  • Invitations unique constraint taking into account the wrong columns.
    • This requires a database schema migration (ttn-lw-stack is-db migrate).
  • Join settings handling in JS-only deployments in the Console.
  • Configuring Packet Broker listed option when Packet Broker Agent is configured with a Packet Broker tenant API key.
  • Contact info validation through the Account app.
← 3.16.3 3.16.1 →

On this page

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by Nejra Selimović on 22 Dec 2021.
doc: Add v3.16.2 release docs (#686)

Edit on Github