Skip to content

v4.1.0

Compare
Choose a tag to compare
@brocaar brocaar released this 01 Jun 13:46
· 73 commits to master since this release

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.