Releases: juhaku/utoipa
Releases · juhaku/utoipa
utoipa-rapidoc-0.1.0
utoipa-swagger-ui-3.1.5
What's New 💎 🆕 🎉
Update Swagger UI to next 5.x.x major version. This paves the way for future support for OAS 3.1 that comes with the latest Swagger UI.
- (30551f6) Update utoipa-swagger-ui version
- (f9d26f6) Update Swagger UI to 5.3.1
- (e5f7f70) Update README.md docs
Full change log
utoipa-redoc-0.1.0
What's New 💎 🆕 🎉
From now on utoipa can be used toget with Redoc with ease. See the examples and docs for more details.
Full change log
utoipa-gen-3.4.5
What's New 💎 🆕 🎉
Time for another release. Thanks to the awesome contributors for their precious time and effort for making this release happen 🎉.
- (a9f4797) Update next versions
- (7cc90b1) Add more axum path parameter tests
- (1dccaf4) Fix generics actix example (#716) @rlebran-netwo
- (cea4c50) Add descriptions to 2 variants of complex enums (#714) @lithiumFlower
- (b1a5d4f) Add support for #[schema(default = )] on user-defined types (#712) (#713) @JMLX42
- (338c413) Fix typos in doc (#709) @ben6reul
- (2c811ee) allow and ignore #[doc(...)] tags in ToSchema derive (#708) @trinity-1686a
- (97d3617) Allow setting titles on all OpenApi Schema types and allow descriptions to propagate for UnnamedStructSchema (#694) @lithiumFlower
Full change log
utoipa-3.4.4
What's New 💎 🆕 🎉
Time for another release. Thanks to the awesome contributors for their precious time and effort for making this release happen 🎉.
- (a9f4797) Update next versions
- (7cc90b1) Add more axum path parameter tests
- (1dccaf4) Fix generics actix example (#716) @rlebran-netwo
- (cea4c50) Add descriptions to 2 variants of complex enums (#714) @lithiumFlower
- (b1a5d4f) Add support for #[schema(default = )] on user-defined types (#712) (#713) @JMLX42
- (338c413) Fix typos in doc (#709) @ben6reul
- (2c811ee) allow and ignore #[doc(...)] tags in ToSchema derive (#708) @trinity-1686a
- (727f880) Adding "AnyOf" branch for Schema (#706) @zajko
- (97d3617) Allow setting titles on all OpenApi Schema types and allow descriptions to propagate for UnnamedStructSchema (#694) @lithiumFlower
Full change log
utoipa-gen-3.4.4
What's New 💎 🆕 🎉
Full change log
utoipa-gen-3.4.3
What's New 💎 🆕 🎉
- (c69bb26) Fix
Arc<T>
andRc<T>
andSmallVec<[T]>
(#699) - (341dd39) Fix broken link and enforce workspace resolver
Full change log
utoipa-3.4.3
What's New 💎 🆕 🎉
Full change log
utoipa-3.4.2
What's New 💎 🆕 🎉
- (c69bb26) Fix
Arc<T>
andRc<T>
andSmallVec<[T]>
(#699) @juhaku - (341dd39) Fix broken link and enforce workspace resolver
Full change log
utoipa-gen-3.4.2
What's New 💎 🆕 🎉
This release is merely a fix for previous 3.4.0
version. It restores the old behavior for path and query parameters and comes with few improvements made by our awesome contributors 🎉.
- (23f4a83) Update next versions
- (73fd3ea) Disable automatic parameter recognition (#696) @juhaku
- (8424b97) Added support for Arc fields to be treated like Box or RefCell (#690) @zajko
- (0073541) Add support for deprecation using schema attribute (#688) @nullsauce
- (a334fda) Add enum path param test (#680) @juhaku
- (99020a9) Fix
Option<Query<T>>
type support (#678) @juhaku - (3732779) Add tests for uuid path params (#676) @juhaku