github SeaQL/sea-orm 0.10.1

latest releases: 1.0.1, 1.1.0-rc.1, 1.0.0...
23 months ago

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 executing migrate generate command #1157
  • Prefix the usage of types with sea_orm:: inside DeriveActiveEnum derive macros #1146, #1154
  • [sea-orm-cli] Generate model with Vec<f32> or Vec<f64> should not derive Eq 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

Full Changelog: 0.10.0...0.10.1

Don't miss a new sea-orm release

NewReleases is sending notifications on new releases.