[release] Chirpstack Gateway Bridge v3.7 (test releases)

ChirpStack Gateway Bridge v3.7.0-test.2

Features

Concentratord backend

The Concentratord backend is compatible with the ChirpStack Concentratord daemon. Please note that this backend is experimental.

Syslog output

When log_to_syslog is enabled in the configuration file, the log output will be written to syslog.

Improvements

  • Change MQTT max. reconnect interval default value to 1 minute.
  • Refactor MQTT subscribe / unsubscribe logic.

Bugfixes

  • Use DevEUI object length instead of JoinEUI. (#154)
  • Remove default values for BasicStation filters. (#157)
  • Fix BasicStation websocket ping loop. (#156)

Testing

Debian

Use the testing channel instead of stable:

sudo echo "deb https://artifacts.chirpstack.io/packages/3.x/deb testing main" | sudo tee /etc/apt/sources.list.d/chirpstack.list

Docker

Use the chirpstack/chirpstack-gateway-bridge:3.7.0-test.2 image and tag.

2 Likes