This release adds support for Native standard validation rules which greatly improve evaluation performance. See #316 for more details.
What's Changed
- Implement native rules for the predefined protovalidate rules by @jonbodner-buf in #316
- Fix error message for string.not_contains in native rules by @jonbodner-buf in #319
- Improve formatting, NaN handling, and header validation by @jonbodner-buf in #320
- Fix regression in Violation.RuleValue for native rules by @pkwarren in #325
- Exclude the trailing dot from the hostname 253-character limit by @LordAizen1 in #332
- Use CEL PartialVars during AST pruning by @TristonianJones in #333
New Contributors
- @jonbodner-buf made their first contribution in #317
- @LordAizen1 made their first contribution in #332
- @TristonianJones made their first contribution in #333
Full Changelog: v1.2.0...v1.3.0