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

Bump async-graphql-actix-web from 2.4.6 to 2.5.14 #45

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps async-graphql-actix-web from 2.4.6 to 2.5.14.

Changelog

Sourced from async-graphql-actix-web's changelog.

[2.5.14] - 2021-03-14

  • Add DataLoader::loader method. #441
  • Fix the validation does not work on some inline fragments.

[2.5.13] - 2021-03-09

  • Support generics in Subscription types. #438

[2.5.12] - 2021-03-09

  • Remove unnecessary Box from WebSocket messages.
  • Export subscription type to Federation SDL. (for GraphGate 😁)
  • Add extends attribute for derive macros Subscription and MergedSubscription.
  • Add SchemaBuilder::override_name method. #437

[2.5.11] - 2021-03-07

  • Execute _entity requests in parallel. #431

[2.5.10] - 2021-03-06

  • Add descriptions for the exported Federation SDL.

[2.5.9] - 2021-02-28

Changed

  • Moved Variables from async_graphql::context::Variables to async_graphql::Variables.

[2.5.8] - 2021-02-27

Added

  • Allow the deprecation attribute to have no reason.

    #[derive(SimpleObject)]
    struct MyObject {
        #[graphql(deprecation)]
        a: i32,
    #[graphql(deprecation = true)]
    b: i32,
    #[graphql(deprecation = false)]
    c: i32,
    #[graphql(deprecation = "reason")]
    d: i32,

... (truncated)

Commits
  • 207b4a2 Release 2.5.14
  • 69a4c14 Fix the problem that the validation does not work on some inline fragments.
  • fbf175b Add DataLoader::loader method. #441
  • 5c644de Switch the async runtime used for testing to Tokio.
  • 6afcac6 Release 2.5.13
  • a18a4bc Update CHANGELOG.md
  • e67457a Merge pull request #438 from taiki-e/generic-subscription
  • 0714dd6 Merge pull request #439 from taiki-e/docs-subscription
  • 4a78b04 Update subscription.md
  • 6ddbc52 Support generics in Subscription types
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #47.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/cargo/async-graphql-actix-web-2.5.14 branch March 22, 2021 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

0 participants