Files
Notes/notes-service/vendor/sea-orm/changelog/2.0.0-rc.32.md
T
2026-08-01 16:11:49 +03:00

393 B

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