Releases: wandnz/nntsc
Releases · wandnz/nntsc
nntsc-2.28-1
nntsc-2.27-2
New release to build packages for Debian Bullseye, Bookworm and Ubuntu Jammy.
nntsc-2.27
Bugfixes:
- Deal with some DNS result values that are explicitly set to None.
nntsc-2.26
Bugfixes:
- Ensure median latency is an integer so it will insert into existing influxdb series.
- Don't check for unknown continuous queries, dropping them always works with newer influxdb.
nntsc-2.25
Changes:
- Update to use python3 rather than python2.
- Use GitHub Actions to build packages.
- Publish packages to Cloudsmith rather than Bintray.
Bugfixes:
- Fix start-stop-daemon not stopping all nntsc processes.
nntsc-2.24
Changes:
- Add basic support for AMP SIP test data.
Bugfixes:
- Avoid pika version 0.11.0 due to a memory leak.
nntsc-2.23
Changes:
- If there isn't a mode value, guess test frequency based on the mean.
- Accept, rather than discard, test data with missing values.
nntsc-2.23-2
Bugfixes:
- Deal gracefully with missing database columns during postinst.
nntsc-2.22
Bugfixes:
- Only aggregate groups where there is data, don't make empty groups.
- Don't calculate frequency for raw data (i.e. no aggregation).
- Fix the fastping parser to work in the case there is no RTT data.
nntsc-2.21
Changes:
- Add basic support for AMP External test data.