- Re-release 8.1.1 since axum upgrade is a breaking change (#1295)
- Update axum to v0.8 (#1269)
- Add debug implementation for SwaggerUi (#1276)
- 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)
- Fixed version number from docs main page
- Fix regression due to a985d8c1340f80ab69b2b0e5de799df98d567732 (#1155)
- Update Swagger UI with latest release 5.7.14 (#1142)
- Fix testing without explicit features (#1041)
- Fix building utoipa-axum & utoipa-swagger-ui (#1038)
- Fix utoipa-swagger-ui-vendored crates link
- 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
- Add vendored Swagger UI for utoipa (#941)
- 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
- Fix docs.rs build
- Add missing windows check to utoipa-swagger-ui build.rs
- Add nest
OpenApi
support (#930)
- 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)
- Make reqwest to use rustls instead of openssl (#912)
- Add
default-features = false
to the optional axum dependency to avoid pulling in tokio in non-tokio environments (#874)
- Fix spelling (#846)
- Seems like the zip_next is nowadays just zip again
- Update docs and next versions
- Update default Swagger UI version (#905)
- Replace
zip
withzip_next
(#889) breaking
Add flex toutoipa-swagger-ui
build (#845)
- 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)
- Update next versions
- Axum 0.7 bindings (#807)
- Update utoipa versions min. utoipa
4
- Add rapidoc support (#723)
- Fix: panic on missing trailing / in rocket environment (#645) (#757)
- Update next versions and dependencies
- Update utoipa-swagger-ui version
- Update Swagger UI to 5.3.1
- Update README.md docs