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 2025Releases
latest 44-
9.0.225 May 2025Release notes
Open source →What's New 💎 🆕 🎉
- (8595275) Update
utoipa-swagger-uiversion (#1396) @juhaku - (c2e9f45) fix: avoid cloning ApiDoc on every request for axum (#1393) @twuebi
- (cecda05) swagger-ui: Use zip 3.0.0 (#1391) @jayvdb
Full change log
Release notes
Open source →Fixed
- Avoid cloning ApiDoc on every request for axum (https://github.com/juhaku/utoipa/pull/1393)
Changed
- Update build dependency
zipto v3.0 (https://github.com/juhaku/utoipa/pull/1391)
- (8595275) Update
-
9.0.104 Apr 2025Release notes
Open source →What's New 💎 🆕 🎉
- (2e19e9a) Update next version (#1366) @juhaku
- (fdb4387) fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363) @tversteeg
- (1d32f05) fix: mismatch error from InvalidArchive (#1343) @mbukeRepo
Full change log
Release notes
Open source →Fixed
- fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363)
- fix: mismatch error from InvalidArchive (#1343)
-
9.0.016 Jan 2025Release notes
Open source →Changed
- Re-release 8.1.1 since axum upgrade is a breaking change (https://github.com/juhaku/utoipa/pull/1295)
-
8.1.105 Jan 2025 withdrawnRelease notes
Open source →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)
-
8.1.019 Dec 2024Release notes
Open source →Added
- Add basic auth support for actix, rocket, axum (https://github.com/juhaku/utoipa/pull/1221)
- Add
cachefeature 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)
-
8.0.323 Oct 2024 -
8.0.221 Oct 2024Release notes
Open source →Fixed
- Fix regression due to a985d8c1340f80ab69b2b0e5de799df98d567732 (https://github.com/juhaku/utoipa/pull/1155)
-
8.0.116 Oct 2024Release notes
Open source →Changed
- Update Swagger UI with latest release 5.7.14 (https://github.com/juhaku/utoipa/pull/1142)
-
8.0.014 Oct 2024Release notes
Open source →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
curlby 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
urlversion (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
-
7.1.1-rc.002 Oct 2024 pre-releaseNothing published for this version
-
7.1.1-beta.001 Sep 2024 pre-releaseNothing published for this version
-
7.1.1-alpha.123 Aug 2024 pre-releaseNothing published for this version
-
7.1.1-alpha.030 May 2024 pre-releaseNothing published for this version
-
7.1.022 May 2024Release notes
Open source →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
-
7.0.321 May 2024 -
7.0.221 May 2024Release notes
Open source →Added
- Add missing windows check to utoipa-swagger-ui build.rs
- Add nest
OpenApisupport (https://github.com/juhaku/utoipa/pull/930)
Changed
- Update
utoipa-swagger-uiversions (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)
-
7.0.107 May 2024Release notes
Open source →Changed
- Make reqwest to use rustls instead of openssl (https://github.com/juhaku/utoipa/pull/912)
-
7.0.005 May 2024Release notes
Open source →Added
- Add
default-features = falseto 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
zipwithzip_next(https://github.com/juhaku/utoipa/pull/889) breakingAdd flex toutoipa-swagger-uibuild (https://github.com/juhaku/utoipa/pull/845)
- Add
-
6.0.009 Jan 2024Release notes
Open source →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)
-
5.0.028 Nov 2023Release notes
Open source →Changed
- Update next versions
- Axum 0.7 bindings (https://github.com/juhaku/utoipa/pull/807)
-
4.0.007 Oct 2023 -
3.1.607 Oct 2023 withdrawnRelease notes
Open source →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
-
3.1.506 Aug 2023Release notes
Open source →Changed
- Update utoipa-swagger-ui version
- Update Swagger UI to 5.3.1
- Update README.md docs
-
3.1.412 Jul 2023Nothing published for this version
-
3.1.304 Apr 2023Nothing published for this version
-
3.1.230 Mar 2023Nothing published for this version
-
3.1.116 Mar 2023Nothing published for this version
-
3.1.010 Mar 2023Nothing published for this version
-
3.0.226 Jan 2023Nothing published for this version
-
3.0.126 Nov 2022Nothing published for this version
-
3.0.026 Nov 2022Nothing published for this version
-
2.0.222 Nov 2022Nothing published for this version
-
2.0.2-pre122 Nov 2022 pre-releaseNothing published for this version
-
2.0.102 Sep 2022Nothing published for this version
-
2.0.030 Aug 2022Nothing published for this version
-
1.1.010 Jun 2022Nothing published for this version
-
1.0.027 Apr 2022Nothing published for this version
-
0.3.018 Apr 2022Nothing published for this version
-
0.2.007 Apr 2022Nothing published for this version
-
0.1.205 Apr 2022Nothing published for this version
-
0.1.104 Apr 2022Nothing published for this version
-
0.1.004 Apr 2022Nothing published for this version
-
0.1.0-rc101 Apr 2022 pre-releaseNothing published for this version
-
0.1.0-beta107 Mar 2022 pre-releaseNothing published for this version