Skip to content

v0.8.26

Compare
Choose a tag to compare
@olafurpg olafurpg released this 25 Jul 13:55
· 52 commits to main since this release
d4bbe72

More robust error handling for Bazel

This release includes two changes related to how the semanticdb-javac compiler plugin handles unexpected failures, which previously crashed the compilation but should now allow compilation to continue.

  • Remove unnecessary throw for unexpected exception by @olafurpg in #619
  • Bazel: fallback to default absolute path logic by @olafurpg in #620

Full Changelog: v0.8.25...v0.8.26