[release] LoRa Server v2.6.0-test1

I’ve just released LoRa Server v2.6.0-test1.

Next to some small changes listed below, parts of the code-base has been cleaned up internally. Before pushing this to the stable APT channel (and the loraserver:2 Docker tag), I’m looking forward to your feedback!

Debian / Ubuntu

sudo echo "deb https://artifacts.loraserver.io/packages/2.x/deb testing main" | sudo tee /etc/apt/sources.list.d/loraserver.list

Docker

Use the loraserver/loraserver:2.6.0-test1 image.

Manual download

https://artifacts.loraserver.io/downloads/loraserver/


LoRa Server v2.6.0-test1

Features

  • On ADR, decrease device DR when the device is using a higher DR than the maximum DR set in the service-profile. #375

Bugfixes

  • Implement missing DeviceModeReq mac-command for LoRaWAN 1.1. #371
  • Fix triggering gateway config update. #373

Improvements

  • Internal code-cleanup with regards to passing configuration and objects.
  • Internal migration from Dep to Go modules.