CHANGELOG

This commit is contained in:
Billy Chan 2024-08-27 16:56:44 +08:00
parent b0a48f4914
commit b68e770f97
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279

View File

@ -23,12 +23,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### New Features ### New Features
* Added `ConnectOptions::connect_lazy` for creating DB connection pools without establishing connections up front * Added `ConnectOptions::connect_lazy` for creating DB connection pools without establishing connections up front https://github.com/SeaQL/sea-orm/pull/2268
### Breaking Changes ### Breaking Changes
* Changed `ProxyDatabaseTrait` methods to async. It's a breaking change, but it should have been part of the 1.0 release. * 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. The feature is behind the feature guard `proxy`, and we believe it shouldn't impact majority of users.
https://github.com/SeaQL/sea-orm/pull/2278
### Bug Fixes ### Bug Fixes