Skip to content

Releases: snyk-labs/pysnyk

v0.9.8

02 Aug 14:35
625435f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.7...v0.9.8

v0.9.7

31 Jul 08:05
c0a783e
Compare
Choose a tag to compare

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

Full Changelog: v0.9.6...v0.9.7

v0.9.6

20 Jun 10:50
6a2daec
Compare
Choose a tag to compare

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 and importingUser attributes to Project Class by @kript in #176

New Contributors

Full Changelog: v0.9.5...v0.9.6

v0.9.5

23 Jan 07:58
c225ef3
Compare
Choose a tag to compare

What's Changed

  • Performance improvement for large dependency lists #160
  • Expose setting for disabling SSL verification #155
  • Allow setting headers explicitly in the REST client #154
  • Fix issue with loading Snyk Code projects #165
  • Fix issue with accessing Tags #158

Full Changelog: v0.9.4...v0.9.5

v0.9.4

14 Dec 20:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

17 May 08:04
05f5653
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2: Removes the warning for excessive "/" (#139)

30 Mar 22:45
0bad67b
Compare
Choose a tag to compare
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

29 Mar 07:10
267c45d
Compare
Choose a tag to compare

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

29 Mar 07:10
35525ef
Compare
Choose a tag to compare

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

v0.8.1

03 Mar 18:17
3c3948a
Compare
Choose a tag to compare

What's Changed

  • fix getting upgrade path on vulnerabilities by @jgresty in #136

Full Changelog: v0.8.0...v0.8.1