* Uploading files of size +2GB * vectorString field on get_findings query * Queries with pages of 1000 records max. Suffix every query and mutation with "_SDK" for debugging
Breaking Changes
N/A
0.1.8
New Features
N/A
Bug Fixes
* create asset version bug fix
Breaking Changes
N/A
0.1.6
New Features
- Add upload method argument on upload functions.
Breaking Changes N/A
Bug Fixes N/A
0.1.5
New Features * Added `update_finding_statuses` method * Updated `get_findings` to handle category as either a string or list * Updated `get_findings` to take a single `finding_id` parameter to get a single finding * Updated `get_findings` to take a `limit` parameter to get a limited number * Added `examples/update_finding_status.py` example script
Breaking Changes N/A
Bug Fixes N/A
0.1.4
New Features
* get_products call now takes product_id, and business_unit_id as optional parameters
Bug Fixes
* get_products parameter business_unit_id was marked as optional but was not
Breaking Changes
* Marked get_all_products as deprecated, and it will be removed in a future version
0.1.2
New Features * `create_new_asset_version_and_upload_binary` now has `quick_scan` parameter to configure Quick Scan (instead of Full Scan)
Bug Fixes * Fixed bug in TokenCache when `client_id` is not specified