Skip to content

Releases: CHTJonas/pingflux

Pingflux v0.4.0

27 Apr 22:38
Compare
Choose a tag to compare

N.B. this release contains slight breaking changes to the format of the config.yml file. The config parameters options.batch-size and datastore.influx.path have been added. See the example given in README.md for more details.

Changes since last release:

  • Reduce binary sizes by stripping out debug symbols and build IDs.
  • Bump the version of go-ping module.
  • Make requests to InfluxDB with a custom User-Agent string.
  • Make requests to InfluxDB with a sensible request timeout.
  • Add option to configure InfluxDB request path.
  • Allow data batch size to be adjusted in config file.
  • Slightly reword logging messages at startup.
  • Build for Linux on mips64 architecture.
  • Refactor various small bits of code.
  • Make it clear that InfluxDB connections are retried with backoff.
  • Don't try and write write empty batches to InfluxDB.
  • Improve the group timeout value used when pinging.
  • Reload config on SIGHUP.
  • Improve error handling at startup if config file can't be read.

Pingflux v0.3.0

16 Mar 19:42
Compare
Choose a tag to compare

Changes since last release:

  • Reduce memory pressure by not tracking individual packet RTT values in internal data structures.
  • Record the number of duplicate packets received.
  • Slightly reword the README.

Pingflux v0.2.0

13 Mar 18:16
Compare
Choose a tag to compare

First tracked release! 🎉

Future versions will include a changelog here.