changelog/2.0.0-rc.20.md
(since 2.0.0-rc.19)
Allow more stringy newtypes in DeriveValueType (#2831)
DeriveValueType macrovalue_type attr for named field structs in DeriveValueTypeDeriveValueTypeStructMany-to-many self-referencing relation (#2823)
DeriveEntityModelRelatedSelfVia and self_ref in dense entity formatself_ref on compact_model and in reverseActiveModelEx: support self_ref
ActiveModelEx now supports self-referencing relations.
Add nullable column types
Support for nullable column types added.
Fix missing casts when returning one (#2825)
Fixed missing type casts when using returning_one / returning_all.
Temp fix MySQL JSON equals
Workaround for MySQL JSON equality comparison issues.
Automatically convert eq(None) to IS NULL (#2826)
eq(None) is now correctly translated to IS NULL in SQL.
Fix compile error when postgres-vector is enabled (#2821)
Resolved compilation failure with the postgres-vector feature.
EntityLoaderWithParam trait to be owned by user for better blanket impl support