Skip to content

Releases: chirpstack/chirpstack-gateway-bridge

v4.0.0

14 Sep 12:17
Compare
Choose a tag to compare

v4.0.0

Features

This release implements the ChirpStack v4 API interface. Please note that this version is not compatible with ChirpStack v3.

v3.14.3

06 Sep 08:36
Compare
Choose a tag to compare

v3.14.3

Bugfixes

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

v4.0.0-rc.1

11 Aug 13:58
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release
v4.0.0-rc.1

v3.14.2

01 Aug 12:10
Compare
Choose a tag to compare

v3.14.2

Bugfixes

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

v3.14.1

30 Jul 12:46
Compare
Choose a tag to compare

v3.14.1

Improvements

  • Update dependencies.
  • Update to Go 1.18.

v3.14.0

13 Jun 13:01
Compare
Choose a tag to compare

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

v3.13.3

19 Apr 08:47
Compare
Choose a tag to compare

v3.13.3

Improvements

  • Update MQTT client to latest version.
  • Add timeout to MQTT token wait.
  • Basics Station backend:
    • Add WORKAROUND_IGNORE_RX_TIME flag (environment variable) to disable the parsing of rxtime
      in cases where the gateway does not provide a correct rxtime value.

v3.13.2

16 Dec 09:28
Compare
Choose a tag to compare

v3.13.2

Improvements

  • Expose SX1302 / SX1303 ftime as plain fine-timestamp if available.
  • Consolidate Tektelic .ipk packages to single kona architecture.

v3.13.1

31 Aug 13:28
Compare
Choose a tag to compare

v3.13.1

Bugfixes

  • Fix stats Hz to kHz conversion for Concentratord backend.

v3.13.0

30 Aug 12:10
0663255
Compare
Choose a tag to compare

v3.13.0

Features

Gateway metrics

This implements the aggregation of additional gateway metrics:

  • Uplink & downlink count split by frequency
  • Uplink & downlink count split by modulation parameters
  • Downlink (attempts) split by status

Improvements

  • Docker images added for ARM v6, v7 and ARM64. (#198)

Bugfixes

  • Correct the command_url logged. (#197)