Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cargo): bump utoipa from 3.3.0 to 3.4.0 #421

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2023

Bumps utoipa from 3.3.0 to 3.4.0.

Release notes

Sourced from utoipa's releases.

utoipa-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. 🎉

  • (588ff69) Fix utoipa-gen feature and update versions
  • (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_types feature flag (#665) @​juhaku
  • (7cf45ce) Chore add more feature flag checks for auto types
  • (1774bb7) Remove type: object restriction 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
  • (fcdcc19) Add preserve_path_order cargo feature docs (#614) @​juhaku
  • (5d0205c) Aadd preserve_path_order feature (#612) @​Chethan-rao
  • (888fc72) Add automatic request body recognition (#589) @​juhaku
  • (b59ee09) Correct with_schema to schema_with in docs (#586) @​jayvdb
  • (d007625) Improve docs for examples (#584) @​jayvdb
  • (6c89f81) Add docs and tests for aliases (#587) @​jayvdb
  • (0cf37c0) Use swagger-ui v4.18.2 (#585) @​jayvdb
  • (c6eecf4) Add basic auto response type support (#582) @​juhaku

Full change log

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_types feature flag (#665) @​juhaku
  • (7cf45ce) Chore add more feature flag checks for auto types
  • (1774bb7) Remove type: object restriction 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

... (truncated)

Commits
  • 588ff69 Fix utoipa-gen feature and update versions
  • 6c2ca20 Update next versions
  • 90b875d Add automatic body recognition for rocket (#670)
  • eed338b Fix broken links (#669)
  • 41d8f58 Add automatic type recognition for axum (#668)
  • d008ff4 Add automatic query parameter recognition (#666)
  • 2979ce9 Rename auto_types feature flag (#665)
  • 7cf45ce Chore add more feature flag checks for auto types
  • 1d55cda Make rocket hello 0.4 explicitly nightly
  • 1774bb7 Remove type: object restriction in empty() (#648)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [utoipa](https://github.com/juhaku/utoipa) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Commits](juhaku/utoipa@utoipa-3.3.0...utoipa-3.4.0)

---
updated-dependencies:
- dependency-name: utoipa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 15, 2023
@dependabot dependabot bot requested a review from kemingy July 15, 2023 02:39
@github-actions github-actions bot added the chore label Jul 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2023

Superseded by #426.

@dependabot dependabot bot closed this Jul 29, 2023
@dependabot dependabot bot deleted the dependabot/cargo/utoipa-3.4.0 branch July 29, 2023 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants