v0.2.0
Adds support for the string.host_and_port
CEL utility function and Protobuf Editions, and bumps the versions of various dependencies.
Note
This release requires Protobuf v27+. Depending on your WORKSPACE
configuration, you may not have a new enough Protobuf version to support Protobuf Editions. For correct functionality, ensure that you set up a repository rule to import a newer version of Protobuf, as well as setting the --proto_compiler
and --proto_toolchain_for_*
Bazel build flags as necessary (see here for an example.)
What's Changed
- Bump actions/setup-go from 4 to 5 by @dependabot in #47
- Add string.host_and_port support by @rodaine in #52
- Create add-to-project workflow by @chrispine in #53
- Makefile: fix bazel -> $(BAZEL) for some targets by @jchadwick-buf in #56
- Add macOS testing to CI by @jchadwick-buf in #57
- Protobuf Editions support by @jchadwick-buf in #58
- Bump morrisoncole/pr-lint-action from 1.7.0 to 1.7.1 by @dependabot in #55
- Bump actions/cache from 3 to 4 by @dependabot in #51
New Contributors
- @chrispine made their first contribution in #53
Full Changelog: v0.1.0...v0.2.0