chore(deps): update dependency graphql.server.transports.aspnetcore to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| GraphQL.Server.Transports.AspNetCore | 7.2.0 -> 8.2.0 |
Release Notes
graphql-dotnet/server (GraphQL.Server.Transports.AspNetCore)
v8.2.0
What's Changed
- Add GraphQLWs subscription transport option for GraphiQL by @Shane32 in https://github.com/graphql-dotnet/server/pull/1162
- Mark GraphQL Playground as obsolete by @Shane32 in https://github.com/graphql-dotnet/server/pull/1165
- Update JWT sample code for subscriptions by @Shane32 in https://github.com/graphql-dotnet/server/pull/1171
- Remove GraphiQL Explorer; fix headers property by @Shane32 in https://github.com/graphql-dotnet/server/pull/1174
- Update README.md version numbers by @Shane32 in https://github.com/graphql-dotnet/server/pull/1175
Full Changelog: https://github.com/graphql-dotnet/server/compare/8.1.0...8.2.0
v8.1.0
What's Changed
- GraphQLWs: Ping messages reflect the payload in the pong response by @Shane32 in https://github.com/graphql-dotnet/server/pull/1155
- Allow accessing send queue count from WebSocketConnection by @Shane32 in https://github.com/graphql-dotnet/server/pull/1156
- Discard messages sent after the close message has been posted to the queue by @Shane32 in https://github.com/graphql-dotnet/server/pull/1157
- Pin playground to v1.7.28 and add polyfill for mutation events by @Shane32 in https://github.com/graphql-dotnet/server/pull/1159
- Add KeepAliveMode and SupportedWebSocketSubProtocols options by @Shane32 in https://github.com/graphql-dotnet/server/pull/1154
- Bump GraphQL.NET to 8.2.1 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1160 (fixes critical bugs)
Full Changelog: https://github.com/graphql-dotnet/server/compare/8.0.3...8.1.0
v8.0.3
What's Changed
- Pin graphql-voyager to 1.3.0, fix #1152 by @nightroman in https://github.com/graphql-dotnet/server/pull/1153
New Contributors
- @nightroman made their first contribution in https://github.com/graphql-dotnet/server/pull/1153
Full Changelog: https://github.com/graphql-dotnet/server/compare/8.0.2...8.0.3
v8.0.2
What's Changed
- Bump GraphQL.NET to 8.0.2 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1149 (fixes critical bugs)
Full Changelog: https://github.com/graphql-dotnet/server/compare/8.0.1...8.0.2
v8.0.1
What's Changed
- Support persisted documents by @Shane32 in https://github.com/graphql-dotnet/server/pull/1147
Full Changelog: https://github.com/graphql-dotnet/server/compare/8.0.0...8.0.1
v8.0.0
What's Changed
- Bump to GraphQL.NET v8; delete obsolete authorization package by @Shane32 in https://github.com/graphql-dotnet/server/pull/1137
- Bump Graphiql to fix layout by @Kowjako in https://github.com/graphql-dotnet/server/pull/1131
- Add attribute for media type validation by @Shane32 in https://github.com/graphql-dotnet/server/pull/1117
- Add CSRF protection by @Shane32 in https://github.com/graphql-dotnet/server/pull/1138
- Disable form post by default by @Shane32 in https://github.com/graphql-dotnet/server/pull/1139
- Make better use of IHasPreferredStatusCode by @Shane32 in https://github.com/graphql-dotnet/server/pull/1140
- Allow any validation error to prefer a status code over 400 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1141
- Status codes per GraphQL over HTTP spec by @Shane32 in https://github.com/graphql-dotnet/server/pull/1142
- Remove GetRecursivelyReferencedUsedFragments and SkipNode by @Shane32 in https://github.com/graphql-dotnet/server/pull/1143
New Contributors
- @Kowjako made their first contribution in https://github.com/graphql-dotnet/server/pull/1131
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.7.2...8.0.0
v7.7.2
What's Changed
- Fix dependency within obsolete authorization package by @Shane32 in https://github.com/graphql-dotnet/server/pull/1144
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.7.1...7.7.2
v7.7.1
What's Changed
- Add NativeAOT compatibility for ASP.Net Core in .NET 8 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1124
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.7.0...7.7.1
v7.7.0
What's Changed
- Support multipart file uploads by @Shane32 in https://github.com/graphql-dotnet/server/pull/1115
- Add IUserContextBuilder<TSchema> by @Shane32 in https://github.com/graphql-dotnet/server/pull/1118
- Set maximum compatible version by @Shane32 in https://github.com/graphql-dotnet/server/pull/1119
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.6.0...7.7.0
v7.6.0
What's Changed
- Add AuthenticatedSchemes option by @Shane32 in https://github.com/graphql-dotnet/server/pull/1047
- Bump GraphQL.NET to 7.6 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1063
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.5.0...7.6.0
v7.5.0
What's Changed
- Allow configuration of Altair UI settings by @Sonic198 in https://github.com/graphql-dotnet/server/pull/1044
- Bump GraphQL.NET to 7.5.0 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1045
New Contributors
- @Sonic198 made their first contribution in https://github.com/graphql-dotnet/server/pull/1044
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.4.0...7.5.0
v7.4.0
What's Changed
- Update JwtHelper sample by @Shane32 in https://github.com/graphql-dotnet/server/pull/997
- Misc updates for the JWT sample application by @Shane32 in https://github.com/graphql-dotnet/server/pull/1009
- Allow option to disable handling of form data for POST requests by @Shane32 in https://github.com/graphql-dotnet/server/pull/1017
- Bump GraphQL to 7.4.0 by @Shane32 in https://github.com/graphql-dotnet/server/pull/1018
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.3.0...7.4.0
v7.3.0
What's Changed
- Minimum compatible GraphQL.NET version bumped from 7.1.1 to 7.3.0; please see:
- Fix rare memory 'leak' with WhenAll when it is combined with Task.Delay by @Shane32 in https://github.com/graphql-dotnet/server/pull/985
- Bump GraphQL.NET to fix invalid execution context by @Shane32 in https://github.com/graphql-dotnet/server/pull/991
Full Changelog: https://github.com/graphql-dotnet/server/compare/7.2.0...7.3.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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, check this box
This PR was generated by Mend Renovate. View the repository job log.