Skip to content

Latest commit

 

History

History
93 lines (53 loc) · 1.6 KB

File metadata and controls

93 lines (53 loc) · 1.6 KB

Finite State Python SDK RELEASE NOTES

v0.1.12

New Features

N/A

Bug Fixes

N/A

Breaking Changes

  • deprecate TokenCache. Use finite_state_sdk.get_auth_token instead

v0.1.12

New Features

N/A

Bug Fixes

  • 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

v0.1.8

New Features

N/A

Bug Fixes

  • fix create asset version bug

Breaking Changes

N/A

v0.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

v0.1.0

Updated minor version due to breaking change.

New Features

N/A

Bug Fixes

N/A

Breaking Changes

  • GraphQL queries that fail will now raise an Exception with details about the exception

Your code should include try / except blocks for making calls, instead of relying on the API to return a potentially unexpected JSON document with an errors field.

v0.0.8

New Features

  • Updated TOKEN_URL endpoint
  • Added get_asset_versions method
  • Updated Asset Versions query to have group information
  • Added cve_id filter for Get Findings variables
  • Added generate_download_sbom_url and queries and variables to support CycloneDX and SPDX downloads
  • Added download_sbom helper function
  • Added download_sboms.py example

Bug Fixes

  • N/A

Breaking Changes

  • N/A