Skip to content

v8.0.0

Choose a tag to compare

@jeremylong jeremylong released this 03 May 11:05
· 73 commits to main since this release
0e26794

What's Changed

  • BREAKING CHANGE: The NVD Client's thread count has been removed and replaced with a new parameter to set the number of requests allowed per 30-second rolling window by @jeremylong in #14
    • Matches the NVD API usage guide regarding rate limits.
    • Resolves incorrect implementation of rate metering.
  • BREAKING CHANGE: correct alias vs property in CvssV4Data by @jeremylong in #16
    • The generated JSON for CvssV4Data in the NVD client can still read previously cached JSON. However, newely generated JSON will utilize the correct field names documented in the NVD Schema documentation.
  • test: Cleanup test code by @strangelookingnerd in #20
  • build(deps): bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.3 by @dependabot in #13
  • build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by @dependabot in #17
  • build(deps): bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 by @dependabot in #19

New Contributors

Full Changelog: v7.3.2...v8.0.0