Skip to content

Releases: chirpstack/chirpstack-gateway-bridge

v4.0.11

11 Mar 16:04
Compare
Choose a tag to compare

Improvements

  • Update internal dependencies.

Bugfixes

  • Fix firewall security issue on Kerlink gateways.

v4.0.10

17 Jul 08:38
Compare
Choose a tag to compare

Improvements

  • Add configuration option to print log in JSON format.

v4.0.9

27 Jun 09:40
Compare
Choose a tag to compare

Bugfixes

  • Prevent duplicate MQTT connections. (#229)

v4.0.8

17 Apr 10:23
Compare
Choose a tag to compare

Bugfixes

  • Fix cached RouterConfig response (Basics Station).

v4.0.7

11 Apr 15:43
b4fe733
Compare
Choose a tag to compare

Improvements

  • Add MuxTime to downlink messages (Basics Station) and remove timesync_interval default.
  • Update internal dependencies.

v4.0.6

14 Feb 11:53
Compare
Choose a tag to compare

v4.0.6

Improvements

  • Include location in UplinkRxInfo if Semtech UDP payload contains both rxpk and stat (with location).

v4.0.5

30 Jan 19:46
Compare
Choose a tag to compare

v4.0.5

Bugfixes

  • Fix loading config from default paths after merging #199.

v4.0.4

26 Jan 15:28
Compare
Choose a tag to compare

Improvements

  • Support for multiple configuration files. (#199)
  • Add filters to Concentratord backend. (#218)
  • Add CRC status back to UplinkRxInfo.

v4.0.3

13 Dec 21:28
Compare
Choose a tag to compare

v4.0.3

Bugfixes

  • Add missing coding-rates for TXPK CodR. (#217)

v4.0.2

09 Dec 14:48
Compare
Choose a tag to compare

v4.0.2

Features

meta in rxpk and stat

If using the Semtech UDP Packet Forwarder backend, it is possible to expose additional key / value metadata using an optional meta key in either the rxpk or stat package. The value of meta must be an object with key (string) / value (string) data if present.

Improvements

  • Update Go compiler to v1.19.3.
  • Update Alpine base container to v3.17.0.
  • Update prometheus/client_golang to v1.14.0.
  • Make metadata field in chirpstack_api consistent.