[release] ChirpStack Application Server v3.17

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
5 Likes

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.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.3

Bugfixes

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

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)
1 Like

v3.17.6

Features

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

Improvements

  • Update LoRa Cloud integration with Modem & Geolocation Services.
2 Likes

v3.17.7

Improvements

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

v3.17.8

Improvements

  • Introduce use_userinfo and assume_email_verified options for OIDC. (#695)
  • Update build to latest Go toolchain.

v3.17.9

Improvements

  • Update Go compiler to v1.19.3.
  • Update Alpine base container to v3.17.0.
  • Update prometheus/client_golang to v1.14.0.