chore(deps): update module buf.build/go/protovalidate to v1.3.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| buf.build/go/protovalidate | require | minor | v1.2.0 -> v1.3.0 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
bufbuild/protovalidate-go (buf.build/go/protovalidate)
v1.3.0
This release adds support for Native standard validation rules which greatly improve evaluation performance. See https://github.com/bufbuild/protovalidate-go/pull/316 for more details.
What's Changed
- Implement native rules for the predefined protovalidate rules by @jonbodner-buf in https://github.com/bufbuild/protovalidate-go/pull/316
- Fix error message for string.not_contains in native rules by @jonbodner-buf in https://github.com/bufbuild/protovalidate-go/pull/319
- Improve formatting, NaN handling, and header validation by @jonbodner-buf in https://github.com/bufbuild/protovalidate-go/pull/320
- Fix regression in Violation.RuleValue for native rules by @pkwarren in https://github.com/bufbuild/protovalidate-go/pull/325
- Exclude the trailing dot from the hostname 253-character limit by @LordAizen1 in https://github.com/bufbuild/protovalidate-go/pull/332
- Use CEL PartialVars during AST pruning by @TristonianJones in https://github.com/bufbuild/protovalidate-go/pull/333
New Contributors
- @jonbodner-buf made their first contribution in https://github.com/bufbuild/protovalidate-go/pull/317
- @LordAizen1 made their first contribution in https://github.com/bufbuild/protovalidate-go/pull/332
- @TristonianJones made their first contribution in https://github.com/bufbuild/protovalidate-go/pull/333
Full Changelog: https://github.com/bufbuild/protovalidate-go/compare/v1.2.0...v1.3.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.