Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 20:54
· 1063 commits to main since this release

What's Changed

  • Allow importing protobuf dependencies from project dependencies (e.g. Google)
  • Allow using custom plugins (and removed the hardcoded GRPC integration as it can be replaced with this mechanism instead).
  • Rewritten the entire plugin to use CDI to simplify unit testing later on.
  • Handle paths consistently in HostEnvironment by @ascopes in #39
  • Do not attempt to walk across source directories that are not directories by @ascopes in #40
  • Handle irregular path cases better by @ascopes in #41
  • Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 by @dependabot in #43
  • GH-38: Import .proto files from maven dependencies by @ascopes in #42
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #46
  • Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M12 to 4.0.0-M13 by @dependabot in #45
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #44
  • Bump actions/deploy-pages from 3 to 4 by @dependabot in #48
  • Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #49
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #50

Full Changelog: v0.0.1...v0.1.0