Skip to content

3.1

Choose a tag to compare

@GavinLucas GavinLucas released this 13 Jul 12:39
d445bf8

A few fixes in this patch release.

The main one relates to speedtest. When it times out a connection to a server to use for the 'ping' test, on failure it adds an arbitrary 3600 seconds to the reported time, so if it fails to connect to three hosts then it reports the ping time as 30 minutes, when in reality it would have timed out a ping probe at 10 seconds. Added some code in so that we reject anything over 5000ms, as speedtest does itself.

Removed some code where secrets could be passed in as environment variables, as in reality it's no more secure than keeping settings.yaml secure, which we'd need to do anyway since the settings could be kept in there either way.

At the same time made a change so that if a log file wasn't writable, we'll handle that cleanly.

What's Changed

Full Changelog: GavinLucas/send-to-influx@3.0...3.1