Skip to content

Bump HotChocolate.Data from 11.3.1 to 12.0.1#94

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/HotChocolate.Data-12.0.1
Closed

Bump HotChocolate.Data from 11.3.1 to 12.0.1#94
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/HotChocolate.Data-12.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 4, 2021

Copy link
Copy Markdown

Bumps HotChocolate.Data from 11.3.1 to 12.0.1.

Release notes

Sourced from HotChocolate.Data's releases.

12.0.1

Hot Chocolate

  • Return argument value as field definition runtimeType if requested as object type by @​benmccallum (#4291)

Website

Contributors

@​benmccallum, @​michaelstaib, @​rstaib and @​tobias-tengler

For more details click here to get to our CHANGELOG.

12.0.0

Hot Chocolate

Fixes

  • Custom type inspectors can now again add custom ignores. #3399
  • Fixed issue where descriptor attributes on resolvers were ignored. (#3892)
  • Fixed that the socket interceptor OnCloseAsync method was not invoked. (#3951)
  • Fixed MongoDB totalCount handling (#3880).
  • Fixed handling of enums that contain underscore. (#4056)
  • Fixed ignoring fields with ObjectTypeExtensions.Ignore. (#4034)
  • Fixed issue with socket session interceptor dependency injection. (#4055)
  • Fixed issue to allow ignoring enum values. (#4020)
  • Fixed override of resolver pipeline in operation optimizers. (#4128)
  • Fixed enum default values. (#4129)
  • Fixed initialization of default values. (#4156)
  • Fixed the variable coercion when variable values are omitted. #4103
  • Fixed spatial MultiLine, MultiPolygon, MultiPoint parsing
  • Added various catches to prevent unobserved task exceptions on Subscriptions. #4052
  • Allow upcast when extending types and injecting the parent (#4159)

Enhancements

  • Allow Resolver Inlining (#3700)
  • Introduced Query Plans (#3674)
  • Introduced Serial Resolvers (#3674, #3837, #3882)
  • Neo4J Data Integration (#2849)
  • Allow control over type attribute inheritance (#3886).
  • Added support for abstract projections. (#3650)
  • Introduced non-cachable document validation rules. (#3884)
  • Added type converter for relay global ID to HotChocolate.Data. (#3917)
  • Introduced new low-level type configuration API for dynamic schemas.
  • Added better descriptions to cursor paging fields and arguments. (#4000)
  • Added better descriptions to node fields and arguments. (#4000)

... (truncated)

Changelog

Sourced from HotChocolate.Data's changelog.

[12.0.1]

Hot Chocolate

Fixes

Return argument value as field definition runtimeType if requested as object type by @​benmccallum (#4291)

[12.0.0]

Hot Chocolate

Fixes
  • Custom type inspectors can now again add custom ignores. #3399
  • Fixed issue where descriptor attributes on resolvers were ignored. (#3892)
  • Fixed that the socket interceptor OnCloseAsync method was not invoked. (#3951)
  • Fixed MongoDB totalCount handling (#3880).
  • Fixed handling of enums that contain underscore. (#4056)
  • Fixed ignoring fields with ObjectTypeExtensions.Ignore. (#4034)
  • Fixed issue with socket session interceptor dependency injection. (#4055)
  • Fixed issue to allow ignoring enum values. (#4020)
  • Fixed override of resolver pipeline in operation optimizers. (#4128)
  • Fixed enum default values. (#4129)
  • Fixed initialization of default values. (#4156)
  • Fixed the variable coercion when variable values are omitted. #4103
  • Fixed spatial MultiLine, MultiPolygon, MultiPoint parsing
  • Added various catches to prevent unobserved task exceptions on Subscriptions. #4052
  • Allow upcast when extending types and injecting the parent (#4159)

Enhancements

  • Allow Resolver Inlining (#3700)
  • Introduced Query Plans (#3674)
  • Introduced Serial Resolvers (#3674, #3837, #3882)
  • Neo4J Data Integration (#2849)
  • Allow control over type attribute inheritance (#3886).
  • Added support for abstract projections. (#3650)
  • Introduced non-cachable document validation rules. (#3884)
  • Added type converter for relay global ID to HotChocolate.Data. (#3917)
  • Introduced new low-level type configuration API for dynamic schemas.
  • Added better descriptions to cursor paging fields and arguments. (#4000)
  • Added better descriptions to node fields and arguments. (#4000)
  • Introduced nodes field. (#4000)
  • Introduced field middleware order validation for HotChocolate.Data and paging middleware (#4012).
  • Introduced AggregateError to allow rewriting a single error into multiple errors. (#4014)
  • Enhanced error handling for variables to better pinpoint the actual error. (#4037)
  • Added RequestContext pooling. (#4141)
  • Reworked schema-first APIs to align with code-first APIs.
  • Added support for HotChocolate.Data and paging attributes to schema-first.

... (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)

Bumps [HotChocolate.Data](https://github.com/ChilliCream/hotchocolate) from 11.3.1 to 12.0.1.
- [Release notes](https://github.com/ChilliCream/hotchocolate/releases)
- [Changelog](https://github.com/ChilliCream/hotchocolate/blob/main/CHANGELOG.md)
- [Commits](ChilliCream/graphql-platform@11.3.1...12.0.1)

---
updated-dependencies:
- dependency-name: HotChocolate.Data
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 4, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 9, 2021

Copy link
Copy Markdown
Author

Superseded by #99.

@dependabot dependabot Bot closed this Nov 9, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/HotChocolate.Data-12.0.1 branch November 9, 2021 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants