Releases: gcmurphy/osv
Releases · gcmurphy/osv
v0.2.0
What's Changed
A number of changes have been made to improve compatibility with the OSV specification. The current version should be compliant with 1.6.3 of the OSV schema.
Note: Changes have been made to ecosystems to include additional metadata that may break existing usage patterns!
- Allow absent schema_version field by @ctron in #28
- Fix Maven ecosystem support by @gcmurphy in #30
- Fix Ubuntu ecosystem support by @gcmurphy in #32
- Fix AlmaLinux, Rocky Linux and Photon OS ecosystems @gcmurphy in #34
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.1.5
v0.1.4
v0.1.3
Overview
Changes to make compatible with v1.4.0 of the ossf/osv-schema specification.
Changes
- Library only provides schema support by default. Client for the API endpoint is an optional feature that needs to be enabled.
- Support for Rocky Linux, Alma Linux ecosystems.
- Updated credits and severity fields per package.
- Add missing reference types.
v0.1.2
v0.1.1
Bug fixes:
- Allow all data structures to be serialized : Thanks to @JosiahOne .