Skip to content

Releases: sonatype-nexus-community/ossindex-python

v1.1.1

12 Sep 08:36
Compare
Choose a tag to compare

What's Changed

  • fix: relax depenency on PyYAML by @madpah in #11

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Jul 08:38
Compare
Choose a tag to compare

What's Changed

  • Update pyproject.toml by @DmytroLitvinov in #7
  • feat: support providing authentication directly over loading from configuration file by @madpah in #10

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Mar 13:18
Compare
Choose a tag to compare

Feature

  • Adopted PEP-561 #4 (f4b8b01)
  • Added support for authentication to OSS Index #1 (aa26387)
  • Re-worked how we use TinyDB to attempt to resolve #2 (d5564da)

Fix

  • Typo in requirements.lowest.txt (696f770)
  • Potential fix for #2 (46f705d)
  • Bug in deserialisation from cache database resolved (e3b9a9d)
  • Typing and imports (31a7e37)

Breaking