CHANGELOG
This commit is contained in:
parent
b0a48f4914
commit
b68e770f97
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user