Upcoming Release Changes#4459
Conversation
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://0cffe2ec.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
✅ Yoga Benchmark Results |
857bf9a to
825a9ad
Compare
💻 Website PreviewThe latest changes are available as preview in: https://d82ac4a9.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
825a9ad to
112b9ca
Compare
💻 Website PreviewThe latest changes are available as preview in: https://14d53b05.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
112b9ca to
69ade73
Compare
💻 Website PreviewThe latest changes are available as preview in: https://cd7a10cb.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
69ade73 to
d1d65fc
Compare
💻 Website PreviewThe latest changes are available as preview in: https://61ec29c7.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
d1d65fc to
5ed8182
Compare
💻 Website PreviewThe latest changes are available as preview in: https://31abd29c.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://a5307f30.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
bdf6c37 to
8ab760f
Compare
💻 Website PreviewThe latest changes are available as preview in: https://255862d4.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
8ab760f to
1828d3b
Compare
💻 Website PreviewThe latest changes are available as preview in: https://acc9e1ec.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
1828d3b to
c3ef970
Compare
💻 Website PreviewThe latest changes are available as preview in: https://4dc401fa.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
c3ef970 to
606294f
Compare
💻 Website PreviewThe latest changes are available as preview in: https://bbf08dcf.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
606294f to
991e8a2
Compare
💻 Website PreviewThe latest changes are available as preview in: https://c7940efb.envelop.pages.dev |
💻 Website PreviewThe latest changes are available as preview in: https://pr-4459.graphql-yoga.pages.dev |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@envelop/graphql-middleware@9.1.2
Patch Changes
08c3cb6Thanks @ardatan! - Do not use symbols which are forbidden in
GraphQLjs, and use 'graphqlMiddleware.appliedTransform' string as a key in the extension instead
@graphql-yoga/plugin-defer-stream@3.21.1
Patch Changes
08c3cb6Thanks @ardatan! - When adding the defer and stream directives to
the schema, we need to make sure to also move the extensions from the old schema to the new one,
otherwise we might lose important information like plugin metadata.
@graphql-yoga/plugin-response-cache@3.23.1
Patch Changes
#4492
fbd8436Thanks @copilot-swe-agent! - Include the
Last-Modifiedheader in early304 Not Modifiedresponses returned by the response-cacheplugin's
onRequestshort-circuit path.Previously, this path returned only
ETag. Now it returns bothETagandLast-Modifiedfromcached response metadata so conditional revalidation responses are consistent with the original
cached
200response headers.This improves interoperability with HTTP intermediaries and edge caches that rely on both
validators (
If-None-MatchandIf-Modified-Since) during revalidation, helping avoid unstablecache states when only one validator is present in a
304response.hello-world-benchmark@3.23.1
Patch Changes
[
fbd8436]: