[release] ChirpStack Gateway Bridge v3.14

v3.14.0

Features

  • Add support for periodic time-sync requests (Basics Station).

Improvements

  • Make it possible to use 32bit downlink tokens instead of 16bit only (will be used by ChirpStack v4).
1 Like

v3.14.1

Improvements

  • Update dependencies.
  • Update to Go 1.18.
1 Like

v3.14.2

Bugfixes

  • Basics Station: Prefer gpstime over rxtime in case both are available.
1 Like

v3.14.3

Bugfixes

  • Fix incorrect handling of MQTT token timeout, causing re-connect to not work in some cases. (#210)
2 Likes

v3.14.4

Improvements

  • Update build to latest Go toolchain.

v3.14.5

Improvements

  • Expose ack-rate (Semtech UDP protocol) through Prometheus metrics.

Bugfixes

  • Update Multitech Conduit packaging to work Monit for process monitoring (included in latest mPower).

v3.14.6

Improvements

  • Update Go compiler to v1.19.3.
  • Update Alpine base container to v3.17.0.
  • Update prometheus/client_golang to v1.14.0.

v3.14.7

Bugfixes

  • Prevent duplicate MQTT connections. (#229)