Update utoipa monorepo to v3.5.0 #21
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.1
->3.5.0
3.0.2
->3.1.5
Release Notes
juhaku/utoipa (utoipa)
v3.5.0
Compare Source
What's New 💎 🆕 🎉
387a97c
) Update next versions5fb25fa
) Add support for serde skip inIntoParams
derive (#743)0c49940
) Support ULID (#733)56b6326
) Add rapidoc support (#723)30551f6
) Update utoipa-swagger-ui versionf9d26f6
) Update Swagger UI to 5.3.1e5f7f70
) Update README.md docs6baa9b0
) Add redoc support for utoipa. (#720)Full change log
v3.4.4
Compare Source
What's New 💎 🆕 🎉
Time for another release. Thanks to the awesome contributors for their precious time and effort for making this release happen 🎉.
a9f4797
) Update next versions7cc90b1
) Add more axum path parameter tests1dccaf4
) Fix generics actix example (#716) @rlebran-netwocea4c50
) Add descriptions to 2 variants of complex enums (#714) @lithiumFlowerb1a5d4f
) Add support for #[schema(default = )] on user-defined types (#712) (#713) @JMLX42338c413
) Fix typos in doc (#709) @ben6reul2c811ee
) allow and ignore #[doc(...)] tags in ToSchema derive (#708) @trinity-1686a727f880
) Adding "AnyOf" branch for Schema (#706) @zajko97d3617
) Allow setting titles on all OpenApi Schema types and allow descriptions to propagate for UnnamedStructSchema (#694) @lithiumFlowerFull change log
v3.4.3
Compare Source
What's New 💎 🆕 🎉
bcae7bc
) Update next versionsfe3b42d
) Fix automatic request body (#701)Full change log
v3.4.2
Compare Source
What's New 💎 🆕 🎉
c69bb26
) FixArc<T>
andRc<T>
andSmallVec<[T]>
(#699) @juhaku341dd39
) Fix broken link and enforce workspace resolverFull change log
v3.4.1
Compare Source
What's New 💎 🆕 🎉
This release is merely a fix for previous
3.4.0
version. It restores the old behavior for path and query parameters and comes with few improvements made by our awesome contributors 🎉.23f4a83
) Update next versions73fd3ea
) Disable automatic parameter recognition (#696) @juhaku8424b97
) Added support for Arc fields to be treated like Box or RefCell (#690) @zajko0073541
) Add support for deprecation using schema attribute (#688) @nullsaucea334fda
) Add enum path param test (#680) @juhaku99020a9
) FixOption<Query<T>>
type support (#678) @juhaku3732779
) Add tests for uuid path params (#676) @juhakuFull change log
v3.4.0
Compare Source
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. 🎉
588ff69
) Fix utoipa-gen feature and update versions6c2ca20
) Update next versions90b875d
) Add automatic body recognition for rocket (#670) @juhakueed338b
) Fix broken links (#669) @TaKO8Ki41d8f58
) Add automatic type recognition for axum (#668) @juhakud008ff4
) Add automatic query parameter recognition (#666) @juhaku2979ce9
) Renameauto_types
feature flag (#665) @juhaku7cf45ce
) Chore add more feature flag checks for auto types1774bb7
) Removetype: object
restriction in empty() (#648) @jayvdbd9c4702
) Add support for chrono::NaiveTime (#641) @beyarkayf8c6d07
) exclude const generic arguments from generic_types (#627) @BKSalman16bec9d
) Make sure to parse a comma token after the status in IntoResponses (#630) @emanguy970e10f
) Fix tests for feature non_strict_integers (#619) @jayvdbe6418ff
) Omit decimal zeros when serializing minimum/maximum/multiple (#618) @rbuch703fcdcc19
) Addpreserve_path_order
cargo feature docs (#614) @juhaku5d0205c
) Aadd preserve_path_order feature (#612) @Chethan-rao888fc72
) Add automatic request body recognition (#589) @juhakub59ee09
) Correctwith_schema
toschema_with
in docs (#586) @jayvdbd007625
) Improve docs for examples (#584) @jayvdb6c89f81
) Add docs and tests for aliases (#587) @jayvdb0cf37c0
) Use swagger-ui v4.18.2 (#585) @jayvdbc6eecf4
) Add basic auto response type support (#582) @juhakuFull change log
v3.3.0
Compare Source
What's New 💎 🆕 🎉
This release comes with mostly fixes and small improvements and additions. Most notable changes are support for
"Any Type"
to render any JSON content (example can be found here: https://github.com/juhaku/utoipa/tree/master/examples/raw-json-actix) and optional support for non-standard integer formats.Massive kudos for people willing to contribute to the utopic API. 🥲
89b809e
) Update next release versions96feca3
) feat: Support deserializing other versions in 3.0.x (#578) @siketyandc0cf3c
) Allow additional integer types (#575) @jayvdb1abced1
) Fix Schema as additional properties (#580) @juhaku08acfa2
) Bump rocket to v0.5.0-rc.3 (#577) @jayvdb3e6852d
) feat: Allow default value on Content::examples (#579) @siketyanc0c1470
) Allow value_type serde_json::Value (#568) @jayvdb892bd61
) Add more known formats (#571) @jayvdbc0aead7
) Rename AdditionalProperites->AdditionalProperties (#564) @jayvdb4aa305c
) Cargo formatb75fa2d
) Addindexmap
feature support forTypeTree
cf5e9aa
) Update utoipa-swagger-ui versionbab7960
) Fixpreserve_order
feature (#562) @juhakuFull change log
v3.2.1
Compare Source
What's New 💎 🆕 🎉
This release mainly introduces minor documentation updates.
632437a
) Update next release versions (#555) @juhaku36bdfcc
) Rename /api-doc/ to /api-docsa499c64
) Don't rely on listed serde_json crateFull change log
v3.2.0
Compare Source
What's New 💎 🆕 🎉
This release comes with few notable features such as automatically creating
default
values for schemas fromDefault
trait implementation, support for tuple types in generated schemas and newPartialSchema
trait for simplier manual schema creation.Additionally there are few bug fixes that are done as well as documentation updates. Huge thanks to the contributors 🥇 for helping in this awesome
utoipa
journey.dcb15d3
) Update next release versions1d26a65
) Refactor alises support onToSchema
derive (#546) @juhaku7b505fb
) Fix untagged enum unit variant support (#545) @juhaku282c1b3
) Add support for partial schema (#544) @juhakuee88c75
) Upgrade to syn2 (#542) @juhakufed0226
) Add tuple support for component schema (#541) @juhakub2e99a8
) Add missing enum variant examples (#538) @shelbyd @juhaku2deda0a
) bugfix: usemap()
instead ofunwrap()
(#536) @Narayanbhat1669d483a3
) Add support for auto-populating field default values (#533) @cwatson-blackrockFull change log
v3.1.2
Compare Source
What's New 💎 🆕 🎉
This release mainly introduces minor documentation updates.
632437a
) Update next release versions (#555) @juhaku36bdfcc
) Rename /api-doc/ to /api-docsFull change log
v3.1.1
Compare Source
What's New 💎 🆕 🎉
Update rust embed version.
195be49
) Update next versions44cd43e
) Cargo formatFull change log
v3.1.0
Compare Source
What's New 💎 🆕 🎉
ddd138e
) Update next versions4cb0b7e
) Add support for external OpenAPI docs (#502) @juhaku937db4c
) Fix clippy lintFull change log
v3.0.3
Compare Source
What's New 💎 🆕 🎉
This release introduces bug fixes and small improvements.
2d1f48d
) Update next versions3705e4e
) Add description support for object field. (#492) @juhakue06d1ef
) Improve description support onToSchema
fields (#490) @juhaku937db4c
) Fix clippy lint959f7cb
) Fix function argument support for#[utoipa::path]
(#489) @juhaku9098668
) Update OpenApi derive docs and tests3996389
) Fix parsed version in info being ignored (#485) @PlebshotFull change log
v3.0.2
Compare Source
What's New 💎 🆕 🎉
fe39928
) Update next versions2986e5a
) Enhance unit type support (#476) @juhakuc4564ce
) Add support for unit type()
(#464) @biwecka9124559
) Support arbitrary exprs in operation_id (#472) @djrenrenFull change log
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.