Skip to content

Releases: brocaar/chirpstack-network-server

v3.16.7

04 Apr 10:47
Compare
Choose a tag to compare

Improvements

  • Update Paho MQTT library to latest version.

Bugfixes

  • Fix task order, first save frame, then send it. (#584)
  • Lock device record on ack.

v3.16.4

06 Sep 08:52
Compare
Choose a tag to compare

v3.16.4

Improvements

  • Send also ack errors from mac-only messages to AS. (#596)
  • Cleanup DevEUI from DevAddr -> DevEUI set, if device-session does not exist.

v3.16.3

01 Aug 07:55
Compare
Choose a tag to compare

v3.16.3

Improvements

  • Update mqtt client dependency.
  • Update to Go 1.18.

Bugfixes

  • Add db to joinContext. (#590)
  • Fix NewChannelReq for LoRaWAN 2.4 gHz. (#65)

v3.16.2

10 May 14:11
Compare
Choose a tag to compare

v3.16.2

Bugfixes

  • Fix concurrent handling in case of ghost OTAA packets.
  • Fix missing gateway meta-data cache flush.

v3.16.1

12 Mar 10:47
Compare
Choose a tag to compare

v3.16.1

Features

  • Add LR-FHSS ADR algorithms (LoRa + LR-FHSS and LR-FHSS only).
  • Add dev-nonce clear functionality. (#570)

Improvements

  • Log fNS downlink frames for gateway. (#569)
  • Run packet-handlers as goroutines. (#564)

Bugfixes

  • Configure roaming Authorization header for default client. (#573)
  • Return UnknownDevAddr and MICFailed errors in roaming. (#574)

v3.16.0-test.1

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

ChirpStack Network Server v3.16.0-test.1

Features

  • Add LR-FHSS ADR algorithms (LoRa + LR-FHSS and LR-FHSS only).
  • Add dev-nonce clear functionality. (#570)

Improvements

  • Log fNS downlink frames for gateway. (#569)
  • Run packet-handlers as goroutines. (#564)

Bugfixes

  • Configure roaming Authorization header for default client. (#573)
  • Return UnknownDevAddr and MICFailed errors in roaming. (#574)

v3.15.5

16 Dec 09:43
Compare
Choose a tag to compare

v3.15.5

Improvements

  • Support async NS to JS API.

Bugfixes

  • Truncate GWInfoElement ID to 4 bytes (passive-roaming).
  • Delete queue-item after successful XmitDataReq (passive-roaming).
  • Handle fNS XmitDataAns as a TX acknowledgement.
  • Fix async passive-roaming downlink request / response order. (#563)
  • Update lorawan dependency. (#62)

v3.15.3

25 Oct 12:26
Compare
Choose a tag to compare

v3.15.3

Bugfixes

  • Fix AS923_X to AS923-X in configfile template.
  • Update lorawan dependency to fix LR-FHSS "data-rate not found" error.

v3.15.2

20 Oct 08:14
Compare
Choose a tag to compare

Bugfixes

  • Add missing password to Redis Sentinel Client. (#550)
  • Fix disablin ADR (when ADR algorithm is set in device-profile). (#538)
  • Restore the AMQP queue if needed after connection failure. (#503)

v3.15.1

20 Sep 10:12
Compare
Choose a tag to compare

v3.15.1

Bugfixes

  • Update PostgreSQL client library (fixes re-connect). (#547)
  • Allow receiving less tx acknowledgements than downlink items sent to the gateway. E.g. two items were sent to the gateway, responded by a single OK acknowledgement (indicating the first item was sent).