Releases: pandatix/nvdapi
Releases · pandatix/nvdapi
v0.6.5
v0.6.4
v0.6.3
NVD API v2 support
With tag v0.6.1
comes a lot of changes :
- breaking change due to the move of
github.com/pandatix/nvdapi
togithub.com/pandatix/nvdapi/v1
after deprecation of NVD API v1 - add full support for NVD API v2 in
github.com/pandatix/nvdapi/v2
Please remember to request an API key for using this new version.
Release 🎉 v0.5.0 🎉
Warning: update in the Go version.
Changelog
- update Go version from 1.17 to 1.18
- minor improvements in the tests strategy
Release 🎉 v0.4.0 🎉
There are breaking changes in the structures attributes because of a slice omitempty handling.
Changelog
- improve support of slices in datastructures
- improve support of newly introduced API keys
v0.3.0
Release 🎉 v0.3.0 🎉
There are breaking changes in the structures names because of the newly supported CPE endpoint.
Changelog
- add support for CPE.
- updates in cascade of a new NVD API version (no version tracking for now).
- add a "reviews" section in
README.md
on the API schema for discussions.
v0.2.0
Release 🎉 v0.2.0 🎉
There are breaking changes in the module name.
Changelog
- renamed module from
github.com/Pandatix/nvdapi
togithub.com/pandatix/nvdapi
to avoid caps inconsistencies between the owner pseudo, the module and some implementation around go modules (like gomods/athens).