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

Update graphql 2.0.24 → 2.1.0 (minor) #270

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Aug 31, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ graphql (2.0.24 → 2.1.0) · Repo · Changelog

Release Notes

2.1.0 (from changelog)

Breaking changes

  • Visitor: legacy-style proc-based visitors are no longer supported #4577 #4583
  • Deprecated GraphQL::Filter is removed #4325
  • Authorization: items loaded in a list are not re-authorized after the list is loaded
  • Language::Printer has been re-written to append to a buffer; custom printers will need to be updated #4394

New features

  • Authorized: Items in a list are no longer re-authorized after the list is authorized #3994
  • Subscriptions: unsubscribe(...) accepts a value to be used to return a result along with unsubscribing #4283
  • Language::Printer is much faster #4394

2.0.27 (from changelog)

New features

  • Validators: Support %{value} in custom messages #4601

Bug fixes

  • Resolvers: Support return false, nil from ready? and authorized? #4585
  • Enums: properly load directives from Schema IDL #4596
  • Language: faster scanner #4576
  • Language: support fields and arguments named "null" #4586
  • Language: fix block string quote unescaping #4580
  • Generator: use generated node type in Relay-related fields #4598

2.0.26 (from changelog)

Bug fixes

  • Datadog Tracing: fix LocalJumpError #4579

2.0.25 (from changelog)

New features

  • Tracing: add trace modes #4571
  • Dataloader: add Source#result_key_for for customizing cache keys in sources #4569

Bug fixes

  • Tracing: Support multiple tracing platforms at once #4543

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Aug 31, 2023
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (447eebe) 100.00% compared to head (cfc0993) 100.00%.

❗ Current head cfc0993 differs from pull request most recent head 40257b0. Consider uploading reports for the commit 40257b0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #270   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines          616       616           
=========================================
  Hits           616       616           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@depfu
Copy link
Contributor Author

depfu bot commented Oct 3, 2023

Closed in favor of #279.

@depfu depfu bot closed this Oct 3, 2023
@depfu depfu bot deleted the depfu/update/graphql-2.1.0 branch October 3, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants