This project adheres to Semantic Versioning. The CHANGELOG follows the format listed at Keep A Changelog
- Fixed Retry logic and bug related to headers to make it compatible with newer python versions
- Upgraded request dependency for CVE fixes
- Added monitor apis
- Added retry logic
- fixed Flake 8 errors
- Added script for tracing hierarchy
- Added V2 report job apis
- Added get_file api for use with V2 report job
- Fixes for issue #63
- removing endpoint print statement from stderr via PR64
- Added content management and lookup apis via PR62
- Added content sync apis via PR41
- Added search job deletion support via PR24
- Added support for metrics queries via PR25
- Added new parameter byReceiptTime to create search job api
- Added new get_available_builds function via PR55
- Fixed import issue for py27/py36 users via PR22
- Improved exception messages for delete, post, put via PR31
- Removed content create,delete and get methods.
- Merged PR18,20
- Fixed cookielib incompatiblity with python3 via PR17
- pip install issue cause by ez_setup reference.
- Region-specific end-point from @MelchiSalins.
- Class inheritability from @MelchiSalins.