Releases: gotthardp/lorawan-server
Releases · gotthardp/lorawan-server
v0.6.7
Bug fixes and minor improvements:
- Added
http_custom_web
config option to serve user-defined files - Added
trim_interval
config option to modify the database trimming interval - Addes support for more handler fields: desc, gpsalt, gpspos
- Downlink handlers can now return a list to trigger multiple messages
This is the last release that supports Erlang/OTP 19.2.
Please note that SMTP functions in this (and all previous releases) will not work with Erlang 22 due to gen-smtp/gen_smtp#168.
v0.6.6
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Major release with several significant improvements:
- Introduced scopes and ability define individual access authorizations
- Health monitoring can send e-mail and/or Slack message when an alert is raised or became worse
- Several servers can be joined into a cluster for high-availability (experimental), thanks to @altishchenko
- LoRaWAN 1.0.3 compatibility and new LoRaWAN MAC commands: DutyCycleReq, DeviceTimeReq
- "Purge" button to clean Events and Received Frames
- Downlink frames are logged and displayed in the Dashboard timeline
This is the first version compatible with Erlang 21.
Note The database structure was modified, mainly Areas and Groups were introduced. After migrating from version 0.5.x to 0.6.x you need to assign Profiles to Groups and Gateways to Areas.