Skip to content

Releases: chirpstack/chirpstack-gateway-os

v4.1.1

22 Mar 16:01

Choose a tag to compare

New shields

  • Add support for Dragino PG1302 (EU868 + US915).

Updates

  • Update ChirpStack to v4.3.0.
  • Update ChirpStack Concentratord to v4.1.1.
  • Update ChirpStack UDP Forwarder to v4.1.1.

v4.1.0

01 Feb 09:13

Choose a tag to compare

v4.1.0

Features

ChirpStack MQTT Forwarder

This release replaces the ChirpStack Gateway Bridge with the ChirpStack MQTT Forwarder. The following MQTT configuration values will be automatically migrated from the chirpstack-gateway-bridge.toml configuration file:

  • server
  • topic_prefix (detected based on event_topic_template)
  • username
  • password
  • ca_cert
  • tls_cert
  • tls_key

Updates

  • ChirpStack to v4.2.0.
  • ChirpStack Concentratord to v4.1.0.
  • ChirpStack UDP Forwarder to v4.1.0.

v4.0.2

16 Dec 16:13

Choose a tag to compare

v4.0.2

Updates

  • ChirpStack to v4.1.1.
  • ChirpStack Gateway Bridge to v4.0.3.
  • Node-RED to v3.0.2.

Bugfixes

  • Fix NodeJS / Node-RED crashing with "Bus error" error message. (#95)

v4.0.1

14 Nov 12:29

Choose a tag to compare

v4.0.1

Updates

  • ChirpStack to v4.0.3.
  • ChirpStack Concentratord to v4.0.1.
  • The Things Network lorawan-devices to latest version.

New shields

  • Waveshare SX1302 LoRaWAN Gateway HAT

Bugfixes

  • Add missing /etc/fw_env.config file (see upgrade note below).
  • Fix missing Wiregard binaries. (#93)

Update note

If upgrading from v4.0.0 using the software-update utility, you must run the
following command first because of the missing /etc/fw_env.config file:

sudo echo "/boot/uboot.env 0x0000    0x4000" > /etc/fw_env.config

v4.0.0

14 Nov 12:28

Choose a tag to compare

v4.0.0

v3.6.0

04 Aug 08:58

Choose a tag to compare

v3.6.0

Updates

Note: The ChirpStack Gateway Bridge version included is compatible with ChirpStack v4 which will soon be released.

v5.3.1

20 Sep 10:01

Choose a tag to compare

v3.5.1

Updates

Improvements

  • Additional region configurations
    • IMST Lite
      • RU864
      • IN865
    • Pi Supply - LoRa Gateway HAT
      • AU915
    • RAK2245
      • IN865
      • RU864
    • RAK2246(G)
      • IN865
      • RU864

v3.5.0

06 Sep 13:34

Choose a tag to compare

v3.5.0

Features

Node-RED integration

This release includes Node-RED into the full image version, with the node-red-contrib-chirpstack package pre-installed. Please note that it must be enabled using the gateway-config configuration utility first.

Updates

Notes

As this release increases the size of the rootfs and data partitions, updating using a .swu image is not possible.

v3.3.3

06 Jan 21:19

Choose a tag to compare

v3.3.3

Features

Updates

Bugfixes

  • Fix bootfiles path in rpi-config. (#63)
  • Remove libubootenv. (#64)
  • Update u-boot CONFIG_SYS_BOOTM_LEN to 16M.

v3.3.2

11 Sep 08:39

Choose a tag to compare

v3.3.2

Updates