utoipa-gen-3.4.0 #671
juhaku
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 = "...")]
.auto_types
feature flag (Renameauto_types
feature flag #665) @juhakutype: object
restriction in empty() (Removetype: object
restriction in empty() #648) @jayvdbwith_schema
toschema_with
in docs (Correctwith_schema
toschema_with
in docs #586) @jayvdbFull change log
This discussion was created from the release utoipa-gen-3.4.0.
Beta Was this translation helpful? Give feedback.
All reactions