What's Changed
- [orm] Improved long alias name handling to avoid exceeding PG name length limit by @pkudinov #2424
- [perf] Use
EXISTSinstead ofCOUNTsubquery for some/none/every relation filters #2440 - [orm] Fixed the issue that fields inherited from delegate models originating from mixes are not properly handled #2351
- [policy] Fixed an assert error when evaluating policies for "create" operation involving optional fields by @pkudinov #2460
New Contributors
- Welcome @pkudinov as our new contributor ❤️ !
Full Changelog: v3.4.4...v3.4.5