Skip to content

Releases: chirpstack/chirpstack-gateway-bridge

v3.13.0-test.2

30 Aug 12:09
0663255
Compare
Choose a tag to compare
v3.13.0-test.2 Pre-release
Pre-release
v3.13.0-test.2

v3.13.0-test.1

30 Aug 12:09
Compare
Choose a tag to compare
v3.13.0-test.1 Pre-release
Pre-release
v3.13.0-test.1

v3.12.0

21 Jul 13:48
Compare
Choose a tag to compare

ChirpStack Gateway Bridge v3.12.0

Features

  • Implement LR-FHSS modulation type.

Improvements

  • Make Kerlink .ipk packaging generic for all KerOS models.

Bugfixes

  • Fix null time when GPS is not available in gateway (Basics Station). (#196)

v3.12.0-test.1

21 Jul 13:47
Compare
Choose a tag to compare
v3.12.0-test.1 Pre-release
Pre-release
v3.12.0-test.1

v3.11.0

25 May 16:27
Compare
Choose a tag to compare

ChirpStack Gateway Bridge v3.11.0

Features

Connection state messages

This publishes a conn state message, indicating if a gateway is online or offline. State messages are published as retained so that a MQTT client will immediately receive the latest state of the gateway(s) after subscribing to the conn state MQTT topic. The default MQTT topic for state messages is gateway/ID/state/STATE where ID is the ID of the gateway and STATE is the state (in this case conn). This topic is configurable in the Configuration.

Improvements

  • When terminate_on_connect_error is enabled, terminate on connection lost. (#184)
  • Do not run as root (Docker). (#185)
  • Add ns precision to log output timestamp.

Bugfixes

  • Add websocket connection mutex to avoid concurrent writes. (#191)

v3.11.0-test.1

12 Apr 09:27
Compare
Choose a tag to compare
v3.11.0-test.1 Pre-release
Pre-release
v3.11.0-test.1

v3.10.0

25 Jan 14:00
Compare
Choose a tag to compare

v3.10.0

Features

  • Basic Station timesync request/response support. (#179)

Improvements

  • Refactor backend <> integration communication code.
  • Refactor the way how MQTT (un)subscribe is implemented.
  • Make MQTT keepalive interval configurable. (#176)
  • Add new Azure CA certificates. (#178)
  • Implement paho mqtt client logging. (#182)

v3.10.0-test.1

25 Jan 13:59
Compare
Choose a tag to compare
v3.10.0-test.1 Pre-release
Pre-release
v3.10.0-test.1

v3.9.2

21 Jul 12:18
Compare
Choose a tag to compare

ChirpStack Gateway Bridge v3.9.2

Improvements

  • Provide uplink / downlink stats when using the BasicStation backend.

v3.9.1

16 Jul 10:04
Compare
Choose a tag to compare

ChirpStack Gateway Bridge v3.9.1

Bugfixes

  • Downlinks are now visible in the web-interface when using in combination with the BasicStation.
  • RX2 parameters are now set for Class-A downlinks when using in combination with the BasicStation.