Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"spotty-days-eat",
"stale-goats-serve",
"stale-sheep-search",
"tender-frogs-judge",
"thirty-donkeys-sing",
"tricky-pillows-wash",
"twenty-cooks-repair",
Expand All @@ -56,6 +57,7 @@
"wet-rats-shake",
"witty-moles-fail",
"witty-squids-vanish",
"witty-toes-grin"
"witty-toes-grin",
"yellow-actors-do"
]
}
16 changes: 8 additions & 8 deletions package-lock.json

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

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

## 4.0.0-rc.15

### Patch Changes

- Updated dependencies [[`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831), [`e1455d583`](https://github.com/apollographql/apollo-server/commit/e1455d58366517b633cc4412e3c2f9e80d7a4f22)]:
- @apollo/[email protected]
- @apollo/[email protected]

## 4.0.0-rc.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0-rc.14",
"version": "4.0.0-rc.15",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0-alpha.0",
"@apollo/utils.keyvaluecache": "^1.0.1",
"@apollo/utils.createhash": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.0.0-alpha.1",
"@apollo/usage-reporting-protobuf": "^4.0.0-rc.2",
"@josephg/resolvable": "^1.0.1",
"body-parser": "^1.20.0",
"express": "^4.18.1",
Expand All @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-rc.14",
"@apollo/server": "^4.0.0-rc.15",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/server

## 4.0.0-rc.15

### Patch Changes

- [#6897](https://github.com/apollographql/apollo-server/pull/6897) [`e1455d583`](https://github.com/apollographql/apollo-server/commit/e1455d58366517b633cc4412e3c2f9e80d7a4f22) Thanks [@bonnici](https://github.com/bonnici)! - Usage reporting: always send traces over 10MB as stats.

- Updated dependencies [[`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831)]:
- @apollo/[email protected]

## 4.0.0-rc.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.0-rc.14",
"version": "4.0.0-rc.15",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/server-gateway-interface": "^1.0.3",
"@apollo/usage-reporting-protobuf": "^4.0.0-alpha.1",
"@apollo/usage-reporting-protobuf": "^4.0.0-rc.2",
"@apollo/utils.createhash": "^1.1.0",
"@apollo/utils.fetcher": "^1.0.0",
"@apollo/utils.isnodelike": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/usage-reporting-protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/usage-reporting-protobuf

## 4.0.0-rc.2

### Patch Changes

- [#6967](https://github.com/apollographql/apollo-server/pull/6967) [`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@apollo/protobufjs` dependency to avoid false positives in vulnerability scans (https://github.com/apollographql/apollo-server/issues/6835)

## 4.0.0-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-reporting-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/usage-reporting-protobuf",
"version": "4.0.0-alpha.1",
"version": "4.0.0-rc.2",
"description": "Protobuf format for Apollo usage reporting",
"type": "module",
"exports": {
Expand Down