-
Notifications
You must be signed in to change notification settings - Fork 574
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
fix response cache usage with subscriptions #3006
Conversation
🦋 Changeset detectedLatest commit: 3004ae1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
715a48d
to
9e2740d
Compare
9e2740d
to
2f11690
Compare
Apollo Federation Subgraph Compatibility Results
Learn more: |
✅ Benchmark Results
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
graphql-yoga-cloud-run-guide |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-link |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
4.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
2.1.1-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
2.2.1-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
1.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
1.0.2-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
2.0.6-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
2.2.0-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
2.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
4.0.5-rc-20230928094344-3004ae10 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://6393a673.graphql-yoga.pages.dev |
37bdcd0
to
562a250
Compare
chore(dependencies): updated changesets for modified dependencies use metadata helper chore(dependencies): updated changesets for modified dependencies add tests for stream and defer directives changeset update envelop plugin to stable release chore(dependencies): updated changesets for modified dependencies add documentation fix response cache usage with subscriptions chore(dependencies): updated changesets for modified dependencies
b005e8b
to
1e9bc6c
Compare
fixes #3005
TODO