Chirpstack Gateway Bridge Versions Save

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.

v4.0.11

2 months ago

Improvements

  • Update internal dependencies.

Bugfixes

  • Fix firewall security issue on Kerlink gateways.

v4.0.10

10 months ago

Improvements

  • Add configuration option to print log in JSON format.

v4.0.9

10 months ago

Bugfixes

  • Prevent duplicate MQTT connections. (#229)

v4.0.8

1 year ago

Bugfixes

  • Fix cached RouterConfig response (Basics Station).

v4.0.7

1 year ago

Improvements

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

v4.0.6

1 year ago

v4.0.6

Improvements

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

v4.0.5

1 year ago

v4.0.5

Bugfixes

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

v4.0.4

1 year ago

Improvements

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

v4.0.3

1 year ago

v4.0.3

Bugfixes

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

v4.0.2

1 year ago

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.