From b0a48f49140c910bb2de7c9ea2db215b69d6403b Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 27 Aug 2024 16:15:58 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e8e5da4..dd142ccfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Upgrade `sea-query-binder` to `0.7.0-rc` https://github.com/SeaQL/sea-orm/pull/2305 * Upgrade `sea-schema` to `0.16.0-rc` https://github.com/SeaQL/sea-orm/pull/2305 +## 1.0.1 - 2024-08-26 + +### New Features + +* Added `ConnectOptions::connect_lazy` for creating DB connection pools without establishing connections up front + +### 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. + +### Bug Fixes + +* [sea-orm-codegen] Fix `ColumnType` to Rust type resolution https://github.com/SeaQL/sea-orm/pull/2313 + ## 1.0.0 - 2024-08-02 ### Versions