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.18.1

Added

  • Add HTTP basic authentication configuration to the webhooks form in the Console.
  • Show repository formatter code in the payload formatter form in the Console and allow pasting the application and payload formatter code when using the JavaScript option.
  • Add query field to search requests, allowing to search for a string in any of ID, Name, Description and EUI (for entities that have EUIs).
  • gRPC service to Gateway Configuration Server so that gateway configurations can be obtained via gRPC requests.
  • The option to configure the Redis idle connection pool timeout, using the redis.idle-timeout setting.
  • New RP002 regional parameters as options during device registration in the Console.
  • Fallback for frequency plan, MAC and PHY version values for end device import in the Console.
  • Default gateway visibility configuration in Packet Broker agent in the Console.

Changed

  • The custom webhook option is now shown at the top of the list in the Console when adding new webhooks.
  • Wording around webhook statuses to Healthy, Requests failing and Pending.
  • The uplink event preview in the Console now shows the highest SNR.
  • When scheduling downlink messages with decoded payload, the downlink queued event now contains the encoded, plain binary payload.
  • When Application Server forwards downlink messages to Network Server, the event payload now contains the encrypted LoRaWAN FRMPayload.
  • Integration settings are now retrieved from the read-only Redis replica.
  • The Network Server will now match downlink acknowledgements on the cache redis cluster (previously the general cluster was used).
  • Gateway Connection statistics updates are now debounced. The debounce period occurs before the statistics are stored, and can be configured using the gs.update-connection-stats-debounce-time setting (default 5 seconds).
  • Event publication when the Redis backend is used may no longer block the hot path. Instead, the events are now asynchronously published, which may render their ordering to change.
    • The events are queued and published using the worker pool mechanism, under the redis_events_transactions pool.
    • The length of the queue used by the pool may be configured using the events.redis.publish.queue-size setting.
    • The maximum worker count used by the pool may be configured using the events.redis.publish.max-workers setting.
  • Payload formatter form layout in the Console.

Removed

  • Ability to select the Repository payload formatter type for end devices that have no Device Repository association or have no associated repository payload formatter.

Fixed

  • Webhook statuses being shown as pending regardless of their actual condition.
  • Consistent ordering of entities with equal values for the sort field.
  • Fix xtime sent to LBS gateways for Class C downlinks.
  • Tenant settings being available in non-multi-tenancy environments in the Console.
← 3.18.2 3.18.0 →

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 23 Mar 2022.
Doc/3.18.1 release (#825)

Edit on Github