[release] LoRa Server v2.1.0 / LoRa App Server v2.1.0

Changelogs

LoRa Server v2.1.0

Features

Multicast support

This adds experimental support for creating multicast-groups to which devices
can be assigned (potentially covered by multiple gateways).

Updated data-format between LoRa Server and LoRa Gateway Bridge

Note that this is a backwards compatible change as LoRa Server is able to
automatically detect the used serizalization format based on the data sent by
the LoRa Gateway Bridge.

Protocol Buffer data serialization

This adds support for the Protocol Buffers
data serialization introduced by LoRa Gateway Bridge v2.5.0 to save on
bandwidth between the LoRa Gateway Bridge and the MQTT.

New JSON format

The new JSON structure re-uses the messages defined for
Protocol Buffers
based serialization.

Improvements

  • Make Redis pool size and idle timeout configurable.

Bugfixes

  • Fix panic on empty routing-profile CA cert (#349)

LoRa App Server v2.1.0

Upgrade notes

This upgrade is backwards compatible with previous v2 releases, but when using
multicast-support, you must also upgrade LoRa Server to v2.1.0+.

Features

Multicast support

This adds experimental support for creating multicast-groups to which devices
can be assigned (potentially covered by multiple gateways).

LoRaWAN 1.0.3

This update adds LoRaWAN 1.0.3 in MAC version dropdown.

Bugfixes

  • Fix organization selector dropdown styling.