Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 03:00
· 17 commits to master since this release

Using bzlmod with Bazel 6 or later:

Add to your MODULE.bazel file:

bazel_dep(name = "build_stack_rules_proto", version = "v4.0.0")

What's Changed

  • python: Provide python rules via CrossResolve. by @DolceTriade in #316
  • Fix failing grpc_test by @pcj in #366
  • Fix proto_compiled_sources with strip_import_prefix by @pcj in #365
  • Add stackb:rules_proto:grpc_zio_scala_library by @pcj in #350
  • Advertise Zio symbols if the label includes "zio" by @pcj in #385
  • Migrate to Bzlmod (v3) by @pcj in #389
  • Update docs for 4.x.x by @pcj in #390
  • bazelrc: remove blake3 digest function by @pcj in #391
  • proto_compile: remove use of ctx.resolve_tools by @pcj in #393

New Contributors

Full Changelog: v3.2.0...v4.0.0