Skip to content

Releases: gotthardp/lorawan-server

v0.5.2

23 Feb 23:30
Compare
Choose a tag to compare

Bug fixes only.

v0.5.1

19 Feb 18:39
Compare
Choose a tag to compare

Bug fixes and minor improvements:

v0.5.0

03 Feb 10:53
Compare
Choose a tag to compare

Major redesign of the server with several major (and breaking) changes:

  1. With the previous Device configuration it was very hard to manage a group of identical devices. The 0.5.0 therefore introduces Device profiles that store static configuration common to a group of devices with identical hardware and firmware.
  2. The previous configuration of Regional parameters relied too much on hardcoded values and didn’t support user-defined regions. The 0.5.0 introduces Network definitions that include dynamic Regional Parameters. Thanks to this the 0.5.0 also supports networks in the AS923 Region.
  3. The Handler/Connector configuration didn’t allow flat JSON structures and device-specific connections, which prevented easy integration with several platform. The 0.5.0 extended the flexibility of the configuration and added support for AMQP and inbound HTTP.

Important warning: Migrating to this version will preserve the Device/Node addresses and security keys, but will delete many ADR parameters, which got moved to the Profile settings. You need to review and complete the configuration before connecting any gateway or device. Backup your data before upgrading so you can revert back in case of troubles!

v0.4.13

03 Nov 20:58
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Clarified the various ADR behaviours (changed mode names)

This is the last release implementing the LoRaWAN Specification v1.0.1-- the next will switch to v1.0.2.

v0.4.12

06 Oct 20:41
Compare
Choose a tag to compare

Bug fixes only.

v0.4.11

28 Sep 13:26
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Health checks for the server, gateways and nodes, which display alerts for the network admin.
  • Refactored node status graphs; data are now shown for a larger time-interval and only when status was queried.
  • Enhanced dashboard has a rolling timeline showing events and received frames.
  • Moved logs to /var/log to be more flash-disk friendly.

v0.4.10

26 Aug 19:45
Compare
Choose a tag to compare

Bug fixes only.

v0.4.9

18 Aug 13:17
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Connector Published and/or Received Topic may now include a wildcard ('#')
  • The user-provided 'pending' flag has now higher priority than the presence of queued downlinks
  • Handler functions can be used for Raw content too
  • Web-admin displays server version and status
  • Support for Japan channel plan (kindly contributed by @kajilemon san)

v0.4.8

31 Jul 12:58
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • HTTP/S POST connector
  • Monitor of gateway compliance with the Tx duty cycle restrictions

v0.4.7

15 Jul 19:41
Compare
Choose a tag to compare

Bug fixes and minor improvements:

  • Implemented LinkCheckAns MAC command
  • Network and server delay statistics added to gateway admin
  • More user friendly logs