0.18.0
Features:
- LoRa App Server uses a new configuration file format.
See configuration for more information. - Frame-logs for device are now streaming and can be downloaded as JSON file.
- Note: the
/api/devices/{devEUI}/frames
(formerlyDevice.GetFrameLogs
)
endpoint has changed (and the gRPC method has been renamed toDevice.StreamFrameLogs
). - You need LoRa Server 0.24+ in order to use this feature.
- Note: the
- Added streaming frame-logs for gateways (which also can be downloaded as JSON file).
- You need LoRa Server 0.24+ in order to use this feature.
- Support MQTT client certificate authentication (#201).
Upgrade notes:
When upgrading using the .deb
package / using apt
or apt-get
, your
configuration will be automatically migrated for you. In any other case,
please see configuration.