Releases: juhaku/utoipa
Releases · juhaku/utoipa
utoipa-swagger-ui-8.1.0
What's New 💎 🆕 🎉
- (aa0d27f) Update next release versions (#1250) @juhaku
- (2a88046) [swagger-ui] add basic authentication for internal use (#1221) @realradical
- (19fbf67) Update README.md @juhaku
- (8c0620c) feat(swagger-ui): cache swagger zip (#1214) @thewh1teagle
- (a7528c7) Allow disabling syntax highlighting (#1188) @xitep
Full change log
utoipa-gen-5.3.0
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
Full change log
utoipa-axum-0.1.3
utoipa-5.3.0
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
- (a0bfe11) Use a re-exported serde_json dependency in macros (#1243) @Sufflope
- (2671aec) Add default to Example string fields (#1218) @Feiryn
- (7cf06e6) Fix diverging axum route and openapi spec (#1199) @boemjay
- (b5a0b11) Update schema generics compose (#1202) @juhaku
- (44ded6b) Fix typo (#1194) @dpytaylo
Full change log
utoipa-actix-web-0.1.2
What's New 💎 🆕 🎉
- (478b7c9) Added a passthrough for scoped middleware in actix-web (#1196) @nico-incubiq
Full change log
utoipa-gen-5.2.0
What's New 💎 🆕 🎉
- (1b85aaf) Increment next release versions @juhaku
- (23afd3c) Fix alias support for
IntoParams
(#1179) @juhaku - (a792520) The #[schema(ignore)] attribute now accepts an optional bool value/function path (#1177) @JMLX42
- (ca643ef) Add missing formats for
KnownFormat
parsing (#1178) @juhaku