utoipa-gen-4.2.0
What's New 💎 🆕 🎉
Thanks again the awesome community of making this release possible. Changes by glance includes improvements in path
macro, support for rocket 0.5
and axum 0.7.0
, support for multiple security keys and serde deny unknown fields plus other tweaks.
- (f7cae03) Update next versions
- (fe229e2) Allowing utoipa/utoipa-swagger-ui successfully build on Windows and made path proc macro attribute more permissive (#830) @JohnScience
- (d437919) Update Rocket v0.5 (#825) @yuk1ty
- (1ea9cf8) Update docs
- (1b9c39b) Path impl_for override. PathBuilder::path_from (#759) @wyatt-herkamp
- (7493c33) Add support for specifying multiple security requirement keys (#813) @abs0luty
- (f965165) Support serde deny_unknown_fields (#816) @jayvdb
- (7e49344) Misc document improvements (#814) @jayvdb
- (beb68fa) Hide Debug behind debug feature (#815) @jayvdb
- (93dfaf1) Axum 0.7 bindings (#807) @Libbum