Releases: sonatype-nexus-community/ossindex-python
Releases · sonatype-nexus-community/ossindex-python
v1.1.1
v1.1.0
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
- @DmytroLitvinov made their first contribution in #7
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
)