Update graphql 2.1.3 → 2.1.6 (patch) #294
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.1.3 → 2.1.6) · Repo · Changelog
Release Notes
2.1.6 (from changelog)
2.1.5 (from changelog)
2.1.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 57 commits:
2.1.6
Merge pull request #4693 from rmosolgo/fix-custom-trace-with-default-base-class
pro-1.24.10
Merge pull request #4648 from gmcgibbon/cache
Fix custom trace mode using default base class
Make GraphQL parser cache opt-in
Merge pull request #4689 from soartec-lab/task/add-doc-into-install-genrators
Merge pull request #4691 from zavan/patch-1
Fix ActionCable subscriptions channel example
Add install generators options that were missing in the documentation.
Merge pull request #4688 from rubyroobs/rubyroobs/add-iso8601-duration
Fix typo in comment in DurationEncodingError
Add ISO8601Duration to Scalar guides page
Add ISO8601Duration Scalar and tests
2.1.5
Merge pull request #4686 from rmosolgo/fix-rails-without-logger
Fix tests for when Rails.logger is nil
Fix default_logger when Rails doesn't have a logger
Add missing changelog entries
2.1.4
Merge pull request #4685 from rmosolgo/fix-scope-extension-runtime-dependency
Merge pull request #4680 from jbourassa/faster-one-of-query
Merge pull request #4684 from rmosolgo/remove-gathered-selections-cache
Fix ScopeExtension outside of execution
Add test and remove gathered selections cache
Speed up `one_of?`
Update Relay docs to include persistConfig, fixes #4557
Merge pull request #4674 from rmosolgo/query-logger
Merge pull request #2919 from DmitryTsepelev/lookahead-alias-lookup
Make the logger silent by default
Update doc and code
Merge branch 'master' into lookahead-alias-lookup
Merge pull request #4675 from rmosolgo/fix-connection-initialization
Fix tests
Fix logger usage
Fix tests
Merge pull request #4673 from rmosolgo/fix-subscription-parse-error
Fix scoped detection in Connection#initialize
Only publish website changes on new versions
Add Query#logger
Fix ParseError in Subscriptions#trigger
Merge pull request #4671 from rmosolgo/mongoid-count-fix
Try running mongoid count with options
Merge pull request #4670 from rmosolgo/inmplements-definition-methods
Add doc
Fix definition_methods with implements
Merge pull request #4669 from rmosolgo/null-context-instance
Merge pull request #4668 from rmosolgo/conn-name-fix
Migrate NullContext to use Singleton
fix lint error
Don't assume connection behaviors for types named Connection
Merge pull request #4667 from rmosolgo/load-application-object-failed-improvements
Test returning from load_application_object_failed
Handle new objects from load_application_object_failed, test rescue_from
Merge pull request #4664 from rmosolgo/avoid-hash-merge
Make arrays only when a reference is added, update tests
Avoid Hash#merge on large subclass schemas
Release Notes
1.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
Merge pull request #239 from yui-knk/v1.7.2
Merge pull request #243 from nobu/protoize
Use prototype declarations
Bump up v1.7.2
Merge pull request #241 from nobu/info_version
Merge pull request #242 from nobu/manifest
[DOC] Update release flow
Remove MANIFEST which was used by ancient extmk.rb
Extract Racc::VERSION from racc/info.rb at extconf.rb
Merge pull request #240 from nobu/old-checks
Remove fallback code
Remove old checks
Rename CI file since it is not only Ubuntu now [ci skip]
Merge pull request #238 from makenowjust/typos
Fix tiny typos
Merge pull request #237 from yui-knk/remove_install_guide_via_setup_rb
Remove install guide by setup.rb
Merge pull request #236 from nobu/bump-up
Start 1.7.2
Update `Gem::Specification#files`
Merge pull request #235 from yui-knk/readme_release-flow
Add "Release flow" to README.rdoc
Merge pull request #234 from yui-knk/fix_typo
Fix a typo
Merge pull request #232 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #231 from yui-knk/embed_grammar_file_name_into_generated_file
Embed grammar file name into generated file
Merge pull request #230 from nobu/embedded-pragmas
Remove frozen_string_literal pragmas from embedded runtime files
Stop littering platform-independent directory with platform-dependent bianries
Merge pull request #229 from ruby/flavorjones-pin-dev-dependencies
dep: pin development dependencies, and enable dependabot for gems
Merge pull request #228 from ruby/flavorjones-work-around-rake-compiler-ruby-2.5
Update development dependency to avoid ruby 2.5 failures
Merge pull request #225 from zenspider/zenspider/frozen_string_literals
Merge pull request #226 from zenspider/zenspider/newline
Remove NEWS files since they've not been updated in quite some time
Add --frozen to add frozen_string_literals to top of generated files.
Remove leading newline from on_error exception messages.
Merge pull request #224 from jwillemsen/patch-4
Update parser.rb, fixed typo
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