CHANGELOG

This commit is contained in:
Billy Chan 2023-01-11 19:15:54 +08:00
parent a0d972633a
commit 94bcc5ee7d
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### New Features ### New Features
* Simple data loader https://github.com/SeaQL/sea-orm/pull/1238 * Simple data loader https://github.com/SeaQL/sea-orm/pull/1238, https://github.com/SeaQL/sea-orm/pull/1368
* Transactions Isolation level and Access mode https://github.com/SeaQL/sea-orm/pull/1230 * Transactions Isolation level and Access mode https://github.com/SeaQL/sea-orm/pull/1230
* [sea-orm-cli] Generate `#[serde(skip_deserializing)]` for primary key columns https://github.com/SeaQL/sea-orm/pull/846, https://github.com/SeaQL/sea-orm/pull/1186, https://github.com/SeaQL/sea-orm/pull/1318 * [sea-orm-cli] Generate `#[serde(skip_deserializing)]` for primary key columns https://github.com/SeaQL/sea-orm/pull/846, https://github.com/SeaQL/sea-orm/pull/1186, https://github.com/SeaQL/sea-orm/pull/1318
* [sea-orm-cli] Generate `#[serde(skip)]` for hidden columns https://github.com/SeaQL/sea-orm/pull/1171, https://github.com/SeaQL/sea-orm/pull/1320 * [sea-orm-cli] Generate `#[serde(skip)]` for hidden columns https://github.com/SeaQL/sea-orm/pull/1171, https://github.com/SeaQL/sea-orm/pull/1320