Skip to content

v0.15.0

Choose a tag to compare

@stefanvanburen stefanvanburen released this 27 Aug 00:09
· 19 commits to main since this release
12baa82

Another day, another release — this time, moving to v0.15.0 as we've bundled a couple of breaking changes into one release (we hope these are the last for awhile)!

Breaking Changes

  • Removed the protovalidate.Config class (#364)
    • Moved back to providing the fail_fast kwarg to either validate or collect_validations
  • Removed collect_validations(..., into=) argument (#365)
    • Let us know if you were using / have a usecase for this!
  • Made google-re2 a required dependency (#363)
    • This keeps our regex implementation compliant with CEL, and removes the need for the re2 extra that was added in v0.14.0. google-re2 supplies wheels for all supported versions of Python, so this shouldn't be an issue, but please let us know if you have issues!

What's Changed

Full Changelog: v0.14.1...v0.15.0