Releases: Netuitive/netuitive-client-python
Releases · Netuitive/netuitive-client-python
Version 0.3.5
Version 0.3.4
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
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
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)
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
0.2.2 (2016-09-30)
- fix millisecond timestamps
0.2.1
0.2.1 (2016-09-30)
- add support for millisecond timestamps
0.2.0
0.2.0 (2016-07-22)
- sanitize metric names
0.1.6
0.1.6 (2016-05-20)
- fix handling of http errors
0.1.5
0.1.5 (2016-05-03)
fix the internal version number
improve handling of http errors