utoipa-gen-3.4.0
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 = "...")].
- (6c2ca20) Update next versions
- (90b875d) Add automatic body recognition for rocket (#670) @juhaku
- (eed338b) Fix broken links (#669) @TaKO8Ki
- (41d8f58) Add automatic type recognition for axum (#668) @juhaku
- (d008ff4) Add automatic query parameter recognition (#666) @juhaku
- (2979ce9) Rename
auto_typesfeature flag (#665) @juhaku - (7cf45ce) Chore add more feature flag checks for auto types
- (1774bb7) Remove
type: objectrestriction in empty() (#648) @jayvdb - (d9c4702) Add support for chrono::NaiveTime (#641) @beyarkay
- (f8c6d07) exclude const generic arguments from generic_types (#627) @BKSalman
- (16bec9d) Make sure to parse a comma token after the status in IntoResponses (#630) @emanguy
- (970e10f) Fix tests for feature non_strict_integers (#619) @jayvdb
- (e6418ff) Omit decimal zeros when serializing minimum/maximum/multiple (#618) @rbuch703
- (888fc72) Add automatic request body recognition (#589) @juhaku
- (b59ee09) Correct
with_schematoschema_within docs (#586) @jayvdb - (6c89f81) Add docs and tests for aliases (#587) @jayvdb
- (c6eecf4) Add basic auto response type support (#582) @juhaku