zooniverse / caesar

Backend automation and orchestration
https://zooniverse.github.io/caesar
Apache License 2.0
13 stars 13 forks source link

Bump graphql from 1.9.9 to 2.0.19 #1513

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps graphql from 1.9.9 to 2.0.19.

Release notes

Sourced from graphql's releases.

v1.12.4

No release notes provided.

v1.12.3

No release notes provided.

v1.12.2

No release notes provided.

v1.12.1

No release notes provided.

v1.12.0

No release notes provided.

v1.11.7

No release notes provided.

v1.11.6

Breaking changes

  • FieldExtension: pass extended values instead of originals to after_resolve #3168

New features

  • Accept additional options in global_id_field macro #3196

Bug fixes

  • Use graphql_name in UnauthorizedError default message (fixes #3174) #3176
  • Improve error handling for base 64 decoding (in UniqueWithinType) #3179
  • Fix .valid_isolated_input? on parsed schemas (fixes #3181) #3182
  • Fix fields nullability in subscriptions documentation #3194
  • Update RangeAdd to use new connections when available #3195

v1.11.5

No release notes provided.

Version 1.11.4

No release notes provided.

v1.9.11

1.9.11 (29 Aug 2019)

New features

  • Add extras setter to GraphQL::Schema::Field #2450
  • Add extensions in CoercionError #2431

Bug fixes

... (truncated)

Changelog

Sourced from graphql's changelog.

2.0.19 (14 March 2023)

Bug fixes

  • Scoped context: fix context.scoped_context.current_path #4376
  • Tracing: fix tracer inheritance in Schema classes #4379
  • Timeout: fix Timeout plugin when other tracers are used #4383
  • Performance: use Arrays instead of GraphQL::Language::Tokens when scanning #4366

2.0.18 (9 March 2023)

Breaking Changes

  • Tracing: "execute_field" events on fields defined on interface types will now receive the interface type as data[:owner] instead of the current object type. To get the old behavior, use data[:object].class instead. #4292

New features

  • Add TypeKind#leaf? #4352

Bug fixes

  • Tracing: use the interface type as data[:owner] instead of the object type #4292
  • Performance: improve Shape compatibility of GraphQL::Schema::Field #4360
  • Performance: improve Shape compatibility of GraphQL::Schema::Warden #4361
  • Performance: rewrite the token scanner in plain Ruby #4369
  • Performance: make deprecation_reason faster #4356
  • Performance: improve lazy value resolution in execution #4333
  • Performance: create current_path only when the application needs it #4342
  • Performance: add GraphQL::Tracing::Trace as a lower-overhead tracing API #4344
  • Connections: fix hasNextPage for already-loaded ActiveRecord Relations #4349

2.0.17 (14 February 2023)

Breaking changes

  • Enums: require at least one value in a definition #4278

New features

  • Enums: support nil as a Ruby value #4311

Bug fixes

  • Don't re-encode ASCII strings as UTF-8 #4319, #4343
  • Fix handle_or_reraise with arguments validation #4341
  • Performance: Remove error handling from Lazy#value (unused) #4335
  • Performance: Use codegen instead of dynamic dispatch in Language::Visitor and Analysis::AST::Visitor #4338
  • Performance: reduce indirection in #introspection? and #graphql_name #4327
  • Clean up thread-based state after running queries #4329
  • JSON types: don't pass raw NullValue AST nodes to coerce_input #4324, #4320

... (truncated)

Commits
  • 86b75b4 2.0.19
  • 7b95e9a Merge pull request #4383 from rmosolgo/timeout-trace-fix
  • ded8d6c Merge pull request #4379 from rmosolgo/tracer-inheritance-fix
  • 64949c2 Merge pull request #4377 from jturkel/feature/tracing-docs
  • df8b36d Add a changelog entry for the change to data[:owner]
  • dc2870d Fix Timeout with other Traces
  • 1df8f2f Also inherit tracer options
  • 4ed16ea Merge pull request #4382 from pedro-pedrosa/bugfix/documentation/base-connect...
  • b56f3d9 Fixed typo in documentation
  • bd9212f Fix tracers on parent schema classes
  • 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[bot] commented 1 year ago

Superseded by #1523.