Getting Started Concepts The Things Stack Cloud The Things Stack Enterprise Integrations API Hardware
Get The Things Stack

Release Notes

    Overview
  • 3.34.1
  • 3.34.0
  • 3.33.2
  • 3.33.1
  • 3.33.0
  • 3.32.3
  • 3.32.2
  • 3.32.1
  • 3.32.0
  • 3.31.1
  • 3.30.2
  • 3.30.1
  • 3.30.0
  • 3.29.2
  • 3.29.1
  • 3.29.0
  • 3.28.2
  • 3.28.1
  • 3.28.0
  • 3.27.2
  • 3.27.1
  • 3.27.0
  • 3.26.2
  • 3.26.1
  • 3.26.0
  • 3.25.2
  • 3.25.1
  • 3.25.0
  • 3.24.2
  • 3.24.1
  • 3.24.0
  • 3.23.2
  • 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.13.3

Added

  • Email sent to admins when an OAuth client is requested by a non-admin user.
  • Packet Broker UI in the Console (admin only).
  • New config option --console.oauth.cross-site-cookie to control access to OAuth state cookie between origins.
    • This option needs to be set to true (default is false) in multi-cluster deployments in order to support OAuth clients that use POST callbacks.
  • Application Server forwards upstream messages of type ApplicationDownlinkSent for application downlink messages that were acknowledged with a TxAck message from the gateway.
    • MQTT clients can subscribe to the topic v3/{application-id}/devices/{device-id}/down/sent.
    • For HTTP webhooks, make sure that the Downlink Sent messages are enabled.
  • Query for the most recent application messages from the Storage Integration API with the new last parameter (for example, ?last=10m or ?last=2h). See also --last argument for the ttn-lw-cli applications storage get and ttn-lw-cli end-devices storage get commands.
  • A location solved message is published automatically by Application Server when the decoded payload contains coordinates (e.g. latitude and longitude, among other combinations, as well as support for accuracy and altitude).
  • Configuration option to include Packet Broker metadata in uplink messages: pba.home-network.include-hops. By default, this is now disabled.
  • Update gateway identity, status, antennas, frequency plan, location and receive and transmit rates to Packet Broker Mapper. Mapping is enabled when the Forwarder role is enabled. The following new configuration options are introduced to change the default behavior:
    • gs.packetbroker.update-gateway-interval: Update gateway interval
    • gs.packetbroker.update-gateway-jitter: Jitter (fraction) to apply to the update interval to randomize intervals
    • gs.packetbroker.online-ttl-margin: Time to extend the online status before it expires
    • pba.mapper-address: Address of Packet Broker Mapper
    • pba.forwarder.gateway-online-ttl: Time-to-live of online status reported to Packet Broker
  • Improved error messages for Gateway Claiming and additional defaults for non-existing gateways.

Changed

  • Low-level log messages from the go-redis library are printed only when the log level is set to DEBUG.
  • GS will discard repeated gateway uplink messages (often received due to buggy gateway forwarder implementations). A gateway uplink is considered to be repeated when it has the same payload, frequency and antenna index as the last one.
    • The new gs_uplink_repeated_total metric counts how many repeated uplinks have been discarded.
    • A gs.up.repeat event is emitted (once per minute maximum) for gateways that are stuck in a loop and forward the same uplink message.
  • For ABP sessions, the CLI now requests a DevAddr from the Network Server instead of generating one from the testing NetID.
  • Descriptions, tooltips and defaults for checkboxes for public gateway status and location in the Console.
  • All HTTP requests made by The Things Stack now contain a User-Agent header in the form of TheThingsStack/{version}.
  • No connection to Packet Broker is being made when neither the Forwarder nor the Home Network role is enabled.
  • Increase the default size limit for payload formatter scripts to 40KB (up from 4KB). The maximum size enforced at API level is 40KB (up from 16KB).
    • For more context see issue #4053 and issue #4278.

Fixed

  • Parse error in Webhook Templates.
  • Clarified errors in device claiming.
  • Application deletion handling in the Console.
  • Error when logging into the Console when using connections without TLS.
  • Account for antenna gain when the gateway is not authenticated (i.e. UDP gateway).
  • Preserve antenna gain when the gateway status message contains GPS coordinates.
  • Location map coordinate selection in the Console.
  • Rights required for reading scheduled downlinks.
← 3.14.0 3.13.2 →

On this page

Sections

Getting Started

Concepts

The Things Stack Cloud

The Things Stack Enterprise

Integrations

API

Hardware

Sitemap

View our Sitemap

Contributing

GitHub

About Us

The Things Industries