Skip to content

v2.21.0 2024-08-05

Compare
Choose a tag to compare
@sydney-runkle sydney-runkle released this 05 Aug 16:28
· 126 commits to main since this release
f79d49b

What's Changed

Packaging

Fixes

  • Fixes discriminated union bug regression when using enums by @kfreezen in #1286
  • string: Use 're.Pattern.search' instead of 're.Pattern.match' by @tinez in #1368
  • Fix model field_serializer with computed field by @nix010 in #1349
  • Clean up some string handling cases by @davidhewitt in #1381

Features

Performance

  • Use Uuid:::from_u128 for uuid_to_string by @fft001 in #1362

New Contributors

Full Changelog: v2.20.1...v2.21.0