Changelog

This commit is contained in:
Chris Tsang 2022-05-09 21:21:31 +08:00
parent 468d704bb0
commit 6c17a62084

View File

@ -9,9 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Enhancements
* Add max_connections option to CLI https://github.com/SeaQL/sea-orm/pull/670
* Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677
### Breaking changes
* `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude`
* Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea_orm_migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files
### Upgrades
* Upgrade `sea-query` to 0.24.x, `sea-schema` to 0.8.x
* Upgrade example to Actix Web 4, Actix Web 3 remains https://github.com/SeaQL/sea-orm/pull/638
* Added Tonic gRPC example https://github.com/SeaQL/sea-orm/pull/659
* Upgrade GraphQL example to use axum 0.5.x
* Upgrade axum example to 0.5.x
## 0.7.1 - 2022-03-26