Skip to content

Commit

Permalink
Added RELEASE_NOTES doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvido committed Oct 26, 2023
1 parent b7f653a commit 25b5501
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Finite State Python SDK RELEASE NOTES

# 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

0 comments on commit 25b5501

Please sign in to comment.