-
Notifications
You must be signed in to change notification settings - Fork 583
[response-cache] update @envelop/response-cache with support of scope, defer and stream #2993
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
Conversation
🦋 Changeset detectedLatest commit: 3d56650 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 |
Apollo Federation Subgraph Compatibility Results
Learn more: |
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
graphql-yoga-cloud-run-guide |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-link |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
4.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
2.1.1-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
2.2.1-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
1.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
1.0.2-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
2.0.6-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
2.2.0-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
2.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
4.0.5-rc-20230927210315-1d7e0ed7 |
npm ↗︎ unpkg ↗︎ |
✅ Benchmark Results |
💻 Website PreviewThe latest changes are available as preview in: https://ff6435ae.graphql-yoga.pages.dev |
95c9b46 to
6ba0c1c
Compare
d817571 to
bf956ae
Compare
dd2d21e to
79cb3d3
Compare
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
a852b45 to
1d7e0ed
Compare
Adds support for the
scopefeature from Apollo's response cache plugin.This PR is updating the underlying envelop plugin and fixes a bug preventing Envelop plugin to detect the presence of a session or not.
Fixes #3021