Releases: brocaar/chirpstack-application-server
Releases · brocaar/chirpstack-application-server
0.10.1
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
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
0.9.0
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
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
0.7.1
0.7.0
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
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.