v4.3.0
Features
- Expose duty-cycle stats exposed by ChirpStack Concentratord.
- Make it possible to use environment variables in configuration (like ChirpStack).
Improvements
- Update internal dependencies.
1 Like
v4.3.1
features
- implement handling of chirpstack gateway mesh heartbeat messages.
Improvements
- Update internal dependencies.
Bugfixes
- Spawn message-callback to not block MQTT eventloop. (#57)
v4.3.2
Features
- Add MQTT connection callback configuration (e.g. to exec. command to turn on / off LED on gateway).
Improvements
- Make MQTT re-connect interval configurable through
reconnect_interval
config option. (#63)
- On startup, validate that Gateway ID is 8-bytes. (#65)
- Update internal dependencies.