This is a release candidate. We are still updating the documentation and examples, as well as fixing critical bugs if there are any (in that case the current version might be yanked). Please check it out and provide feedback to us!
Enhancements
- [sea-orm-cli] Escape module name defined with Rust keywords #1052
- [sea-orm-cli] Check to make sure migration name doesn't contain hyphen
-
in it #879, #1155 - Support
time
crate for SQLite #995
Bug Fixes
- [sea-orm-cli] Generate
Related
for m-to-n relation #1075 - [sea-orm-cli] Generate model entity with Postgres Enum field #1153
- [sea-orm-cli] Migrate up command apply all pending migrations #1010
- [sea-orm-cli] Conflicting short flag
-u
when executingmigrate generate
command #1157 - Prefix the usage of types with
sea_orm::
insideDeriveActiveEnum
derive macros #1146, #1154 - [sea-orm-cli] Generate model with
Vec<f32>
orVec<f64>
should not deriveEq
on the model struct #1158
House Keeping
- [sea-orm-cli] [sea-orm-migration] Add
cli
feature to optionally include dependencies that are required by the CLI #978
Upgrades
- Upgrade
sea-schema
to 0.10.2 #1153
New Contributors
- @andy128k made their first contribution in #1052
- @Rheydskey made their first contribution in #978
Full Changelog: 0.10.0...0.10.1