Back to Sea Orm

2.0.0 Rc.32

changelog/2.0.0-rc.32.md

2.0.0392 B
Original Source

Release Notes: SeaORM 2.0.0-rc.32

(since 2.0.0-rc.31)

New Features

MigratorTrait with self (#2806)

MigratorTrait now uses MigratorTraitSelf with a shim, enabling migrator implementations that take self by reference.

PostgreSQL application_name

Added support for setting application_name when connecting to PostgreSQL.

Improvements

  • Updated examples