Skip to content

Releases: Netuitive/netuitive-client-python

Version 0.3.5

Choose a tag to compare

@rclagett rclagett released this 20 May 00:06

Version 0.3.5

Improvements

  • Add timeouts to client.py

Version 0.3.4

Choose a tag to compare

@Grumblesmith Grumblesmith released this 25 Apr 16:10
3bf3d81

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

Choose a tag to compare

@yahonggu yahonggu released this 16 Feb 15:38

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

Choose a tag to compare

@TheConnMan TheConnMan released this 02 Aug 17:37
e3ac3f7

Fixed a nasty memory leak (#13) and added PyPi deployments to the Travis build.

Issues in the release: https://github.com/Netuitive/netuitive-client-python/milestone/1?closed=1

Code changes: https://github.com/Netuitive/netuitive-client-python/compare/v0.2.3...v0.2.4?w=1

0.2.3 (2017-02-14)

Choose a tag to compare

@shawnbutts shawnbutts released this 14 Feb 19:52

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

Choose a tag to compare

@shawnbutts shawnbutts released this 30 Sep 22:37

0.2.2 (2016-09-30)

  • fix millisecond timestamps

0.2.1

Choose a tag to compare

@shawnbutts shawnbutts released this 30 Sep 14:14

0.2.1 (2016-09-30)

  • add support for millisecond timestamps

0.2.0

Choose a tag to compare

@shawnbutts shawnbutts released this 22 Jul 15:35

0.2.0 (2016-07-22)

  • sanitize metric names

0.1.6

Choose a tag to compare

@shawnbutts shawnbutts released this 20 May 14:50

0.1.6 (2016-05-20)

  • fix handling of http errors

0.1.5

Choose a tag to compare

@shawnbutts shawnbutts released this 03 May 19:01

0.1.5 (2016-05-03)

fix the internal version number
improve handling of http errors