Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

78 lines (46 loc) · 1.95 KB

Changelog - utoipa-redoc

5.0.1 - Jan 6 2025

Changed

  • Update axum to v0.8 (#1269)

5.0.0 - Oct 14 2024

Added

  • Add macros feature flag (#1015)
  • Add nest OpenApi support (#930)

Fixed

  • Fix testing without explicit features (#1041)
  • Fix building utoipa-rapidoc & utoipa-scalar (#1039)

Changed

  • Remove commit commit id from changelogs (#1077)
  • Update to rc version
  • Update next beta versions
  • Chore fix clippy lint (#1010)
  • Chore update docs and relax url version (#1001)
  • Bump up versions (#998)
  • Update versions
  • Update min Rust version and utoipa-swagger-ui version

4.0.0 - May 5 2024

Added

  • Add default-features = false to the optional axum dependency to avoid pulling in tokio in non-tokio environments (#874)

Fixed

  • Fix spelling (#846)

Changed

  • Update docs and next versions
  • Refactor ReDoc to take Cow<'static, str> instead of borrowed str (#869)

3.0.0 - Jan 9 2024

Changed

  • Update next versions
  • Update Rocket v0.5 (#825)
  • Misc document improvements (#814)

2.0.0 - Nov 28 2023

Changed

  • Update next versions
  • Axum 0.7 bindings (#807)

1.0.0 - Oct 7 2023

Changed

  • Update next versions min. utoipa: 4
  • Axum 0.7 bindings (#807)

0.1.0 - Aug 6 2023

Added

  • Add redoc support for utoipa. (#720)

Changed

  • Update README.md docs