Skip to content

v0.1.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaisero kaisero released this 08 Oct 14:45
· 25 commits to master since this release
81e568e

0.1.5

Bugfixes

Fixed issue with id_by_name helper functions caused by incorrect cache impl (#28)
Fixed missing interface_id param for interface PUT operations (#30)

Enhancements

Added additional unit tests for id_by_name operations
Merged and enhanced hitcount implementation by @arnydo (#29)

0.1.4

Bugfixes

Added a fix to correctly sanitize payloads for put operations
Corrected cache_result condition that did not match correctly

Enhancements

Added various tests for better qa

0.1.3

Bugfixes

Fixed missing conversion from dict to json in _request helper

0.1.2

Bugfixes

Corrected api call for getting audit records (#24)
Corrected incorrect base api calls by removing positional args (#23)

0.1.1

Enhancements

Changed dependency version pinning to minimum required software versions

0.1.0

Bugfixes

Fixed a KeyError that occured when get request was launched that yielded an empty result (no items)
Fixed a incorrect function call that caused getter for obj overrides to fail

0.0.9

Bugfixes

Fixed issue mentioned in (#19)

Enhancements

Added version pinning for all dependencies
Added tox integration for testing new releases
Added cache option for costly getbyid operations using cache flag
Added sessions so tcp connections are being reused for subsequent api calls
Added better error handling and better retrying for rate limiting exception
Added prefilterpolicy related crud operations
Added minimum version requirements to api calls
Rewrote tests with pytest instead of unittest
Restructured project and moved default, exceptions and utils into their own files
Renamed accesscontrolpolicy related crud operations