Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 2.12 KB

Changelog - utoipa-rapidoc

5.0.0 - Oct 14 2024

Added

Fixed

  • Fix testing without explicit features (juhaku#1041)
  • Fix building utoipa-rapidoc & utoipa-scalar (juhaku#1039)
  • Fix RapiDoc with empty URL panic on axum (juhaku#997)
  • Fix samples in documentation when with_openapi is used (juhaku#988)
  • Fix openapi serialized twice when served with Rocket (juhaku#987)

Changed

  • Remove commit commit id from changelogs (juhaku#1077)
  • Update to rc version
  • Disable unused default features of rust_decimal (juhaku#1029)
  • Update next beta versions
  • Chore update docs and relax url version (juhaku#1001)
  • Bump up versions (juhaku#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 (juhaku#874)

Fixed

Changed

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

3.0.0 - Jan 9 2024

Fixed

Changed

2.0.0 - Nov 28 2023

Changed

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

1.0.0 - Oct 7 2023

Changed

  • Update utoipa versions min. utoipa: 4

0.1.0 - Aug 8 2023

Added