You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ConnectOptions::connect_lazy for creating DB connection pools without establishing connections up front #2268
Breaking Changes
Changed ProxyDatabaseTrait methods to async. It's a breaking change, but it should have been part of the 1.0 release.
The feature is behind the feature guard proxy, and we believe it shouldn't impact majority of users. #2278
Bug Fixes
[sea-orm-codegen] Fix ColumnType to Rust type resolution #2313