You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated -S and -m options were removed. Use thestatistics configuration file construct instead.
The -i option was removed. Use tue listen configuration file construct instead.
New Features
relay the flag -tt can now be used to test the configuration and exit immediately. In this mode, any standard output is suppressed as well. Issue #247
relay the listen construct was added to precisely control listen ports and protocols.
server unresolvable hosts are now treated as failed servers, this means the relay will only warn about unresolvable hosts, but not error out. If a host becomes unresolvable this server is transitioned to failed state until it is resolvable again. Issue #293
relay compression and encryption support was added to listeners and servers. Issue #212 Issue #75
Bugfixes
Issue #265
exit code is sucess on error when daemonised
Issue #266
incorrect hash when using aggregate function
Issue #267
segmentation fault when trying to use a file cluster
PR #273
regex matching slow on glibc due to lock contention
Issue #287
unexpected warning about rejected socket bufsize
PR #282
route using should not change the metric key sent
PR #274
aggregator expiry deadlocks under pressure
buckytools Issue #17
consistent-hash implementation returns a different distribution with the binary search approach