Releases
V1.3.0
disk91
released this
12 Aug 17:50
Configuration file impact
Makefile
docker-compose.ymp
Param GF_SMTP_ENABLED, typo fixed
Version of chirpstack updated
configuration.properties
helium.route.reject.empty.skf , default false , set it to true to make HPR filtering unregistered device session
spring.redis.ssl , default false , set it to true if in your setup, your redis is secured by tls (don't do this on standard deployment)
helium.billing.vat , default 2000 (20%), set you local VAT for invoicing.
helium.zone.detection.enable , default false, set it true for detecting device zone change and have auto reconfiguration when possible
nginx config files
add a section to route /api/ as /rest-api/ to make swagger-ui operational
mosquitto.conf
add max_queued_messages to prevent queue size limitation
New features
support redisS
support the new Helium feature that filter skfs by default
updated chirpstack version to 4.4.3
updated java libs & spring version
add feature flags to deactivate some entries in menu
add menu entry link to api documentation
user condition validation better traceability and revalidation
mqtt use for listener the same client id to reconnect from last message
support custom VAT
Bugfix
limit the number of migrated devices in one shot to prevent low browser performance issues
mqtt auto reconnect
mass device live migration with parallel load was loosing some skfs initialization due to chirpstack API delayed
stripe double crediting in certain conditions
upgrade procedure
build back & front
update the modified configuration files according to your need
update nginx, docker-compose.yml, mosquitto conf file
restart containers with docker-compose
You can’t perform that action at this time.