Skip to content

Commit 8554050

Browse files
Update protobuf (version-3) (#7412)
The protobuf doesn't actually need to be updated, however it is causing compatibility issues with the protobuf update on `main` given that we're smoke testing against old versions of the gateway as well which depend on the v3 version of the `apollo-reporting-protobuf` package. Related: #7411
1 parent 5352a9f commit 8554050

File tree

9 files changed

+1901
-427
lines changed

9 files changed

+1901
-427
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The version headers in this history reflect the versions of Apollo Server itself
99

1010

1111
## vNEXT
12+
- `apollo-reporting-protobuf`: Update protobuf file to be current [PR #7412](https://github.com/apollographql/apollo-server/pull/7412)
1213

1314
## v3.11.1
1415
- `apollo-server-core`: Follow-up to v3.11.0: make `GraphQLRequestContext.requestIsBatched` optional for better compatibility with older versions of `@apollo/gateway`.

cspell.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dictionaries:
1919
useGitignore: true
2020
ignorePaths:
2121
- '**/generated/**'
22+
- 'packages/apollo-reporting-protobuf/src/reports.proto'
2223
- '**/*.sketch'
2324
- '**/*.svg'
2425
- cspell.yaml

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)