Skip to content

Latest commit

 

History

History
172 lines (103 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

172 lines (103 loc) · 4.78 KB

Changelog - utoipa-swagger-ui

9.0.0 - Thu 16 2025

Changed

  • Re-release 8.1.1 since axum upgrade is a breaking change (#1295)

8.1.1 - Jan 6 2025

Changed

  • Update axum to v0.8 (#1269)

Fixed

  • Add debug implementation for SwaggerUi (#1276)

8.1.0 - Dec 19 2024

Added

  • Add basic auth support for actix, rocket, axum (#1221)
  • Add cache feature to cache swagger ui zip in build script (#1214)
  • Allow disabling syntax highlighting (#1188)

8.0.3 - Oct 23 2024

Fixed

  • Fixed version number from docs main page

8.0.2 - Oct 21 2024

Fixed

  • Fix regression due to a985d8c1340f80ab69b2b0e5de799df98d567732 (#1155)

8.0.1 - Oct 16 2024

Changed

  • Update Swagger UI with latest release 5.7.14 (#1142)

8.0.0 - Oct 14 2024

Added

  • Add typos to CI (#1036)
  • Add macros feature flag (#1015)

Fixed

  • Fix testing without explicit features (#1041)
  • Fix building utoipa-axum & utoipa-swagger-ui (#1038)
  • Fix utoipa-swagger-ui-vendored crates link

Changed

  • Remove commit commit id from changelogs (#1077)
  • Update to rc version
  • Always use system curl by default (#1045)
  • Remove Redirect Causing Invalid URIs for Swagger UIs Server on / (#1043)
  • Use fs::read to overwrite swagger UI contents (#1022)
  • Update next beta versions
  • Chore update docs and relax url version (#1001)
  • Bump up versions (#998)
  • Update versions
  • Update utoipa-swagger-ui vendored dependency

7.1.0 - May 22 2024

Added

  • Add vendored Swagger UI for utoipa (#941)

Changed

  • Update utoipa-swagger-ui vendored dependency
  • Update utoipa-swagger-ui-vendored version
  • Include res for crates
  • Update min Rust version and utoipa-swagger-ui version

7.0.3 - May 22 2024

Fixed

  • Fix docs.rs build

7.0.2 - May 21 2024

Added

  • Add missing windows check to utoipa-swagger-ui build.rs
  • Add nest OpenApi support (#930)

Changed

  • Update utoipa-swagger-ui versions (#938)
  • Enhance utoipa-swagger-ui build (#936)
  • Use CARGO_HTTP_CAINFO CA file in build script if present (#935)
  • Improve file:// url parsing (#925)
  • Make SWAGGER_UI_DOWNLOAD_URL support file:// urls (#923)

7.0.1 - May 7 2024

Changed

  • Make reqwest to use rustls instead of openssl (#912)

7.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

  • Seems like the zip_next is nowadays just zip again
  • Update docs and next versions
  • Update default Swagger UI version (#905)
  • Replace zip with zip_next (#889)
  • breaking Add flex to utoipa-swagger-ui build (#845)

6.0.0 - Jan 6 2024

Changed

  • Update next versions
  • Allowing utoipa/utoipa-swagger-ui successfully build on Windows and made path proc macro attribute more permissive (#830)
  • Update Rocket v0.5 (#825)
  • Generate embed code instead of using interpolation (#828)
  • Misc document improvements (#814)

5.0.0 - Nov 28 2023

Changed

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

4.0.0 - Oct 7 2023

Changed

  • Update utoipa versions min. utoipa 4

3.1.6 - Oct 7 2023

Added

  • Add rapidoc support (#723)

Fixed

  • Fix: panic on missing trailing / in rocket environment (#645) (#757)

Changed

  • Update next versions and dependencies

3.1.5 - Aug 6 2023

Changed

  • Update utoipa-swagger-ui version
  • Update Swagger UI to 5.3.1
  • Update README.md docs