Cleanup feature flags

This commit is contained in:
Chris Tsang 2023-12-14 17:06:51 +00:00
parent 5859d261f1
commit 4b5fd9388e
2 changed files with 7 additions and 1 deletions

View File

@ -242,7 +242,7 @@ jobs:
examples/poem_example,
examples/proxy_gluesql_example,
examples/rocket_example,
examples/rocket_okapi_example,
# examples/rocket_okapi_example,
examples/salvo_example,
examples/seaography_example,
examples/tonic_example,

View File

@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.12.10 - 2023-12-14
### New Features
* [sea-orm-macro] Comment attribute for Entity (`#[sea_orm(comment = "action")]`); `create_table_from_entity` supports comment https://github.com/SeaQL/sea-orm/pull/2009
* Added "proxy" (feature flag `proxy`) to database backend https://github.com/SeaQL/sea-orm/pull/1881, https://github.com/SeaQL/sea-orm/pull/2000
### Upgrades
* Updated `sea-query` to `0.30.5` https://github.com/SeaQL/sea-query/releases/tag/0.30.5
## 0.12.9 - 2023-12-08
### Enhancements