Skip to content

Releases: veracode/veracode-api-py

Bugfix release

03 Mar 19:46
0191471
Compare
Choose a tag to compare

Fix #59

Full Changelog: v_0936...v_0937

SCA get_issue bugfix

03 Mar 18:57
5faaf99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_0935...v_0936

Switch publishing method

04 Jan 19:55
d2754ce
Compare
Choose a tag to compare

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

03 Jan 22:29
7316a06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_0933...v_0934

v_0933 - Proxy support and SCA methods

13 Dec 16:26
6dbbddd
Compare
Choose a tag to compare

What's Changed

  • Support proxies (fixes #30)
  • Add method to remove teams from SCA workspace by @Gby56 in #44

Full Changelog: v_0932...v_0933

v_0932: Add SCA workspace teams method

01 Dec 18:56
690c72d
Compare
Choose a tag to compare

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

07 Nov 21:43
522408d
Compare
Choose a tag to compare

What's Changed

  • Added "upload file" method by @nazafur in #33
  • Add parameter support for get_project_issues by @Gby56 in #36
  • Add parameters for Workspaces().get_issues (thanks for the idea, @Gby56)
  • Add a set of missing XML API methods (closes #38)

New Contributors

Full Changelog: v_0930...v_0931

Bugfix release

19 Aug 18:26
eb9acdf
Compare
Choose a tag to compare

Fixes a problem with the retry logic for XML API requests (h/t to @aszaryk )

Support for SBOM for SCA Agent

18 May 00:06
58caa33
Compare
Choose a tag to compare

Adds support for generating an SBOM in CycloneDX format for a Veracode SCA project, via the SCA Agent API.

Fixes: #28

Cleanup release

06 May 13:43
6ba1559
Compare
Choose a tag to compare

This release contains a few minor bugfixes and cleanups, including:

#25
#26