Skip to content

utoipa-gen-3.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:04
6c2ca20

What's New 💎 🆕 🎉

Time has passed, and it is again time for another release. Again I'd like to thank all the volunteers that have contributed to the utoipa. It wouldn't definitely be here if it weren't for you guys. 💪

There are not too many changes and most notably fixes here and there. Also this release introduces a better path and query parameter recognition as well as for supported frameworks there is automatic request body recognition. 🎉

Note! Beaware that this release comes with fix for IntoParams used with #[response(...)] attribute #629. Prior to this the response attribute was wrongly parsed without comma after the status #[response(200 description = "...")] but from now on a comma will be expected like normally #[response(200, description = "...")].

Full change log