Skip to content

1.0.1

Compare
Choose a tag to compare
@billy1624 billy1624 released this 27 Aug 08:50
· 53 commits to master since this release
e3ae0c1

New Features

  • 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