Skip to content

Releases: brocaar/chirpstack-network-server

v3.5.0-test.1

02 Dec 10:27
Compare
Choose a tag to compare
v3.5.0-test.1 Pre-release
Pre-release
v3.5.0-test.1

v3.4.1

05 Nov 08:50
Compare
Choose a tag to compare

Bugfixes

  • Fixes init stop script which could cause the ChirpStack Network Server to not properly stop or restart. (#447)
  • Fix wrong user / group in init script after ChirpStack rename. (#445)

v3.4.0

02 Nov 19:10
Compare
Choose a tag to compare

v3.4.0

This release renames LoRa Server to ChirpStack Network Server. See the Rename Announcement for more information.

v3.3.0

21 Oct 08:20
Compare
Choose a tag to compare

v3.3.0

Features

IDs for correlation

This release implements per context unique IDs that are printed in the logs and are returned as header in API responses. This makes it easier to correlate log events.

Forwards gateway stats to Application Server API

This decouples the storage / handling of gateway stats from the Network Server. This deprecates the GetGatewayStats API method (will be removed in the next major version).

Extend Network Controller API

Next to the already existing HandleUplinkMetaData method, this adds a HandleDownlinkMetaData API method. The HandleUplinkMetaData API call has been extended with more meta-data (e.g. DevEUI, payload size, ...) which can be used for accounting purposes.

Improvements

  • Add PostgreSQL max open / idle connections settings. (#437)

Bugfixes

  • Recover Azure Service-Bus queue client on Receive error.
  • Fix unreturned errors. (#428)
  • Fix send on closed channel. (#434)
  • Fix logging DevEUI in join flow. (#438)

Upgrading

Although not required, to benefit fully from the IDs for correlation feature, it is recommended to update LoRa Gateway Bridge to v3.3.0 (or later).

As the gateway stats are now forwarded to the Application Server API, in order to continue receiving gateway stats you must upgrade to LoRa App Server v3.4.0 (or later).

v3.3.0-test.2

21 Oct 08:17
Compare
Choose a tag to compare
v3.3.0-test.2 Pre-release
Pre-release
v3.3.0-test.2

v3.3.0-test.1

23 Sep 09:17
Compare
Choose a tag to compare
v3.3.0-test.1 Pre-release
Pre-release
v3.3.0-test.1

v3.2.1

26 Aug 13:13
Compare
Choose a tag to compare

v3.2.1

Improvements

  • Improve environment variable based configuration for list of structures.
  • Update LoRa Server dependencies to their latest versions.

Bugfixes

  • Fix Azure Unauthorized access. 'Listen' claim(s) are required to perform this operation. error. (see azure-service-bus-go/#116)

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

v3.2.1-test.1

26 Aug 11:33
Compare
Choose a tag to compare
v3.2.1-test.1 Pre-release
Pre-release
v3.2.1-test.1

v3.2.0

20 Aug 13:00
Compare
Choose a tag to compare

v3.2.0

Features

Multi-frame geolocation

Support for geolocation on multiple uplink frames has been added. Using the Device Profile the geolocation "buffer" can be configured.

Prometheus metrics

Prometheus metrics have been added to the MQTT, Azure and Google Cloud Platform backends.

Bugfixes

  • Fix NetID 3 & 4 NwkID prefix according to the errata published by the LoRa Alliance.
  • Fix RX2 timing when RXDelay is > 0. (#419)

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

v3.1.0

02 Aug 19:24
Compare
Choose a tag to compare

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)

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