Releases: snyk-labs/pysnyk
Releases · snyk-labs/pysnyk
v0.9.19
What's Changed
- Update pyproject.toml with broader
importlib-metadata
version specifier by @whardier in #198 - Add
cvssDetails
to IssueData by @keiya-nobuta in #180 - Enhancement: Make REST_API_URL Customizable in SnykClient Constructor by @clem-decath in #206
New Contributors
- @whardier made their first contribution in #198
- @keiya-nobuta made their first contribution in #180
- @clem-decath made their first contribution in #206
Full Changelog: v0.9.18...v0.9.19
v0.9.18
pysnyk now defaults to a page size of 100. This generally speeds up large responses using the .all()
methods by minimising the number of requests made.
Changes: v0.9.16...v0.9.18
fix: expose `imageCluster` property on a Project
- exposed
imageCluster
in the Project model and fixes #199
v0.9.15
What's Changed
Full Changelog: v0.9.14...v0.9.15
v0.9.14
What's Changed
- fix: fix issue where issue_counts not being present raises an unhandl… by @nathan-roys in #197
Full Changelog: v0.9.13...v0.9.14
v0.9.13
What's Changed
- Make Package version optional. (fixes #171) by @andrewjw in #172
- fix: fix issue where duplicate query params were passed by @nathan-roys in #195
- Fix/duplicate query params by @nathan-roys in #196
New Contributors
Full Changelog: v0.9.12...v0.9.13
v0.9.12
What's Changed
- fix: rewrite get_rest_pages so it knows the API provides fully formed… by @nathan-roys in #193
Full Changelog: v0.9.11...v0.9.12
v0.9.11
v0.9.10
What's Changed
- fix: add remoteRepoUrl from target by @nathan-roys in #189
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- fix: add branch field to API conversion by @nathan-roys in #188
Full Changelog: v0.9.8...v0.9.9