Breaking Changes
v0.7.0 removes support for the long-deprecated ignore_empty
and skipped
fields on FieldConstraints
; protovalidate-python will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.
What's Changed
- Bump ruff from 0.9.1 to 0.9.4 by @dependabot in #244, #245, #247
- Add URN validation by @smaye81 in #248
- Remove support for deprecated options by @jchadwick-buf in #246
New Contributors
Full Changelog: v0.6.1...v0.7.0