Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Bump GraphQL.Server.Transports.AspNetCore from 5.0.0 to 7.0.0#103

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/GraphQL.Server.Transports.AspNetCore-7.0.0
Open

Bump GraphQL.Server.Transports.AspNetCore from 5.0.0 to 7.0.0#103
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/GraphQL.Server.Transports.AspNetCore-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2022

Copy link
Copy Markdown

Bumps GraphQL.Server.Transports.AspNetCore from 5.0.0 to 7.0.0.

Release notes

Sourced from GraphQL.Server.Transports.AspNetCore's releases.

Version 7.0.0

What's New

  • Entirely new implementation of WebSocket / subscription support
  • Support for newer graphql-ws WebSocket protocol
  • Support for authorization over WebSocket connections
  • Refactored implementation of ASP.NET Core middleware for better extensibility
  • Support for the application/graphql+json media type
  • Support for ASP.NET Core 2.1 running on .NET Framework 4.8 or .NET Core 2.1
  • Entirely new authorization rule with support for AllowAnonymous and role-based rules
  • Support for endpoint authorization rules
  • Configuration simplified to a single line of code
  • New readme with much better instructions and usage notes
  • Many new samples added, such as usage with JWT Bearer tokens
  • Reduced dependencies on third-party packages
  • Many new options for configuration of GraphQL endpoint
  • NRT annotations and rewritten XML comments throughout
⚠️ Note that authorization rules on input types are ignored in v7 ⚠️

See Migrating from 6.x to 7.x for detailed migration notes.

Full Changelog: graphql-dotnet/server@6.1.1...7.0.0

Version 6.1.1

What's Changed

Full Changelog: graphql-dotnet/server@6.1.0...6.1.1

Version 6.1.0

What's Changed

Main features:

... (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 [GraphQL.Server.Transports.AspNetCore](https://github.com/graphql-dotnet/server) from 5.0.0 to 7.0.0.
- [Release notes](https://github.com/graphql-dotnet/server/releases)
- [Commits](graphql-dotnet/server@5.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: GraphQL.Server.Transports.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants