Skip to content

86.0.0

Choose a tag to compare

@github-actions github-actions released this 10 May 08:46
· 313 commits to main since this release

What's Changed

🛠 Breaking Changes

  • 6276932 chore(scripts)!: Remove snippets for custom Docker image builds
  • 9a18ddc refactor(utils)!: Drop caching in OrtAuthenticator

🐞 Bug Fixes

  • eeabe2e pnpm: Remove the upper bound from the version requirement
  • 83f8586 reporter: Enhance shared test data for further licenses
  • 57c43bf scanoss: Also take EPSS scores as references
  • e73bcb7 scanoss: Filter out project packages for the advisor
  • 279ef09 scanoss: Print (only) the PURL correctly in an issue message

🎉 New Features

  • bf22359 spdx: Include the effective licenses
  • 1c83bd6 spdx-utils: Map "Eclipse Distribution License v1.0" to BSD-3-Clause

✅ Tests

  • 8fc749b aosd: Simplify the test resource filenames
  • 7c1fbd6 conan: Update expected results
  • a924ff8 spdx: Enhance test input data to cover a license choice
  • b08e063 trustsource: Re-format a test asset

🔧 Chores

  • 89636af model: Formally align validate() function signatures
  • 2ab68b2 model: Move variables to members in a test
  • cc6cd37 model: Move variables to the only tests that use them
  • d6fab2b model: Rename variables in a test to mark them as schemas

🚀 Dependency Updates

  • 729119f Upgrade CycloneDX and JSON schema libraries for alignment
  • 22335b1 update com.blackduck.integration:blackduck-common to v68.0.1
  • f77e91d update github/codeql-action action to v4.35.4
  • a9087d0 update graalvm/setup-graalvm action to v1.5.3
  • 2fa6206 update log4j2 monorepo to v2.26.0
  • d4b34d1 update org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.11.0
  • 2ce0b52 update test-summary/action digest to 37b508c

🚜 Refactorings

  • f734942 model: Simplify testing with a validate() function
  • 4aa0771 utils: Rework NetRcAuthenticator