-
Notifications
You must be signed in to change notification settings - Fork 46
Releasing 0.8.0 #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+4,312
−3,805
Merged
Releasing 0.8.0 #356
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5f104de
Merge remote-tracking branch 'origin/main' into sync/main-into-develo…
apollo-bot2 7ff6acd
Merge remote-tracking branch 'origin/main' into sync/main-into-develo…
apollo-bot2 c44e77b
Merge pull request #333 from apollographql/sync/main-into-develop-pr-331
alocay 8c4e705
Merge pull request #334 from apollographql/sync/main-into-develop-pr-332
alocay e257a8e
fix(ci): pin to specific stable rust version (#287)
nicholascioli f5cbd6a
feat: Implement Test Coverage Measurement and Reporting
DaleSeo c91a7a3
chore: add changeset
DaleSeo da14d04
feat: remove unnecessary codecov setting
DaleSeo f00da39
Merge pull request #335 from apollographql/GT-370
DaleSeo 8a138af
feat: add codecov badge
DaleSeo 8870ebc
feat: add codecov config file
DaleSeo e771d36
feat: add code coverage docs to CONTRIBUTING.md
DaleSeo 8ab941d
Merge remote-tracking branch 'origin/main' into sync/main-into-develo…
apollo-bot2 8431bf6
test: add tests for uplink schema event
DaleSeo 47433b1
ci: prevent draft PRs from verifying changeset
DaleSeo 1c4dbdc
chore: add changeset
DaleSeo 8283676
ci: trigger verify changeset workflow when PR becomes ready for review
DaleSeo fa306e3
Merge remote-tracking branch 'origin/main' into sync/main-into-develo…
apollo-bot2 18c1bf0
Merge pull request #337 from apollographql/GT-370-config
DaleSeo 0f9fe87
ci: update github checkout actions
DaleSeo 5e90732
feat: Configuration for disabling authorization token passthrough (#336)
swcollard 3031ca2
Merge pull request #342 from apollographql/up-checkout-actions
DaleSeo 41941ce
Merge pull request #340 from apollographql/sync/main-into-develop-pr-339
esilverm 58328c7
Merge pull request #341 from apollographql/sync/main-into-develop-pr-317
esilverm bed8133
Redirect /docs/apollo-mcp-server/guides to fix 404 (#349)
apollo-bot2 6b95db9
chore: update RMCP version to latest (#328)
nicholascioli 2433ee9
chore(release): bumping to version 0.8.0
apollo-bot2 a50908d
chore(release): changelog for 0.8.0
apollo-bot2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # [0.8.0] - 2025-09-12 | ||
|
|
||
| ## 🚀 Features | ||
|
|
||
| ### feat: Configuration for disabling authorization token passthrough - @swcollard PR #336 | ||
|
|
||
| A new optional new MCP Server configuration parameter, `transport.auth.disable_auth_token_passthrough`, which is `false` by default, that when true, will no longer pass through validated Auth tokens to the GraphQL API. | ||
|
|
||
| ## 🛠 Maintenance | ||
|
|
||
| ### Configure Codecov with coverage targets - @DaleSeo PR #337 | ||
|
|
||
| This PR adds `codecov.yml` to set up Codecov with specific coverage targets and quality standards. It helps define clear expectations for code quality. It also includes some documentation about code coverage in `CONTRIBUTING.md` and adds the Codecov badge to `README.md`. | ||
|
|
||
| ### Implement Test Coverage Measurement and Reporting - @DaleSeo PR #335 | ||
|
|
||
| This PR adds the bare minimum for code coverage reporting using [cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) and integrates with [Codecov](https://www.codecov.io/). It adds a new `coverage` job to the CI workflow that generates and uploads coverage reporting in parallel with existing tests. The setup mirrors that of Router, except it uses `nextest` instead of the built-in test runner and CircleCI instead of GitHub Actions. | ||
|
|
||
| ### chore: update RMCP dependency ([328](https://github.com/apollographql/apollo-mcp-server/issues/328)) | ||
|
|
||
| Update the RMCP dependency to the latest version, pulling in newer specification changes. | ||
|
|
||
| ### ci: Pin stable rust version ([Issue #287](https://github.com/apollographql/apollo-mcp-server/issues/287)) | ||
|
|
||
| Pins the stable version of Rust to the current latest version to ensure backwards compatibility with future versions. | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.