planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

chore(deps): bump GraphQL from 3.0.0 to 4.1.0 #176

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps GraphQL from 3.0.0 to 4.1.0.

Release notes

Sourced from GraphQL's releases.

Release 4.1.0

This release fixes a few critical bugs when using CLR type mappings, and adds SelfActivatingServiceProvider. See the 'Dependency Injection' documentation for notes on how to use this new feature.

Commit list:

Version 4.0.2

Fixes the following regressions from 3.x:

  • ToConstantCase has different semantics (#2423)
  • GetGraphTypeFromType does not work for enums (#2420)
  • Can't resolve generic types that use GraphQL clr reference types (#2415)
  • Delete UseRuntimeTypeMappings property (#2419)

Also includes:

  • Add ValidationError constructor (#2407)

Version 4.0.1

Fix to serialize ExecutionResult from subscriptions (#2408)

Version 4.0.0

New features:

  • Enhanced performance - Executes queries 50% to 100% faster; builds schemas 20x faster
  • Reduced memory requirements - as much as 75% less memory allocated per query executed
  • Optional query caching service to cache document parsing and validation
  • Custom deserializers can be written for GraphQL input objects
  • Enhanced custom scalar support, including the ability to replace a built-in scalar
  • Stricter type checking on scalars, both when read as variables or when being serialized
  • Many bugs and feature requests related to scalars and variable parsing were resolved
  • Applied directives
  • Dependency injection extensions for the MS DI provider
  • Extensive reorganization and clean-up of project internals, while retaining ability to customize behavior as desired
  • Better support for validation rules that depend on directives or variable values
  • Better documentation, including most of the public members now having xml comments
  • Maintains target of .NET Standard 2.0; tested against .NET Framework 4.8, .NET Core 2.1, 3.1, and 5.0

See migration guide here:

See main documentation here:

... (truncated)

Commits


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)
CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 3 years ago

Superseded by #177.