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.3 (minor) #281

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 13, 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.3) · Repo · Changelog

Release Notes

2.1.3 (from changelog)

Bug fixes

  • Tracing: fix legacy tracers added to GraphQL::Schema #4663
  • Add racc as a dependency because it's not included by default in Ruby 3.3 #4661

2.1.2 (from changelog)

New features

  • Depth: accept count_introspection_fields: false #4658
  • Dataloader: add get_fiber_variables and set_fiber_variables #4593
  • Trace: Add Schema.default_trace_mode #4642

Bug fixes

  • Fix merging results after calling directives #4639 #4660
  • Visibility: don't reveal implementors of hidden abstract types #4589
  • Bump required Ruby version to 2.7 since numbered block arguments are used #4659
  • hash_key:: use the configured hash key when the underlying Hash has a default value Proc #4656

2.1.1 (from changelog)

New features

  • Mutations: HasSingleInput provides Relay Classic-like input: ... argument behavior #4581
  • Add @specifiedBy default directive #4633
  • Analysis: support visit? hook to skip visit but still return a value
  • Add context.scoped for a long-lived reference to the current scoped context #4605

Bug fixes

  • Sanitized printer: Correctly print enum variable defaults #4652
  • Schema printer: use extend schema when the schema has directives #4647
  • Performance: pass runtime state through interpreter code #4621
  • Performance: add StaticVisitor for faster AST visits #4645
  • Fix merging results after calling directives #4639
  • Performance: faster field lookup #4626
  • Improve generator templates #4627
  • Dataloader: clear cache between root mutation fields #4617
  • Performance: Improve argument checks #4622
  • Remove unused legacy connection code #4606

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 Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

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

❗ Current head 507b44f differs from pull request most recent head 9f5c6d5. Consider uploading reports for the commit 9f5c6d5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #281   +/-   ##
=========================================
  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.

@digitaltom digitaltom merged commit 867171a into main Oct 14, 2023
7 checks passed
@depfu depfu bot deleted the depfu/update/graphql-2.1.3 branch October 14, 2023 20:21
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.

1 participant