CHANGELOG

This commit is contained in:
Billy Chan 2022-11-09 15:07:17 +08:00
parent 1b2834137b
commit 330ad51cf4
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.10.3 - Pending
### Bug Fixes
* [sea-orm-cli] Set search path when initializing Postgres connection for CLI generate entity https://github.com/SeaQL/sea-orm/pull/1212
* [sea-orm-cli] Generate `_` prefix to enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1211
## 0.10.2 - 2022-11-06 ## 0.10.2 - 2022-11-06
### Enhancements ### Enhancements
* [sea-orm-rocket] added `sqlx_logging` to `Config` https://github.com/SeaQL/sea-orm/pull/1192 * [sea-orm-rocket] added `sqlx_logging` to `Config` https://github.com/SeaQL/sea-orm/pull/1192
* Collecting metrics for `query_one/all` https://github.com/SeaQL/sea-orm/pull/1165 * Collecting metrics for `query_one/all` https://github.com/SeaQL/sea-orm/pull/1165
* use GAT to elide `StreamTrait` lifetime https://github.com/SeaQL/sea-orm/pull/1161 * Use GAT to elide `StreamTrait` lifetime https://github.com/SeaQL/sea-orm/pull/1161
### Bug Fixes ### Bug Fixes