Skip to content

Releases: chirpstack/chirpstack-concentratord

v4.3.0

12 Sep 09:11
Compare
Choose a tag to compare

Features

  • Add missing regions for seeed_wm1302_spi module.

Improvements

  • Update dependencies.

Important

This release removes the region suffix in the model names, e.g. ..._eu868. Instead, you must configure the region configuration option. Please refer to the v4.2.0 release note.

v4.2.3

17 Aug 18:47
Compare
Choose a tag to compare

Features

Internal

  • Update dependencies.

v4.2.2

10 Aug 10:22
Compare
Choose a tag to compare

Features

  • Add AU915 support for Semtech SX1302 LoRa(R) CoreCell modules.

Internal

  • Update dependencies.

Bugfixes

  • Remove GNSS config from Seeed WM1302 configuration (the GNSS module is not supported by the Semtech HAL).

v4.2.0

14 Jul 09:12
Compare
Choose a tag to compare

Features

Refactor model configuration

This release adds a region configuration option and removes the region suffix
from the gateway / shield model. This changes the configuration from:

model="rak_rak2247_eu868"

to:

model="rak_rak2247"
region="EU868"

For backwards compatibility, the old model configuration remains valid in
this version, but will be removed in v4.3.0.

Other features

  • Add CN470 support for semtech_sx1302c490gw1 shield.
  • Add AU915 support for sandbox_lorago_port shield.
  • Add fine-timestamp for SX1302/SX1302. (#66)

Improvements

Build improvements

The provided pre-compiled binaries are fully static and based on musl libc.
This removes the need to compile against a very old verion of glibc to
stay compatible with old gateway firmwares.

Other improvements

  • Update internal dependencies.
  • Implement time fallback option in case no GPS time-source is available. (#49)

Bugfixes

  • Fix Class-B beacon channel-hopping.
  • Fix typo in 2g4 logs (it would log under the chirpstack-concentratord-sx1301 process name).

v4.1.1

22 Mar 16:00
Compare
Choose a tag to compare

Features

  • Add dragino_pg1302_eu868 model support.
  • Add dragino_pg1302_us915 model support.

Improvements

  • Update internal dependencies.

v4.1.0

26 Jan 14:15
Compare
Choose a tag to compare

v4.1.0

Features

  • Add multitech_mtac_lora_2g4 model support.
  • Add multitech_mtac_003e00_eu868 model support.
  • Add multitech_mtac_003u00_us915 model support.
  • Add support for Class-B beacons for SX1302 version.
  • Expose CRC status + option to disable CRC check.

Improvements

  • Update Multitech Conduit packaging.
  • Update Multitech Conduit AP packaging.
  • Update Kerlink iFemtoCell packaging.
  • Refactor reset-pin configuration.
  • Implement support for using GPSd.
  • Update parsing of UBX binary format parsing.
  • Make I2C temperature sensor compatible + add support for TMP-102 sensor (used by the Multitech SX1302 MTAC modules).
  • Update internal dependencies.

v4.0.0

14 Sep 12:23
Compare
Choose a tag to compare

v4.0.0

Features

This release implements the ChirpStack v4 API interface. Please note that this version is not compatible with ChirpStack Gateway Bridge v3.

v4.0.0-rc.1

11 Aug 13:58
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release
v4.0.0-rc.1

v3.3.0

31 Aug 13:56
Compare
Choose a tag to compare

v3.3.0

Features

  • Implement and expose various gateway stats aggregations (uplinks / downlinks per frequency and modulation parameters and downlinks per ack status).

Bugfixes

  • Remove Class-B beacon frequency correction on enqueue.

v3.2.0

10 May 08:47
Compare
Choose a tag to compare

ChirpStack Concentratord v3.2.0

Features

  • Implement support for 2.4 GHz concentrator.
  • Add configfile sub-command to binaries for printing the configuration template.