Skip to content

Commit

Permalink
Version Packages (#7108)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
## @apollo/[email protected]

### Minor Changes

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - The `cache-control`
HTTP response header set by the cache control plugin now properly
reflects the cache policy of all operations in a batched HTTP request.
(If you write the `cache-control` response header via a different
mechanism to a format that the plugin would not produce, the plugin no
longer writes the header.) For more information, see [advisory
GHSA-8r69-3cvp-wxc3](GHSA-8r69-3cvp-wxc3).

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - Plugins processing
multiple operations in a batched HTTP request now have a shared
`requestContext.request.http` object. Changes to HTTP response headers
and HTTP status code made by plugins operating on one operation can be
immediately seen by plugins operating on other operations in the same
HTTP request.

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - New field
`GraphQLRequestContext.requestIsBatched` available to plugins.

- [#7114](#7114)
[`c1651bfac`](c1651bf)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Directly
depend on Apollo Server rather than as a peer

### Patch Changes

- Updated dependencies
\[[`2a2d1e3b4`](2a2d1e3),
[`2a2d1e3b4`](2a2d1e3),
[`2a2d1e3b4`](2a2d1e3)]:
    -   @apollo/[email protected]

## @apollo/[email protected]

### Minor Changes

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - The `cache-control`
HTTP response header set by the cache control plugin now properly
reflects the cache policy of all operations in a batched HTTP request.
(If you write the `cache-control` response header via a different
mechanism to a format that the plugin would not produce, the plugin no
longer writes the header.) For more information, see [advisory
GHSA-8r69-3cvp-wxc3](GHSA-8r69-3cvp-wxc3).

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - Plugins processing
multiple operations in a batched HTTP request now have a shared
`requestContext.request.http` object. Changes to HTTP response headers
and HTTP status code made by plugins operating on one operation can be
immediately seen by plugins operating on other operations in the same
HTTP request.

-
[`2a2d1e3b4`](2a2d1e3)
Thanks [@glasser](https://github.com/glasser)! - New field
`GraphQLRequestContext.requestIsBatched` available to plugins.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 2, 2022
1 parent 2a2d1e3 commit 943fd7f
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-cows-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-kiwis-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-kiwis-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-points-film.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quick-ghosts-reply.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @apollo/server-integration-testsuite

## 4.1.0

### Minor Changes

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - The `cache-control` HTTP response header set by the cache control plugin now properly reflects the cache policy of all operations in a batched HTTP request. (If you write the `cache-control` response header via a different mechanism to a format that the plugin would not produce, the plugin no longer writes the header.) For more information, see [advisory GHSA-8r69-3cvp-wxc3](https://github.com/apollographql/apollo-server/security/advisories/GHSA-8r69-3cvp-wxc3).

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - Plugins processing multiple operations in a batched HTTP request now have a shared `requestContext.request.http` object. Changes to HTTP response headers and HTTP status code made by plugins operating on one operation can be immediately seen by plugins operating on other operations in the same HTTP request.

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - New field `GraphQLRequestContext.requestIsBatched` available to plugins.

- [#7114](https://github.com/apollographql/apollo-server/pull/7114) [`c1651bfac`](https://github.com/apollographql/apollo-server/commit/c1651bfacf8d310615be79e9246d7f0bd9bfa926) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Directly depend on Apollo Server rather than as a peer

### Patch Changes

- Updated dependencies [[`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19), [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19), [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19)]:
- @apollo/server@4.1.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.5",
"version": "4.1.0",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.0.5",
"@apollo/server": "4.1.0",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@apollo/utils.keyvaluecache": "^1.0.1",
"@apollo/utils.createhash": "^1.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @apollo/server

## 4.1.0

### Minor Changes

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - The `cache-control` HTTP response header set by the cache control plugin now properly reflects the cache policy of all operations in a batched HTTP request. (If you write the `cache-control` response header via a different mechanism to a format that the plugin would not produce, the plugin no longer writes the header.) For more information, see [advisory GHSA-8r69-3cvp-wxc3](https://github.com/apollographql/apollo-server/security/advisories/GHSA-8r69-3cvp-wxc3).

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - Plugins processing multiple operations in a batched HTTP request now have a shared `requestContext.request.http` object. Changes to HTTP response headers and HTTP status code made by plugins operating on one operation can be immediately seen by plugins operating on other operations in the same HTTP request.

- [`2a2d1e3b4`](https://github.com/apollographql/apollo-server/commit/2a2d1e3b4bbb1f2802b09004444029bd1adb9c19) Thanks [@glasser](https://github.com/glasser)! - New field `GraphQLRequestContext.requestIsBatched` available to plugins.

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.5",
"version": "4.1.0",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 943fd7f

Please sign in to comment.