Skip to content

chore(deps): update dependency apollographql/apollo-mcp-server to v1.12.0#89

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/apollographql-apollo-mcp-server-1.x
Apr 4, 2026
Merged

chore(deps): update dependency apollographql/apollo-mcp-server to v1.12.0#89
renovate[bot] merged 1 commit intomainfrom
renovate/apollographql-apollo-mcp-server-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 4, 2026

This PR contains the following updates:

Package Update Change
apollographql/apollo-mcp-server minor 1.11.01.12.0

Release Notes

apollographql/apollo-mcp-server (apollographql/apollo-mcp-server)

v1.12.0: 1.12.0 (2026-04-01)

Compare Source

Features

Add config file hot reloading - @​DaleSeo #​709

The MCP server now automatically detects changes to its YAML configuration file and reloads without requiring a restart. When a configuration change is detected, the server re-reads the file, applies the updated settings, and continues serving with the new configuration.

Fixes

Fix server becoming unresponsive due to zombie peer lock starvation - @​DaleSeo #​712

The MCP server could become completely unresponsive to POST /mcp requests after hours of uptime while /health remained responsive. This occurred when a peer's transport entered a half-closed state (e.g., from an HTTP/2 RST_STREAM) and a subsequent schema or operations update tried to notify the zombie peer while holding the operations write lock — blocking all tool listing, tool calling, and session initialization indefinitely.

The operations write lock is now released before notifying peers, and each peer notification has a 5-second timeout. Unresponsive peers are dropped instead of blocking the server.

Fix unused import warning on Windows targets - @​DaleSeo #​719

The tracing::error macro was imported at the top level but only used inside a #[cfg(unix)] block, causing a build failure on Windows targets with --deny warnings.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 4, 2026 01:10
@renovate renovate bot merged commit 7290f5e into main Apr 4, 2026
2 checks passed
@renovate renovate bot deleted the renovate/apollographql-apollo-mcp-server-1.x branch April 4, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants