Releases: veracode/veracode-api-py
Bugfix release
Fix #59
Full Changelog: v_0936...v_0937
SCA get_issue bugfix
What's Changed
- add workflow for publishing to pypi by @tjarrettveracode in #54
- Fix #57 - correct URL for get_issue() by @tjarrettveracode in #58
Full Changelog: v_0935...v_0936
Switch publishing method
What's Changed
Starting with this release, builds of the project are generated using the metadata in pyproject.toml
rather than setup.py
and built with python build
. The practical implication of this is that both a source and wheel distribution will be available from Pypi going forward. This release also incorporates the changes in v_0934, which was not published to pypi.org.
Full Changelog: v_0934...v_0935
v_0934
What's Changed
- Add method team get_by_id() by @Gby56 in #47
- Fix #51 @tjarrettveracode in #52
- Add SPDX support for application-based SBOMs in #52
Full Changelog: v_0933...v_0934
v_0933 - Proxy support and SCA methods
What's Changed
Full Changelog: v_0932...v_0933
v_0932: Add SCA workspace teams method
This release closes #41 by providing methods for getting information about teams assigned to workspaces in SCA Agent.
Full Changelog: v_0931...v_0932
v_0931: Expanded SCA and XML methods
Bugfix release
Fixes a problem with the retry logic for XML API requests (h/t to @aszaryk )
Support for SBOM for SCA Agent
Adds support for generating an SBOM in CycloneDX format for a Veracode SCA project, via the SCA Agent API.
Fixes: #28