New Features
- [sea-orm-macro] Comment attribute for Entity (
#[sea_orm(comment = "action")]
);create_table_from_entity
supports comment #2009 - Added "proxy" (feature flag
proxy
) to database backend #1881, #2000
Enhancements
- Cast enums in
is_in
andis_not_in
#2002
Upgrades
- Updated
sea-query
to0.30.5
https://github.com/SeaQL/sea-query/releases/tag/0.30.5