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