## 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