Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

0.26.0

Choose a tag to compare

@brocaar brocaar released this 08 Apr 14:42
· 434 commits to master since this release

Features:

  • (Gateway) channel-configuration has been refactored into gateway-profiles and
    configuration updates are now sent over MQTT to the gateway.

    • This requires LoRa Gateway Bridge 2.4.0 or up.
    • This requires LoRa App Server 0.20.0 or up.
    • This deprecates the LoRa Channel Manager service.
    • This removes the Gateway gRPC service (which was running by default on port 8002).
    • This removes the channel-configuration related gRPC methods from the NetworkServer gRPC service.
    • This adds gateway-profile related gRPC methods to the NetworkServer gRPC service.
  • FSK support when permitted by the LoRaWAN ISM band.

    • Note that the ADR engine will only use the data-rates of the pre-defined multi data-rate channels.

Bugfixes:

  • Fix leaking Redis connections on pubsub subscriber (#313.

Upgrade notes:

In order to automatically migrate the existing channel-configuration into the
new gateway-profiles, first upgrade LoRa Server and restart it. After upgrading
LoRa App Server and restarting it, all channel-configurations will be migrated
and associated to the gateways. As always, it is advised to first make a backup
of your (PostgreSQL) database.

Pre-compiled binaries are available at: https://www.loraserver.io/loraserver/overview/downloads/