Skip to content

Releases: brocaar/chirpstack-application-server

v3.17.7

01 Aug 08:09
Compare
Choose a tag to compare

v3.17.7

Improvements

  • Update to Go 1.18.
  • Update mqtt client dependency.
  • Misc UI dependency updates.

v3.17.6

11 Mar 17:49
Compare
Choose a tag to compare

v3.17.6

Features

  • Add dev-nonce clear functionality. (#660)

Improvements

  • Update LoRa Cloud integration with Modem & Geolocation Services.

v3.17.5-test.1

25 Feb 09:28
Compare
Choose a tag to compare
v3.17.5-test.1 Pre-release
Pre-release

ChirpStack Application Server v3.17.5-test.1

Features

  • Add dev-nonce clear functionality. (#660)

Improvements

  • Update LoRa Cloud integration with Modem & Geolocation Services.

v3.17.4

16 Dec 10:00
Compare
Choose a tag to compare

v3.17.4

Improvements

  • Handle email_verified as string response when using Azure as OIDC backend. (#641)
  • Extends uplink event with device-profile name, id and its tags. (#621)

v3.17.3

25 Oct 12:08
Compare
Choose a tag to compare

v3.17.3

Bugfixes

  • Do not lookup from errToCode map when error is of type slice. (#631)

v3.17.2

05 Oct 20:21
Compare
Choose a tag to compare

v3.17.2

Bugfixes

  • Fix parsing of multiple TLV records in LoRa Cloud integration. (#628)
  • Fix some events not showing up in device data tab.

v3.17.1

21 Sep 19:11
Compare
Choose a tag to compare

v3.17.1

Improvements

  • Increase Azure Service-Bus API timeout to 5 seconds.

Bugfixes

  • Update PostgreSQL client library (fixes re-connect). (see #547)
  • Fix doughnut chart styling regression after chartjs update.

v3.17.0

21 Sep 19:10
Compare
Choose a tag to compare

v3.17.0

Features

Device metrics

This adds the following metrics to the device overview:

  • RSSI
  • SNR
  • Uplinks per frequency
  • Uplinks per data-rate

Improvements

  • Add support for new tracker payload in the Semtech LoRa Cloud integration.
  • Get timestamp from rxInfo if available for join event in PostgreSQL integration.
  • Set http timeout on http integration. (#615)
  • Docker images added for ARM v6, v7 and ARM64. (#618)

Gateway metrics

This adds the following metrics to the gateway overview:

  • Uplinks and downlinks per frequency
  • Uplinks adn downlinks per data-rate
  • Downlinks per ack status

v3.16.0

22 Jul 08:44
Compare
Choose a tag to compare

v3.16.0

Features

Live frame and event logs

By using a Redis Stream instead of Pub/Sub, the last frames and events (per gateway and device) can be retained, providing a configurable amount of history when opening the related pages (default is 10). This also improves the live frame and event logs interface to provide a better overview and faster rendering.

Note: Redis Streams requires Redis 5.0.0+.

Multicast refactor

This moves the multicast feature under applications, to enforce that all devices within the multicast group belong to the same application as the multicast group.

Before you upgrade, please validate that if you have any existing multicast-groups that:

  1. These are not empty (they contain one or multiple devices)
  2. All devices within the multicast group belong to the same application

If these conditions are met, ChirpStack Application Server will automatically migrate your multicast group(s) to the same application as your devices. In any other case, the migration will throw an error asking you to either remove the empty multicast group(s) or to re-assign the devices so that the above criteria are met.

InfluxDB v2

This adds InfluxDB v2 support by making the InfluxDB API protocol version configurable when adding the InfluxDB integration.

Improvements

  • Add device-address to search functionality. (#603)
  • Fetch OpenID Connect claims with UserInfo call. (#613)

Bugfixes

  • Fix gatewayId hex converter in live lorawan frames. (#606)
  • Fix PostgreSQL integration "unknown message type: gw.UplinkRXInfo" error when json_v3 marshaler is configured.
  • Fix use GetRedisKey for key generation in MQTT integration. (#610)

v3.16.0-test.3

22 Jul 08:43
4b3020a
Compare
Choose a tag to compare
v3.16.0-test.3 Pre-release
Pre-release
v3.16.0-test.3