Releases: chirpstack/chirpstack-gateway-bridge
Releases · chirpstack/chirpstack-gateway-bridge
v4.0.11
Improvements
- Update internal dependencies.
Bugfixes
- Fix firewall security issue on Kerlink gateways.
v4.0.10
Improvements
- Add configuration option to print log in JSON format.
v4.0.9
Bugfixes
- Prevent duplicate MQTT connections. (#229)
v4.0.8
Bugfixes
- Fix cached RouterConfig response (Basics Station).
v4.0.7
Improvements
- Add
MuxTime
to downlink messages (Basics Station) and remove timesync_interval
default.
- Update internal dependencies.
v4.0.6
v4.0.6
Improvements
- Include location in
UplinkRxInfo
if Semtech UDP payload contains both rxpk
and stat
(with location).
v4.0.5
v4.0.5
Bugfixes
- Fix loading config from default paths after merging #199.
v4.0.4
Improvements
- Support for multiple configuration files. (#199)
- Add filters to Concentratord backend. (#218)
- Add CRC status back to UplinkRxInfo.
v4.0.3
v4.0.3
Bugfixes
- Add missing coding-rates for TXPK CodR. (#217)
v4.0.2
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.