v3.12.0
v3.12.0
Features
Private gateways
This adds the option to add a service-profile to a gateway and a service-profile flag to make all gateways under that service-profile private. It also adds a global configuration option to make all gateways private. When a gateway is private, only devices under the same service-profile will be able to use the gateway.
Pluggable ADR algorithms
This adds the option to configure custom ADR algorithms through a plugin system. See the examples/adr-plugin
directory for an example plugin skeleton.
Improvements
- Implement uplink frame counter for Prometheus. (#507)