Releases: juhaku/utoipa
Releases · juhaku/utoipa
utoipa-swagger-ui-8.1.1
utoipa-scalar-0.2.1
utoipa-redoc-5.0.1
utoipa-rapidoc-5.0.1
utoipa-gen-5.3.1
What's New 💎 🆕 🎉
- (e5bb59f) Update next release versions (#1278) @juhaku
- (ee1067e) Fix bug in generic schemas on OpenApi derive macro (#1277) @juhaku
- (59098c7) Fix format @juhaku
- (a914253) Add summary and description missing documentation @juhaku
- (d522f74) Update axum to v0.8.0 (#1269) @Turbo87
- (2782358) utoipa-gen: Replace
assert-json-diff
with snapshot testing viainsta
(#1253) @Turbo87 - (6d8d2ac) scripts/test.sh: Fix
auto_into_responses
feature declaration (#1252) @Turbo87
Full change log
utoipa-axum-0.1.4
What's New 💎 🆕 🎉
- (e5bb59f) Update next release versions (#1278) @juhaku
- (3ffad4b) Address clippy utoipa-axum @juhaku
- (d522f74) Update axum to v0.8.0 (#1269) @Turbo87
- (f09edbe) Added mutable getter for the openapi instance of a OpenApiRouter (#1262) @zannabianca1997
- (bd90d55) Update utoipa-axum CHANGELOG @juhaku
- (682d5bf) utoipa-axum: Add basic path params test (#1268) @Turbo87
Full change log
utoipa-5.3.1
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