Skip to content

Commit

Permalink
Update protobuf (version-3) (#7412)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trevor-scheer authored Mar 2, 2023
1 parent 5352a9f commit 8554050
Show file tree
Hide file tree
Showing 9 changed files with 1,901 additions and 427 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The version headers in this history reflect the versions of Apollo Server itself


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

## v3.11.1
- `apollo-server-core`: Follow-up to v3.11.0: make `GraphQLRequestContext.requestIsBatched` optional for better compatibility with older versions of `@apollo/gateway`.
Expand Down
1 change: 1 addition & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dictionaries:
useGitignore: true
ignorePaths:
- '**/generated/**'
- 'packages/apollo-reporting-protobuf/src/reports.proto'
- '**/*.sketch'
- '**/*.svg'
- cspell.yaml
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

Loading

0 comments on commit 8554050

Please sign in to comment.