[release] LoRa Server v3.1

LoRa Server v3.1.0

Features

Prometheus metrics

gRPC API metrics can now be exposed using a Prometheus metrics endpoint. In future releases, more metrics will be exposed using this endpoint.

Improvements

Always forward uplink data (even on fPort = 0)

Even when no application-payload is sent, this can still provide valuable information to the end-application (e.g. data-rate, RX attributes, the fact that the device is ‘alive’). (#408)

Bugfixes

  • Revert LoRaWAN 1.1 Class-C device always joins as Class-A. (#395)
  • Fix TXParamSetupReq mac-command not being sent. (#397)
  • Fix ignoring packets received on multiple frequencies. (#401)
1 Like

I did just a fresh pull of loraserver:3, 3.1, and 3.1.0 docker tags and get:

(3)
time="2019-08-02T19:41:36Z" level=info msg="starting LoRa Server" band=US_902_928 docs="https:/w ww.loraserver.io/" net_id=000000 version=3.0.2-11-gdad5bf2

(3.1)
time="2019-08-02T19:45:17Z" level=info msg="starting LoRa Server" band=US_902_928 docs="https:/w ww.loraserver.io/" net_id=000000 version=3.0.2-11-gdad5bf2

(3.1.0)
time="2019-08-02T19:43:41Z" level=info msg="starting LoRa Server" band=US_902_928 docs="https:/w ww.loraserver.io/" net_id=000000 version=3.0.2-11-gdad5bf2

All 3 have been updated in the past hour, not sure whether that’s a push issue or a code version issue?

Edit: Fixed, thanks!