8000 Releases · Netuitive/netuitive-client-python · GitHub
[go: up one dir, main page]

Skip to content

Releases: Netuitive/netuitive-client-python

Version 0.3.5

20 May 00:06

Choose a tag to compare

Version 0.3.5

Improvements

  • Add timeouts to client.py

Version 0.3.4

25 Apr 16:10
3bf3d81

Choose a tag to compare

Version 0.3.4

Improvements

  • Python version increased to 3.7
  • Added retry logic for checks

Bug Fix and Performance Improvement on element metrics lookup during adding sample

16 Feb 15:38

Choose a tag to compare

The is a bug fix and great improvement on element metrics look up when adding a sample, without this fix, the element metrics list will grow for each sample added and used an O(n) lookup each time an sample is added. This is a waste of CPU and Memory and resulted in unnecessary large size payload when posting to the Cloud.

Memory Leak and Travis Build

02 Aug 17:37
e3ac3f7

Choose a tag to compare

0.2.3 (2017-02-14)

14 Feb 19:52

Choose a tag to compare

0.2.3 (2017-02-14)

  • test_check_time_offset should not be timezone sensitive
  • add Example Script Dockerfile
  • Handle 403 and other HTTP errors better

0.2.2

30 Sep 22:37

Choose a tag to compare

0.2.2 (2016-09-30)

  • fix millisecond timestamps

0.2.1

30 Sep 14:14

Choose a tag to compare

0.2.1 (2016-09-30)

  • add support for millisecond timestamps

0.2.0

22 Jul 15:35

Choose a tag to compare

0.2.0 (2016-07-22)

  • sanitize metric names

0.1.6

20 May 14:50

Choose a tag to compare

0.1.6 (2016-05-20)

  • fix handling of http errors

0.1.5

03 May 19:01

Choose a tag to compare

0.1.5 (2016-05-03)

fix the internal version number
improve handling of http errors

0