[release] ChirpStack v4.14

v4.14.0

LoRa Cloud integration removal

This release removes the LoRa Cloud integration from ChirpStack as it has been discontinued by Semtech. This will also remove the LoRa Cloud integration settings (if any) from the database.

Improvements

  • Update internal dependencies.
  • Update device-profile importer.
  • Ensure jq is available in the development shell. (#705)
  • Add support for 2.4GHz frequencies in FUOTA multicast-setup. (#700)
  • Improve reported errors by ADR plugin system. (#712)
  • Add expires_at field to MQTT downlink command. (#608)

Bugfixes

  • Fix missing FUOTA API methods in gRPC client packages. (#709)
  • Add distance type to Cayenne LPP codec. (#704)
  • Fix FUOTA block_ack_delay and descriptor fields. (#717)
2 Likes

v4.14.1

Improvements

  • Implement using fPort returned by JS codec.

Bugfixes

  • Fix dependency mismatch in AMQP integration.

Good morning @brocaar
So the encode function of JS codec can return fPort now?
Then the downlink can be sent to a custom fPort.
Is it correct?

Thanks a lot and have a nice day.