Skip to content

Releases: chirpstack/chirpstack-gateway-bridge

v3.0.0-test.2

25 Apr 10:01
Compare
Choose a tag to compare
v3.0.0-test.2 Pre-release
Pre-release
v3.0.0-test.2

v3.0.0-test.1

16 Apr 13:45
Compare
Choose a tag to compare
v3.0.0-test.1 Pre-release
Pre-release
v3.0.0-test.1

v2.7.1

07 Mar 09:53
Compare
Choose a tag to compare

v2.7.1

Bugfixes

  • Fix rxpk.brd parsing for some packet-forwarders. (#104)

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.7.0

14 Feb 09:58
Compare
Choose a tag to compare

v2.7.0

Features

  • Environment variable based configuration has been re-implemented.

Improvements

  • Remove QoS > 0 bottleneck with non-blocking MQTT publish (#101)

Bugfixes

  • Fix potential deadlock on MQTT re-connect (#103)
  • Fix logrotate issue (init based systems) (#98)

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.6.2

11 Dec 10:53
Compare
Choose a tag to compare

v2.6.2

Bugfixes

  • Fix QoS backend setting regression. #95

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.6.1

03 Nov 14:31
Compare
Choose a tag to compare

v2.6.1

Bugfixes

  • Fix corrupted gateway statistics for downlink packets. #94

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.6.0

11 Oct 14:23
Compare
Choose a tag to compare

v2.6.0

Features

Google Cloud Platform integration

LoRa Gateway Bridge is able to integrate with Cloud IoT Core.
This makes it easier to scale up, but also makes it possible to manage gateway
authentication using the web-based Cloud IoT console (or APIs).

Gateway IP address

The gateway IP address is exposed through the gateway stats.

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.5.1

30 Aug 15:11
Compare
Choose a tag to compare

v2.5.1

Bugfixes

Fix configuration parse error (some keys were not loaded because of configuration alias).

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

v2.5.0

30 Aug 10:41
Compare
Choose a tag to compare

v2.5.0

Upgrade notes

When using the v2_json marshaler (default), this version is fully compatible with previous versions of LoRa Server. When changing the marshaler to protobuf or json, you first need to upgrade to LoRa Server v2.1.0. When LoRa Server v2.1.0 is installed, it is recommended to use either the protobuf or json marshaler as it provides better compatibility (e.g. with the iBTS gateway).

Features

Protocol Buffer data serialization

To save on bandwith between the gateway and the MQTT broker (e.g. when the gateway uses a cellular connection), this update makes it possible to configure the marshaler for encoding / decoding the data (in lora-gateway-bridge.toml) using Protocol Buffers.

This will become the default option in LoRa Gateway Bridge v3.

New JSON format

The new JSON structure re-uses the messages defined for Protocol Buffers based serialization. For backwards compatibility, the default marshaler for LoRa Gateway Bridge v2.x will be v2_json.

Kerlink iBTS fine-timestamp

When using the protobuf or json marshaler, LoRa Gateway Bridge will expose the fine-timestamp fields when using Kerlink iBTS gateways.

Prometheus metrics

For monitoring the health and throughput of each LoRa Gateway Bridge instance, LoRa Gateway Bridge is able to expose various metrics that can be scraped by Prometheus.

Changes

Configuration structure of MQTT backend

The structure of the [backend.mqtt] configuration section has been updated. These changes are fully backwards compatible.

Improvements

All vendored dependencies have been updated.

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/

2.4.1

22 May 15:07
Compare
Choose a tag to compare

Bugfixes:

  • Only log in case of UDP read / write errors (instead of breaking out of loop).

Pre-compiled binaries are available at: https://www.loraserver.io/lora-gateway-bridge/overview/downloads/