Skip to content

Releases: brocaar/chirpstack-application-server

0.10.1

28 Jun 14:49
Compare
Choose a tag to compare

Improvements:

  • --mqtt-ca-cert / MQTT_CA_CERT configuration flag was added to
    specify an optional CA certificate
    (thanks @siscia).

Bugfixes:

  • MQTT client library update which fixes an issue where during a failed
    re-connect the protocol version would be downgraded
    (paho.mqtt.golang#116).

0.10.0

30 May 09:24
Compare
Choose a tag to compare

Features & changes:

  • Added frame logs tab to node to display all uplink and downlink
    frames of a given node. Note: This requires
    LoRa Server 0.18.0.
  • Updated organization, application and node navigation in UI.

0.9.1

15 May 09:02
Compare
Choose a tag to compare

Bugfixes:

  • Fix ABP settings not editable by organization admin
    (#85)

0.9.0

12 May 10:31
Compare
Choose a tag to compare

Features & Changes:

  • Channel-lists have been removed. Extra channels (if supported by the ISM
    band) are now managed by LoRa Server configuration.

Bugfixes:

  • On editing a gateway, disable the MAC input field (as this is the unique
    identifier of the gateway).
  • A pagination regression has been fixed (#82).

Note: when upgrading to this version with --db-automigrate /
DB_AUTOMIGRATE set, channel-list data will be removed.

0.8.0

26 Apr 14:17
Compare
Choose a tag to compare

Features & changes:

  • Organization management so that applications and gateways can be managed per organization.
  • Node-session migrate function (to migrate from LoRa Server 0.11.*) has been cleaned up.

Bugfixes:

  • Openstreetmap tiles can now be fetched using https:// (in some cases Safari was not loading any tiles because of mixed content).
  • When the browser does not allow using the location service, freegeoip.net is used as a fallback.
  • Map zoom in/out on scrolling has been disabled (to avoid accidental zoom on scrolling the page).

Many thanks again to @jcampanell-cablelabs for collaborating on this feature.

0.7.2

30 Mar 09:28
Compare
Choose a tag to compare

Bugfixes:

  • Fix race-condition between fetching the gateway details and getting the
    current location if the gateway location is not yet set (UI).

0.7.1

30 Mar 08:41
Compare
Choose a tag to compare

Features & changes:

  • Add 'set to current location' (create / update gateway in UI)

0.7.0

28 Mar 11:49
Compare
Choose a tag to compare

Features & changes:

  • Gateway management and stats
    • Gateway management UI and API (accessible by global admin users) was added.
    • Gateway locations are now exposed in the uplink MQTT topic
    • Requires LoRa Server 0.16.0+.
  • On MQTT and PostgreSQL connect error, LoRa App Server will retry instead
    of fail.

Many thanks again to @jcampanell-cablelabs
for collaborating on this feature.

0.6.0

16 Mar 12:57
Compare
Choose a tag to compare

This release contains changes that are not backwards compatible!

Features & changes:

  • User management with support to assign users to applications.
  • API authentication / authorization (JWT token) format has been updated
    (it contains the username instead of all the permissions of the user).
    See API documentation for more information.
  • --jwt-secret / JWT_SECRET is now mandatory.
  • An initial user with admin / admin credentials will be created (change
    this password immediately!).
  • Node-session API has been removed, use the /api/nodes/{devEUI}/activation
    endpoint for getting (and setting) node activations.
  • Updated web-interface to support user management.
  • New API endpoints for creating users and assigning users to applications.

Many thanks to @jcampanell-cablelabs for collaborating on this feature.

0.5.0

12 Mar 13:12
Compare
Choose a tag to compare

Features:

  • Per application (network) settings. Settings like Class-C, ADR, receive-window,
    data-rate etc. can now be managed on an application level. Optionally, they can
    be overridden per node.
  • Applications and nodes are now paginated per 20 rows.