Releases: CHTJonas/pingflux
Releases · CHTJonas/pingflux
Pingflux v0.4.0
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
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
First tracked release! 🎉
Future versions will include a changelog here.