Skip to content

Releases: brocaar/chirpstack-application-server

v3.0.0-test.1

25 Apr 10:01
Compare
Choose a tag to compare
v3.0.0-test.1 Pre-release
Pre-release
v3.0.0-test.1

v2.6.0

21 Mar 09:07
Compare
Choose a tag to compare

v2.6.0

Features

New integrations

Support has been added to forward events to an Azure service-bus or to AWS SNS. See Configuration.

Improvements

  • Make JS codec maximum execution-time configurable and increase default value to 100ms.
  • Add configuration option for CORS headers. (#275)
  • Internal code-cleanup with regards to passing configuration and objects.
  • Internal migration from Dep to Go modules.
  • Improve authentication validator SQL query for speed. (#302)
  • Add codec execution time for decoding. (#307)
  • UI: Make delete application confirmation more explicit. (#306)

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

v2.5.1

15 Feb 12:52
Compare
Choose a tag to compare

v2.5.1

Bugfixes

  • Fix panic in InfluxDB handler on null values in object (#295)

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

v2.5.0

14 Feb 10:34
Compare
Choose a tag to compare

v2.5.0

Features

Support for retained messages

It is now possible to configure the retained flag for the MQTT integration.
When set, the MQTT broker will retain the last message and send this
immediately when a MQTT client connects. (#272)

Environment variable based configuration

Environment variable based configuration has been re-implemented.

Improvements

  • Calls made by the HTTP integration are now made async.
  • The alignment of the UI tabs has been improved.

Bugfixes

  • Fix potential deadlock on MQTT re-connect (#103)
  • Fix logrotate issue (init based systems) (#282

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

v2.4.1

11 Dec 12:41
Compare
Choose a tag to compare

v2.4.1

Bugfixes

  • Fix createLeafletElement implementation error (introduced by v2.4.0 leaflet upgrade).

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

v2.4.0

30 Oct 10:59
Compare
Choose a tag to compare

v2.4.0

Improvements

TLS for web-interface and API optional

It is no longer required to configure a TLS certificate for securing the LoRa App Server web-interface and API. This configuration is now optional and unset by default.

InfluxDB uplink meta-data

The following values have been added:

  • RSSI
  • SNR
  • Uplink frame-counter

EUI and key input fields (web-interface)

The device EUI and (session)key input fields have been improved for easier input, supporting both MSB and LSB byte order. Also only the required fields (based on LoRaWAN 1.0.x or 1.1.x) are displayed in the forms.

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

v2.3.0

11 Oct 19:15
Compare
Choose a tag to compare

v2.3.0

Features

Google Cloud Platform integration

LoRa App Server is now able to publish application data to Cloud Pub/Sub as an alternative to a MQTT broker. Please refer to the Configuration for more information.

Deactivate device API

An API endpoint has been added to de-activate (not remove) devices.

Device battery status

LoRa App Server now publishes the device battery-level as a percentage instead of a value between 0...255. The battery field will be removed in the next major release.

Improvements

  • The join-server ca_cert can be left blank to disable client-certificate validation when a TLS certificate is configured.

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

v2.2.0

17 Sep 09:57
Compare
Choose a tag to compare

v2.2.0

Upgrade notes

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

Features

Geolocation

This release adds geolocation support.

  • Configuration of fine-timestamp decryption keys (e.g. for the Kerlink iBTS).
  • .../location MQTT topics on which device locations are published.
  • Location notification endpoint for HTTP integration.
  • Per device reference altitude (for more accurate geolocation).

Improvements

  • Replace garyburd/redigo/redis with gomodule/redigo/redis.

Bugfixes

  • Status notification endpoint was missing for HTTP integration.
  • Fix /api endpoint redirecting to web-interface (this might require a clear cache).

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

v2.1.0

30 Aug 12:47
Compare
Choose a tag to compare

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.

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

v2.0.1

14 Aug 12:18
Compare
Choose a tag to compare

v2.0.1

Bugfixes

  • Use gofrs/uuid UUID library as satori/go.uuid is not truly random. (#253)
  • Fix web-interface login form (sometimes a double login was required).

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