PackageTrack
Sign in Get early access

utoipa-swagger-ui

Swagger UI for utoipa

9.0.2 20M downloads/mo #2068 most downloaded on crates.io juhaku/utoipa

What this package is like to depend on

Last release 1 years ago

25 May 2025

Release timing varies

gaps range from 8 days to 3 months

Some releases are documented

notes for 17 of 35 stable releases

2 versions withdrawn

withdrawn after publishing

4 years old

44 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

44 releases · Mar 2022 to May 2025
2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 44
  1. 9.0.2 25 May 2025
    Release notes

    What's New 💎 🆕 🎉

    Full change log

    Open source →
    Release notes

    Fixed

    • Avoid cloning ApiDoc on every request for axum (https://github.com/juhaku/utoipa/pull/1393)

    Changed

    • Update build dependency zip to v3.0 (https://github.com/juhaku/utoipa/pull/1391)
    Open source →
  2. 9.0.1 04 Apr 2025
    Release notes

    What's New 💎 🆕 🎉

    Full change log

    Open source →
    Release notes

    Fixed

    • fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363)
    • fix: mismatch error from InvalidArchive (#1343)
    Open source →
  3. 9.0.0 16 Jan 2025
    Release notes

    What's New 💎 🆕 🎉

    Full change log

    Open source →
    Release notes

    Changed

    • Re-release 8.1.1 since axum upgrade is a breaking change (https://github.com/juhaku/utoipa/pull/1295)
    Open source →
  4. 8.1.1 05 Jan 2025 withdrawn
    Release notes

    Changed

    • Update axum to v0.8 (https://github.com/juhaku/utoipa/pull/1269)

    Fixed

    • Add debug implementation for SwaggerUi (https://github.com/juhaku/utoipa/pull/1276)
    Open source →
  5. 8.1.0 19 Dec 2024
    Release notes

    Added

    • Add basic auth support for actix, rocket, axum (https://github.com/juhaku/utoipa/pull/1221)
    • Add cache feature to cache swagger ui zip in build script (https://github.com/juhaku/utoipa/pull/1214)
    • Allow disabling syntax highlighting (https://github.com/juhaku/utoipa/pull/1188)
    Open source →
  6. 8.0.3 23 Oct 2024
    Release notes

    Fixed

    • Fixed version number from docs main page
    Open source →
  7. 8.0.2 21 Oct 2024
    Release notes

    Fixed

    • Fix regression due to a985d8c1340f80ab69b2b0e5de799df98d567732 (https://github.com/juhaku/utoipa/pull/1155)
    Open source →
  8. 8.0.1 16 Oct 2024
    Release notes

    Changed

    • Update Swagger UI with latest release 5.7.14 (https://github.com/juhaku/utoipa/pull/1142)
    Open source →
  9. 8.0.0 14 Oct 2024
    Release notes

    Added

    • Add typos to CI (https://github.com/juhaku/utoipa/pull/1036)
    • Add macros feature flag (https://github.com/juhaku/utoipa/pull/1015)

    Fixed

    • Fix testing without explicit features (https://github.com/juhaku/utoipa/pull/1041)
    • Fix building utoipa-axum & utoipa-swagger-ui (https://github.com/juhaku/utoipa/pull/1038)
    • Fix utoipa-swagger-ui-vendored crates link

    Changed

    • Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077)
    • Update to rc version
    • Always use system curl by default (https://github.com/juhaku/utoipa/pull/1045)
    • Remove Redirect Causing Invalid URIs for Swagger UIs Server on / (https://github.com/juhaku/utoipa/pull/1043)
    • Use fs::read to overwrite swagger UI contents (https://github.com/juhaku/utoipa/pull/1022)
    • Update next beta versions
    • Chore update docs and relax url version (https://github.com/juhaku/utoipa/pull/1001)
    • Bump up versions (https://github.com/juhaku/utoipa/pull/998)
    • Update versions
    • Update utoipa-swagger-ui vendored dependency
    Open source →
  10. 7.1.1-rc.0 02 Oct 2024 pre-release

    Nothing published for this version

  11. 7.1.1-beta.0 01 Sep 2024 pre-release

    Nothing published for this version

  12. 7.1.1-alpha.1 23 Aug 2024 pre-release

    Nothing published for this version

  13. 7.1.1-alpha.0 30 May 2024 pre-release

    Nothing published for this version

  14. 7.1.0 22 May 2024
    Release notes

    Added

    • Add vendored Swagger UI for utoipa (https://github.com/juhaku/utoipa/pull/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
    Open source →
  15. 7.0.3 21 May 2024
    Release notes

    Fixed

    • Fix docs.rs build
    Open source →
  16. 7.0.2 21 May 2024
    Release notes

    Added

    • Add missing windows check to utoipa-swagger-ui build.rs
    • Add nest OpenApi support (https://github.com/juhaku/utoipa/pull/930)

    Changed

    • Update utoipa-swagger-ui versions (https://github.com/juhaku/utoipa/pull/938)
    • Enhance utoipa-swagger-ui build (https://github.com/juhaku/utoipa/pull/936)
    • Use CARGO_HTTP_CAINFO CA file in build script if present (https://github.com/juhaku/utoipa/pull/935)
    • Improve file:// url parsing (https://github.com/juhaku/utoipa/pull/925)
    • Make SWAGGER_UI_DOWNLOAD_URL support file:// urls (https://github.com/juhaku/utoipa/pull/923)
    Open source →
  17. 7.0.1 07 May 2024
    Release notes

    Changed

    • Make reqwest to use rustls instead of openssl (https://github.com/juhaku/utoipa/pull/912)
    Open source →
  18. 7.0.0 05 May 2024
    Release notes

    Added

    • Add default-features = false to the optional axum dependency to avoid pulling in tokio in non-tokio environments (https://github.com/juhaku/utoipa/pull/874)

    Fixed

    • Fix spelling (https://github.com/juhaku/utoipa/pull/846)

    Changed

    • Seems like the zip_next is nowadays just zip again
    • Update docs and next versions
    • Update default Swagger UI version (https://github.com/juhaku/utoipa/pull/905)
    • Replace zip with zip_next (https://github.com/juhaku/utoipa/pull/889)
    • breaking Add flex to utoipa-swagger-ui build (https://github.com/juhaku/utoipa/pull/845)
    Open source →
  19. 6.0.0 09 Jan 2024
    Release notes

    Changed

    • Update next versions
    • Allowing utoipa/utoipa-swagger-ui successfully build on Windows and made path proc macro attribute more permissive (https://github.com/juhaku/utoipa/pull/830)
    • Update Rocket v0.5 (https://github.com/juhaku/utoipa/pull/825)
    • Generate embed code instead of using interpolation (https://github.com/juhaku/utoipa/pull/828)
    • Misc document improvements (https://github.com/juhaku/utoipa/pull/814)
    Open source →
  20. 5.0.0 28 Nov 2023
    Release notes

    Changed

    • Update next versions
    • Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)
    Open source →
  21. 4.0.0 07 Oct 2023
    Release notes

    Changed

    • Update utoipa versions min. utoipa 4
    Open source →
  22. 3.1.6 07 Oct 2023 withdrawn
    Release notes

    Added

    • Add rapidoc support (https://github.com/juhaku/utoipa/pull/723)

    Fixed

    • Fix: panic on missing trailing / in rocket environment (https://github.com/juhaku/utoipa/pull/645) (#757)

    Changed

    • Update next versions and dependencies
    Open source →
  23. 3.1.5 06 Aug 2023
    Release notes

    Changed

    • Update utoipa-swagger-ui version
    • Update Swagger UI to 5.3.1
    • Update README.md docs
    Open source →
  24. 3.1.4 12 Jul 2023

    Nothing published for this version

  25. 3.1.3 04 Apr 2023

    Nothing published for this version

  26. 3.1.2 30 Mar 2023

    Nothing published for this version

  27. 3.1.1 16 Mar 2023

    Nothing published for this version

  28. 3.1.0 10 Mar 2023

    Nothing published for this version

  29. 3.0.2 26 Jan 2023

    Nothing published for this version

  30. 3.0.1 26 Nov 2022

    Nothing published for this version

  31. 3.0.0 26 Nov 2022

    Nothing published for this version

  32. 2.0.2 22 Nov 2022

    Nothing published for this version

  33. 2.0.2-pre1 22 Nov 2022 pre-release

    Nothing published for this version

  34. 2.0.1 02 Sep 2022

    Nothing published for this version

  35. 2.0.0 30 Aug 2022

    Nothing published for this version

  36. 1.1.0 10 Jun 2022

    Nothing published for this version

  37. 1.0.0 27 Apr 2022

    Nothing published for this version

  38. 0.3.0 18 Apr 2022

    Nothing published for this version

  39. 0.2.0 07 Apr 2022

    Nothing published for this version

  40. 0.1.2 05 Apr 2022

    Nothing published for this version

  41. 0.1.1 04 Apr 2022

    Nothing published for this version

  42. 0.1.0 04 Apr 2022

    Nothing published for this version

  43. 0.1.0-rc1 01 Apr 2022 pre-release

    Nothing published for this version

  44. 0.1.0-beta1 07 Mar 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive