Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency GraphQL.Server.Ui.Playground to v7 #1740

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
GraphQL.Server.Ui.Playground nuget major 6.1.1 -> 7.0.0

Release Notes

graphql-dotnet/server

v7.0.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label Aug 16, 2022
@github-actions github-actions bot added the template/GraphQL The GraphQL project template label Aug 16, 2022
@RehanSaeed RehanSaeed added the patch Pull requests requiring a patch version update according to semantic versioning. label Aug 16, 2022
@RehanSaeed RehanSaeed merged commit 1fd7e21 into main Aug 16, 2022
@RehanSaeed RehanSaeed deleted the renovate/graphql.server.ui.playground-7.x branch August 16, 2022 13:54
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. patch Pull requests requiring a patch version update according to semantic versioning. template/GraphQL The GraphQL project template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant