Skip to content

Releases: wandnz/nntsc

nntsc-2.28-1

08 Jun 05:32
Compare
Choose a tag to compare

Changes:

  • Update functions to work with postgres 14.
  • Update to work with python3-pika 1.2.0.

nntsc-2.27-2

26 Feb 04:39
Compare
Choose a tag to compare

New release to build packages for Debian Bullseye, Bookworm and Ubuntu Jammy.

nntsc-2.27

11 May 05:18
Compare
Choose a tag to compare

Bugfixes:

  • Deal with some DNS result values that are explicitly set to None.

nntsc-2.26

16 Mar 02:11
Compare
Choose a tag to compare

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

22 Feb 04:03
Compare
Choose a tag to compare

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

14 Sep 02:42
Compare
Choose a tag to compare

Changes:

  • Add basic support for AMP SIP test data.

Bugfixes:

  • Avoid pika version 0.11.0 due to a memory leak.

nntsc-2.23

12 Dec 03:22
Compare
Choose a tag to compare

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

12 Dec 22:53
Compare
Choose a tag to compare

Bugfixes:

  • Deal gracefully with missing database columns during postinst.

nntsc-2.22

01 Aug 01:41
Compare
Choose a tag to compare

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

11 Jun 22:37
Compare
Choose a tag to compare

Changes:

  • Add basic support for AMP External test data.