Cleanup feature flags
This commit is contained in:
parent
5859d261f1
commit
4b5fd9388e
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -242,7 +242,7 @@ jobs:
|
|||||||
examples/poem_example,
|
examples/poem_example,
|
||||||
examples/proxy_gluesql_example,
|
examples/proxy_gluesql_example,
|
||||||
examples/rocket_example,
|
examples/rocket_example,
|
||||||
examples/rocket_okapi_example,
|
# examples/rocket_okapi_example,
|
||||||
examples/salvo_example,
|
examples/salvo_example,
|
||||||
examples/seaography_example,
|
examples/seaography_example,
|
||||||
examples/tonic_example,
|
examples/tonic_example,
|
||||||
|
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## 0.12.10 - 2023-12-14
|
## 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
|
* [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
|
* 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
|
## 0.12.9 - 2023-12-08
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user