Skip to content

Commit a50908d

Browse files
committed
chore(release): changelog for 0.8.0
1 parent 2433ee9 commit a50908d

File tree

7 files changed

+54
-15
lines changed

7 files changed

+54
-15
lines changed

.changesets/feat_auth_token_passthrough_disable.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changesets/maint_codecov.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changesets/maint_coverage.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changesets/maint_nc_rmcp_update.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changesets/maint_nc_rust_toolchain_pin.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [0.8.0] - 2025-09-12
8+
9+
## 🚀 Features
10+
11+
### feat: Configuration for disabling authorization token passthrough - @swcollard PR #336
12+
13+
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.
14+
15+
## 🛠 Maintenance
16+
17+
### Configure Codecov with coverage targets - @DaleSeo PR #337
18+
19+
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`.
20+
21+
### Implement Test Coverage Measurement and Reporting - @DaleSeo PR #335
22+
23+
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.
24+
25+
### chore: update RMCP dependency ([328](https://github.com/apollographql/apollo-mcp-server/issues/328))
26+
27+
Update the RMCP dependency to the latest version, pulling in newer specification changes.
28+
29+
### ci: Pin stable rust version ([Issue #287](https://github.com/apollographql/apollo-mcp-server/issues/287))
30+
31+
Pins the stable version of Rust to the current latest version to ensure backwards compatibility with future versions.
32+
33+
34+
735
# [0.7.5] - 2025-09-03
836

937
## 🐛 Fixes

CHANGELOG_SECTION.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# [0.8.0] - 2025-09-12
2+
3+
## 🚀 Features
4+
5+
### feat: Configuration for disabling authorization token passthrough - @swcollard PR #336
6+
7+
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.
8+
9+
## 🛠 Maintenance
10+
11+
### Configure Codecov with coverage targets - @DaleSeo PR #337
12+
13+
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`.
14+
15+
### Implement Test Coverage Measurement and Reporting - @DaleSeo PR #335
16+
17+
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.
18+
19+
### chore: update RMCP dependency ([328](https://github.com/apollographql/apollo-mcp-server/issues/328))
20+
21+
Update the RMCP dependency to the latest version, pulling in newer specification changes.
22+
23+
### ci: Pin stable rust version ([Issue #287](https://github.com/apollographql/apollo-mcp-server/issues/287))
24+
25+
Pins the stable version of Rust to the current latest version to ensure backwards compatibility with future versions.
26+

0 commit comments

Comments
 (0)