Skip to content

Commit 472bd2f

Browse files
Version Packages (rc) (#6990)
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 version-4, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `version-4` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `version-4`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @apollo/[email protected] ### Patch Changes - [#6986](#6986) [`db5d715a3`](db5d715) Thanks [@glasser](https://github.com/glasser)! - The cache control plugin sets `cache-control: no-store` for uncacheable responses. Pass `calculateHttpHeaders: 'if-cacheable'` to the cache control plugin to restore AS3 behavior. - Updated dependencies \[[`db5d715a3`](db5d715)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#6986](#6986) [`db5d715a3`](db5d715) Thanks [@glasser](https://github.com/glasser)! - The cache control plugin sets `cache-control: no-store` for uncacheable responses. Pass `calculateHttpHeaders: 'if-cacheable'` to the cache control plugin to restore AS3 behavior. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24bf845 commit 472bd2f

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"empty-peaches-heal",
1919
"famous-parents-argue",
2020
"fifty-peaches-bathe",
21+
"forty-beds-cough",
2122
"gorgeous-penguins-jog",
2223
"healthy-deers-search",
2324
"healthy-glasses-reflect",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.0.0-rc.16
4+
5+
### Patch Changes
6+
7+
- [#6986](https://github.com/apollographql/apollo-server/pull/6986) [`db5d715a3`](https://github.com/apollographql/apollo-server/commit/db5d715a38fc4b24e45a045440b593018a5d170e) Thanks [@glasser](https://github.com/glasser)! - The cache control plugin sets `cache-control: no-store` for uncacheable responses. Pass `calculateHttpHeaders: 'if-cacheable'` to the cache control plugin to restore AS3 behavior.
8+
9+
- Updated dependencies [[`db5d715a3`](https://github.com/apollographql/apollo-server/commit/db5d715a38fc4b24e45a045440b593018a5d170e)]:
10+
- @apollo/server@4.0.0-rc.16
11+
312
## 4.0.0-rc.15
413

514
### Patch Changes

packages/integration-testsuite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.0.0-rc.15",
3+
"version": "4.0.0-rc.16",
44
"description": "Test suite for Apollo Server integrations",
55
"type": "module",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"supertest": "^6.2.3"
4343
},
4444
"peerDependencies": {
45-
"@apollo/server": "^4.0.0-rc.15",
45+
"@apollo/server": "^4.0.0-rc.16",
4646
"@jest/globals": "28.x || 29.x",
4747
"graphql": "^16.6.0",
4848
"jest": "28.x || 29.x"

packages/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/server
22

3+
## 4.0.0-rc.16
4+
5+
### Patch Changes
6+
7+
- [#6986](https://github.com/apollographql/apollo-server/pull/6986) [`db5d715a3`](https://github.com/apollographql/apollo-server/commit/db5d715a38fc4b24e45a045440b593018a5d170e) Thanks [@glasser](https://github.com/glasser)! - The cache control plugin sets `cache-control: no-store` for uncacheable responses. Pass `calculateHttpHeaders: 'if-cacheable'` to the cache control plugin to restore AS3 behavior.
8+
39
## 4.0.0-rc.15
410

511
### Patch Changes

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.0.0-rc.15",
3+
"version": "4.0.0-rc.16",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)