- Update axum to v0.8 (#1269)
- Fix testing without explicit features (#1041)
- Fix building utoipa-rapidoc & utoipa-scalar (#1039)
- Fix RapiDoc with empty URL panic on axum (#997)
- Fix samples in documentation when with_openapi is used (#988)
- Fix openapi serialized twice when served with Rocket (#987)
- Remove commit commit id from changelogs (#1077)
- Update to rc version
- Disable unused default features of rust_decimal (#1029)
- Update next beta versions
- Chore update docs and relax
url
version (#1001) - Bump up versions (#998)
- Update versions
- Update min Rust version and utoipa-swagger-ui version
- Add
default-features = false
to the optional axum dependency to avoid pulling in tokio in non-tokio environments (#874)
- Fix spelling (#846)
- Update docs and next versions
- Refactor RapiDoc to take
Cow<'static, str>
instead of borrowedstr
(#867)
- fix: fix typo (#822)
- Update next versions
- Axum 0.7 bindings (#807)
- Update utoipa versions min. utoipa:
4
- Add rapidoc support (#723)