Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Home | Documentation | Community support

Changelog

v4.1.4

Improvements

  • Add uplink_id to dropped package trace. (#122)
  • Update internal dependencies.

Bugfixes

  • Fix setup order (setup backend before proxy). (#130)

v4.1.3

Improvements

  • Update internal dependencies.

Bugfixes

  • Re-create ZMQ REQ and SUB sockets in case of error.

v4.1.2

Improvements

  • Improve debug logging. (#99)
  • Remove deprecated GenericArray use. (#100)
  • Add lorawan_only filter option.
  • Update internal dependencies.

v4.1.1

Improvements

  • Update internal dependencies and tune feature flags.

Bugfixes

  • Fix uplink filters and add missing filter configuration to config template.

v4.1.0

Features

Events / commands

Refactor Mesh heartbeat

This refactors the Gateway Mesh heartbeat payload into a more generic Mesh Event payload, which can be used by both “known” and “proprietary” event types. The first implemented “known” type is the heartbeat. While this refactor is not backwards compatible and requires ChirpStack MQTT Forwarder v4.4+, the backwards incompatibility does not affect the functioning of the Gateway Mesh itself.

Proprietary events

This release adds configuration options to periodically send Relay events. These events can generated by commands that are periodically executed. See the configuration section for more information.

Proprietary commands

Next to events, this release also makes it possible to remotely execute commands on the Relay gateways, by using MQTT. See the configuration section for more information.

ZMQ API

This aligns the Concentratord ZMQ API interface with the ChirpStack Concentratord v4.5+. Please make sure to update to this Concentratord version or later. For Border Gateways, please make sure to also update the ChirpStack MQTT Forwarder to v4.4 or later.

Improvements

  • Make Relay ID configurable.

Bugfixes

  • Add tx_power to AU915 (region_au915.toml) configuration example. (#67)

v4.0.1

Improvements

  • Update internal dependencies.
  • Add FSK channel to EU868 configuration example.
  • Add AS923, IN868, KR920, RU864 and AU915 configuration examples.

v4.0.0

Initial release. This component has been developed in collaboration with RAK.