Releases: chirpstack/chirpstack-mqtt-forwarder
v4.3.1
v4.3.0
v4.2.3
v4.2.2
v4.2.1
v4.2.0
v4.2.0
Features
paho-mqtt
to rumqttc
refactor
This refactors the code to use rumqttc
instead of paho-mqtt
as MQTT client library. As rumqttc
is a pure-Rust MQTT client, which uses rustls
for TLS, it is no longer needed to statically link against OpenSSL.
Improvements
- Add AMD64 build. (#46)
- Reconnect ZeroMQ REQ socket on error.
- Update dependencies.
Bugfixes
v4.1.3
v4.1.1
v4.1.0
v4.1.0
Features
DevAddr and JoinEUI filters
This adds a [backend.filters]
configuration section under which it is possible to configure the prefix-filters for DevAddr (data uplink) and JoinEUIs (join-requests).
Improvements
Time fallback
This adds a time_fallback_enabled
configuration option to the semtech_udp
section. If enabled and no RX time is provided by the packet-forwarder, then the ChirpStack MQTT Forwarder server-time will be used as fallback.
Build improvements
The provided pre-compiled binaries are fully static and based on musl libc. This removes the need to compile against a very old verion of glibc to stay compatible with old gateway firmwares.
Other improvements
- Update dependencies.
Bugfixes
- Fix bootstript for Dragino
.ipk
package.
v4.0.0
v4.0.0
This marks the initial release of the ChirpStack MQTT Forwarder.
The ChirpStack MQTT Forwarder is a re-implementation of the ChirpStack Gateway Bridge for gateway installations only. The aim of this component is to provide a more lightweight solution, that also can be installed on gateways with a limited amount of memory (for example Dragino OpenWRT based gateways).