Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 2.81 KB

1.2.4 (2021-01-22)

Bug Fixes

  • loraserverioAppService.js : In the MQTT subscription, the text 'rx', which is obsolete for ChirpStack since version 3.11.0 (11/18/2020), has been replaced by '/event/up', which is what ChirpStack is currently publishing. As a consequence, if (splittedMqttTopic.length !== 5) also had to be changed from 5 to 6, since otherwise it gives a 'Bad format for a LoRaServer.io topic'. Reference: https://www.chirpstack.io/application-server/integrations/mqtt/

1.2.3 (2019-06-13)

Bug Fixes

  • loraserver.io #70: MQTT topics updated to versions after v1 (6e40ec9), closes #70

1.2.2 (2019-06-05)

Bug Fixes

1.2.1 (2019-05-08)

Bug Fixes

  • mqtt binding #65: correct handling of reconnections (#67) (0fa3165), closes #65

1.2.0 (2019-04-04)

Features

  • docker: add docker secrets (5743352), closes #58

1.1.0 (2019-04-03)

Features

  • allow using proprietary data models decoded by application server (1e7bf37)
  • allow using proprietary data models decoded by application server (#33) (07f76ab)
  • device EUI is passed when using configuration provisioning (#54) (c0109b0)
  • updates north port for docker image (2148f1d)