v0.4.0
This release adds support for the string.host_and_port
CEL utility function and Protobuf Editions, and bumps the versions of many of the dependencies.
Note
This release updates protovalidate-python to use Protobuf Python v5+, which is not currently compatible with Protobuf Python v4 gencode. If you can not update to Protobuf Python v5 currently, you should continue to use protovalidate-python v0.3.1 for now.
What's Changed
- Bump actions/setup-go from 4 to 5 by @dependabot in #109
- Bump actions/setup-python from 4 to 5 by @dependabot in #108
- Create add-to-project workflow by @chrispine in #131
- Add string.host_and_port support by @rodaine in #132
- Bump pytest from 7.4.3 to 8.1.1 by @dependabot in #144
- Bump mypy from 1.7.1 to 1.9.0 by @dependabot in #143
- Bump actions/download-artifact from 3 to 4 by @dependabot in #114
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #115
- Document import path for code generation by @emcfarlane in #153
- Bump aiohttp from 3.9.1 to 3.9.4 by @dependabot in #151
- Bump idna from 3.6 to 3.7 by @dependabot in #150
- Bump morrisoncole/pr-lint-action from 1.7.0 to 1.7.1 by @dependabot in #136
- Bump types-protobuf from 4.24.0.4 to 5.26.0.20240422 by @dependabot in #154
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #149
- Test 3.12 by @emcfarlane in #148
- Bump ruff from 0.1.7 to 0.4.9 by @dependabot in #157
- Switch from
black
toruff format
by @stefanvanburen in #162 - Bump ruff from 0.4.9 to 0.5.0 by @dependabot in #168
- Update for Protobuf Editions by @jchadwick-buf in #174
New Contributors
- @chrispine made their first contribution in #131
- @emcfarlane made their first contribution in #153
- @stefanvanburen made their first contribution in #162
- @jchadwick-buf made their first contribution in #174
Full Changelog: v0.3.1...v0.4.0