Releases: snyk-labs/pysnyk
Releases · snyk-labs/pysnyk
v0.9.8
What's Changed
- fix/correct isMonitored project attribute by @olegshprengelsnyk in #183
- Fix/correct isMonitored attribute and bump to 0.9.8 by @olegshprengelsnyk in #186
New Contributors
- @olegshprengelsnyk made their first contribution in #183
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
- Feat/projects v1 deprecation by @nathan-roys in #181 - Added fix so that PySnyk is not affected by the deprecation of "list all projects" in the V1 API. PySnyk now makes use of the REST API for this specific call.
New Contributors
- @nathan-roys made their first contribution in #181
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- fix: replace default snyk.io/api with api.snyk.io by @jlourenc in #170
- Updated get in Manager to fix None vs 0 issue on totalDependencies by @ig596 in #169
- Fix #175 - add
owner
andimportingUser
attributes to Project Class by @kript in #176
New Contributors
- @jlourenc made their first contribution in #170
- @ig596 made their first contribution in #169
- @kript made their first contribution in #176
Full Changelog: v0.9.5...v0.9.6
v0.9.5
v0.9.4
What's Changed
- Include attributes in Project model (as read only) by @milesflo in #151
- Add remediation to Project class by @sginovker in #150
- Bump version to v0.9.4 by @nirfuchs in #164
New Contributors
- @milesflo made their first contribution in #151
- @sginovker made their first contribution in #150
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2: Removes the warning for excessive "/" (#139)
Our next/last pagination data includes fields such as "/orgs" so we make ecessive warnings when really the primary user of this cleanup function is our own code, in the get_rest_pages function.
v0.9.1
What's Changed
- rename v3 APIs to REST to match the new naming convention by @mrzarquon in #138
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Add a simple client for the new v3 API endpoint by @mrzarquon in #135
Full Changelog: v0.8.1...v0.9.0