chore(release): router crates and artifacts - #1376
Open
knope-bot[bot] wants to merge 1 commit into
Open
Conversation
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 6, 2026 07:24
0f08879 to
1fc7a78
Compare
|
🐋 This PR was built and pushed to the following Docker images: Image Names: Platforms: Image Tags: |
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 6, 2026 15:23
1fc7a78 to
67d830d
Compare
knope-bot
Bot
force-pushed
the
knope/release
branch
from
August 7, 2026 12:16
67d830d to
3ed8c03
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Important
Merging this pull request will create these releases
hive-router-plan-executor 7.0.3 (2026-08-07)
Fixes
Add
apollo_graphossupergraph sourceAdds a new
apollo_graphossupergraph source that fetches the supergraph schema from Apollo GraphOS's managed federation Uplink, for routers migrating from Apollo Router/Gateway without needing a separate schema-delivery pipeline.Configure it with
graph_refandkey(or theAPOLLO_GRAPH_REF/APOLLO_KEYenvironment variables), and optionallyendpoint(defaults to Apollo's GCP and AWS Uplink endpoints, tried in order),timeoutandaccept_invalid_certs.Closes #505
Expose log correlation to the plugin system
Plugins can now attach a custom correlation (e.g. a tenant or project ID) to every log line of the current request via
hive_router::set_log_correlation(key, value), callable from any hook, alongside the built-inrequest_idandtrace_id.Fixes #1350
Expose the request summary to the plugin system
Plugins can now enrich the request summary log line with custom attributes via
hive_router::set_summary_attribute(key, value), callable from any hook (e.g.on_http_request,on_graphql_analysis).Fixes #1368
hive-router-config 0.1.11 (2026-08-07)
Features
Add
apollo_graphossupergraph sourceAdds a new
apollo_graphossupergraph source that fetches the supergraph schema from Apollo GraphOS's managed federation Uplink, for routers migrating from Apollo Router/Gateway without needing a separate schema-delivery pipeline.Configure it with
graph_refandkey(or theAPOLLO_GRAPH_REF/APOLLO_KEYenvironment variables), and optionallyendpoint(defaults to Apollo's GCP and AWS Uplink endpoints, tried in order),timeoutandaccept_invalid_certs.Closes #505
hive-router 0.0.88 (2026-08-07)
Features
Add
apollo_graphossupergraph sourceAdds a new
apollo_graphossupergraph source that fetches the supergraph schema from Apollo GraphOS's managed federation Uplink, for routers migrating from Apollo Router/Gateway without needing a separate schema-delivery pipeline.Configure it with
graph_refandkey(or theAPOLLO_GRAPH_REF/APOLLO_KEYenvironment variables), and optionallyendpoint(defaults to Apollo's GCP and AWS Uplink endpoints, tried in order),timeoutandaccept_invalid_certs.Closes #505
Expose log correlation to the plugin system
Plugins can now attach a custom correlation (e.g. a tenant or project ID) to every log line of the current request via
hive_router::set_log_correlation(key, value), callable from any hook, alongside the built-inrequest_idandtrace_id.Fixes #1350
Expose the request summary to the plugin system
Plugins can now enrich the request summary log line with custom attributes via
hive_router::set_summary_attribute(key, value), callable from any hook (e.g.on_http_request,on_graphql_analysis).Fixes #1368
Fixes
Report
persistedDocumentHashin usage reportsUsage reports now include the resolved persisted document id, so Hive Console can match
requests to app deployments and populate their "Last used" data. Previously the router
resolved the document id but always omitted it from the usage report.
Closes #1343
hive-router-internal 0.0.41 (2026-08-07)
Features
Expose log correlation to the plugin system
Plugins can now attach a custom correlation (e.g. a tenant or project ID) to every log line of the current request via
hive_router::set_log_correlation(key, value), callable from any hook, alongside the built-inrequest_idandtrace_id.Fixes #1350
Expose the request summary to the plugin system
Plugins can now enrich the request summary log line with custom attributes via
hive_router::set_summary_attribute(key, value), callable from any hook (e.g.on_http_request,on_graphql_analysis).Fixes #1368
Fixes
Add
apollo_graphossupergraph sourceAdds a new
apollo_graphossupergraph source that fetches the supergraph schema from Apollo GraphOS's managed federation Uplink, for routers migrating from Apollo Router/Gateway without needing a separate schema-delivery pipeline.Configure it with
graph_refandkey(or theAPOLLO_GRAPH_REF/APOLLO_KEYenvironment variables), and optionallyendpoint(defaults to Apollo's GCP and AWS Uplink endpoints, tried in order),timeoutandaccept_invalid_certs.Closes #505