utoipa-gen-5.3.0
github-actions
released this
19 Dec 14:56
·
3 commits
to master
since this release
What's New 💎 🆕 🎉
Thanks to the remarkable community members of their hard work and hours spend on changes to the utoipa. This release would not have been possible without you 🎉
- (aa0d27f) Update next release versions (#1250) @juhaku
- (de536e4) utopia-gen: Adjust params code to not set
nullable
onOption
forQuery
params (#1248) @Turbo87 - (66b80a4) utopia-gen/tests/schema_generics: Use
insta
for snapshot testing (#1247) @Turbo87 - (71f6e37) [utoipa-gen] MediaTypeAttr: Make parse_named_attributes a method (#1236) @jsoo1
- (a0bfe11) Use a re-exported serde_json dependency in macros (#1243) @Sufflope
- (4bc5ee8) Add support for
#[schema(pattern = "...")]
on new type structs (#1241) @wyatt-herkamp - (4f09bc8)
Info::from_env()
setsLicense::identifier
(#1233) @masnagam - (24dd6d4) [utoipa-gen] MediaTypeAttr, Encoding: Parse encodings @jsoo1
- (733c400) [utoipa-gen] MediaTypeAttr: Make parse_named_attributes a method @jsoo1
- (330b07f) [utoipa-gen] request_body: Simplify ToTokensDiagnostics @jsoo1
- (fa48b87) [utoipa-gen/src/{ext.rs,ext/{actix,axum}.rs}] Exhaustive pattern matching (include
MacroArg::Query
case) (#1223) @SamuelMarks - (a0c3415) fix: tagged enum with flatten fields (#1208) @TLDMain
- (b5a0b11) Update schema generics compose (#1202) @juhaku
- (120705a) Update utoipa-gen docs @juhaku
- (553142a) Do not inline non-primitive type parameters by default (#1184) @JMLX42