[release] LoRa Server v2.4

LoRa Server v.2.4.0

Upgrade notes

This update will migrate the gateway statistics to Redis, using the default *_aggregation_ttl settings. In case you would like to use different durations, please update your configuration before upgrading.

Improvements

Gateway statistics

Gateway statistics are now stored in Redis. This makes the storage of statistics more lightweight and also allows for automatic expiration of statistics. Please refer to the [metrics.redis] configuration section and the *_aggregation_ttl configuration options.

Join-server DNS resolver (A record)

When enabled (resolve_join_eui), LoRa Server will try to resolve the join-server using DNS. Note that currently only the A record has been implemented and that it is assumed that the join-server uses TLS. Experimental.

FPort > 224

LoRa Server no longer returns an error when a fPort greater than 224 is used.

Bugfixes

  • Fix init.d logrotate processing. (#364)
1 Like

LoRa Server v2.4.1

Bugfixes

  • Fix typo in month_aggregation_ttl default value.

2 posts were split to a new topic: Creating a mobile app client