Skip to content

Releases: FiniteStateInc/finite-state-sdk-python

v0.0.6

26 Sep 14:39
a046c31
Compare
Choose a tag to compare

Breaking Changes

N/A

New Features

  • Updated query and response fields for get_findings to match the Findings page
  • Added category parameter for get_findings
  • Updated query and response fields for get_software_components to match the Bill of Materials page
  • Added examples for using get_findings and get_software_components with example responses

Bug Fixes

N/A

v0.0.5

21 Sep 23:47
c5736f8
Compare
Choose a tag to compare

Breaking Changes

None

New Features

Added Functions

  • get_findings
  • get_products
  • get_product_asset_versions
  • get_software_components
  • search_sbom

Added Classes

  • TokenCache

Added Examples

  • custom_query.py
  • get_product_and_asset_information.py
  • get_sbom_for_an_asset_version.py
  • paginated_query.py
  • search_sbom.py

Bug Fixes

None

v0.0.4

21 Jul 21:02
2041109
Compare
Choose a tag to compare

Finite State Python SDK v0.0.4

Breaking Changes

  • None

New Features

  • Added create_new_asset_version_and_upload_test_results
  • Added helper method create_new_asset_version_artifact_and_test_for_upload
  • Reordered all methods to be alphabetical (for docs generation)
  • Added docs-template
  • Added script for generating docs
  • Added upload_test_results example

Bug Fixes

  • None

v0.0.3

19 Jul 17:53
6df3f72
Compare
Choose a tag to compare

Finite State Python SDK v0.0.3

  • Adds get_assets method
  • Adds create_new_asset_version_and_upload_binary methods (one liner for doing binary analysis uploads)
  • Adds queries for ALL_ASSETS with filters for a single Asset or Assets in a Business Unit

v0.0.2

19 Jul 17:07
Compare
Choose a tag to compare

Finite State Python SDK v0.0.2

  • Minor update to refactor PKG-INFO

v0.0.1

18 Jul 16:43
Compare
Choose a tag to compare

Finite State Python SDK v0.0.1

  • Includes helper methods for authentication (getting an API token), sending (paginated) GraphQL queries
  • Includes methods for creating various entities
  • Includes methods for uploading test results and binary files for Finite State Binary Analysis
  • Includes queries submodule

Also deployed to PyPi.

$ pip3 install finite-state-sdk

To use:

import finite_state_sdk