Skip to content

20.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 08:45
· 2153 commits to main since this release

What's Changed

Breaking Changes 🛠

  • 7c0717f chore(model)!: Remove findPathExcludes() that is only used in tests

Bug Fixes 🐞

  • e9b6d35 fossid: Map to the normalized license on success
  • 4f32b50 gradle-plugin: Do not fail with NPE when dependency POMs are missing
  • e2dbfc8 version: Add missing Bazel version

New Features 🎉

  • 2577dd0 clients: Add Bazel module registry client
  • 79f9da0 docker: Add Bazel to runtime image and env path
  • d860271 package-manager: Add initial support for Bazel

Build 🐘 & CI ⚙️

  • 3126b41 GitHub: Include Bazel in docker-ort workflow

Chores 🔧

  • 4578371 fossid: Remove a redundant qualifier
  • 5cca282 model: Remove a superfluous conversion via let
  • bb28def model: Remove the unused transactionAsync() function

Dependency Updates 🚀

  • 0a48698 update dependency com.github.ajalt.clikt:clikt to v4.3.0
  • ad24746 update dependency dev.adamko.dokkatoo:dokkatoo-plugin to v2.3.0
  • 399665f update dependency gradle to v8.7
  • 28f4ae6 update detektplugin to v1.23.6
  • d8d70ce update exposed to v0.49.0
  • 653f296 update jetbrains/qodana-action action to v2023.3.2

Documentation 📖

  • e4af83c model: Explain why the ConfigurationResolver filters curations
  • ed75108 model: Improve PathExclude class documentation
  • 3bf3115 scanner: Add a missing import for KnownProvenance
  • c9c8f49 scanner: Fix scan storage references

Refactorings 🚜

  • 9495d54 model: Make an associateLicensesWithExceptions overload public