-
Notifications
You must be signed in to change notification settings - Fork 298
Insights: apollographql/router
Overview
Could not load contribution data
Please try again later
39 Pull requests merged by 15 people
-
chore: Fix release process
#7707 merged
Jun 17, 2025 -
fix(deps): update rust crate libc to v0.2.173
#7697 merged
Jun 17, 2025 -
Connectors
filter
method#7646 merged
Jun 16, 2025 -
fix(composition): remove unnecessary metadata recomputation
#7688 merged
Jun 16, 2025 -
Share parsing of
baseURL
with runtime & validations#7678 merged
Jun 16, 2025 -
Add gte method support for JSON selection in connectors
#7649 merged
Jun 16, 2025 -
Reduce usage of
GraphQLString
#7687 merged
Jun 16, 2025 -
chore(deps): update dependency protoc to v31
#7658 merged
Jun 16, 2025 -
Tighten up security on docker compose files
#7681 merged
Jun 13, 2025 -
manually backport #7583
#7685 merged
Jun 13, 2025 -
fix(subscription): set a valid graphql response for websocket handshake response (backport #7680)
#7683 merged
Jun 13, 2025 -
fix(subscription): set a valid graphql response for websocket handshake response
#7680 merged
Jun 13, 2025 -
Add experimental "response cache" plugin
#7641 merged
Jun 13, 2025 -
Reorganize the Connectors spec module
#7677 merged
Jun 12, 2025 -
feat(federation/composition): ported ValidationContext class
#7635 merged
Jun 12, 2025 -
Stop using
tracing_test::traced_test
macro#7605 merged
Jun 12, 2025 -
Let subgraph mocks specify extensions.apollo(Entity)SurrogateKeys
#7675 merged
Jun 12, 2025 -
experiments-router-service-stack
#7666 merged
Jun 12, 2025 -
feat(federation/composition): port remaining functionality in
TransitionPathWithLazyIndirectPaths
#7627 merged
Jun 12, 2025 -
add support for $env in connectors
#7671 merged
Jun 11, 2025 -
chore(xtask): pass through test name filters
#7621 merged
Jun 11, 2025 -
chore: delete some unused files from the repo
#7622 merged
Jun 11, 2025 -
Remove
audience
from JWT docs as it is not yet available#7672 merged
Jun 11, 2025 -
docs: break up kubernetes article (backport #7497)
#7662 merged
Jun 11, 2025 -
Remove unenforceable test
#7650 merged
Jun 11, 2025 -
chore(deps): update dependency aqua:cargo-bins/cargo-binstall to v1.13.0
#7659 merged
Jun 11, 2025 -
Implement shallow directive pass in Merger
#7639 merged
Jun 10, 2025 -
Share header parsing between validation & runtime
#7661 merged
Jun 10, 2025 -
feat(federation/composition): port
subgraphNameToGraphEnumValue
#7648 merged
Jun 10, 2025 -
Move headers models into their own module
#7647 merged
Jun 10, 2025 -
docs: break up kubernetes article
#7497 merged
Jun 10, 2025 -
fix(deps): update rust crate async-compression to v0.4.24
#7651 merged
Jun 10, 2025 -
fix(deps): update rust crate mediatype to 0.20.0
#7655 merged
Jun 10, 2025 -
Move the deprecated context key names into a single module
#7565 merged
Jun 10, 2025 -
feat(subscription): add operation_name label to apollo.router.opened.subscriptions counter
#7606 merged
Jun 10, 2025 -
fix(deps): update rust crate tower-http to v0.6.6
#7629 merged
Jun 10, 2025 -
fix(deps): update rust crate hashbrown to v0.15.4
#7652 merged
Jun 10, 2025 -
chore(deps): update dependency cargo:cargo-edit to 0.13.0
#7632 merged
Jun 10, 2025
26 Pull requests opened by 12 people
-
chore(deps): update rust crate schemars to 0.9.0
#7653 opened
Jun 10, 2025 -
fix(deps): update rust crate cargo_metadata to 0.20.0
#7654 opened
Jun 10, 2025 -
docs: update Helm values.yaml comments
#7660 opened
Jun 10, 2025 -
chore(deps): update docker.io/bitnami/redis-cluster docker tag to v8
#7663 opened
Jun 11, 2025 -
Batching is not supported for GET requests
#7665 opened
Jun 11, 2025 -
BGS-351 Add reference to All-In-One Container
#7668 opened
Jun 11, 2025 -
Fix `on_graphql_error` selector
#7669 opened
Jun 11, 2025 -
Port shallow type addition for composition merge step
#7670 opened
Jun 11, 2025 -
Refactor the router service to be a tower of layers
#7674 opened
Jun 12, 2025 -
Align `on_graphql_error` selector return values with `subgraph_on_graphql_error`
#7676 opened
Jun 12, 2025 -
deps: pin rhai dependency
#7679 opened
Jun 13, 2025 -
[DRAFT] remove `@` from error paths
#7684 opened
Jun 13, 2025 -
Tighten up security on docker compose files (backport #7681)
#7686 opened
Jun 13, 2025 -
refactor(services): extract and organize APQ functionality into dedicated module structure
#7689 opened
Jun 14, 2025 -
refactor(subscription): consolidate WebSocket handling in subscription plugin
#7690 opened
Jun 14, 2025 -
refactor(services): add content negotiation layer and integrate into HTTP pipeline
#7691 opened
Jun 14, 2025 -
refactor(services): extract HTTP utilities and reorganize subgraph module structure
#7692 opened
Jun 15, 2025 -
refactor(file_uploads): implement proper Tower layer and fix HTTP client buffering
#7693 opened
Jun 15, 2025 -
fix(http): correct Tower service usage and preserve backpressure
#7694 opened
Jun 15, 2025 -
New response caching implementation
#7698 opened
Jun 16, 2025 -
[Error Counting] Use Builder for all router::Response Creation
#7699 opened
Jun 16, 2025 -
feat(federation/composition): ported `simpleValidationConditionResolver`
#7700 opened
Jun 17, 2025 -
Promoting connectors eq method to public
#7701 opened
Jun 17, 2025 -
release: v1.61.8
#7703 opened
Jun 17, 2025 -
chore(deps): update dependency helm to v3.18.3
#7705 opened
Jun 17, 2025 -
fix(deps): update all non-major packages >= 1.0
#7706 opened
Jun 17, 2025
1 Issue closed by 1 person
-
Validation errors are vague on nested input objects
#2823 closed
Jun 16, 2025
4 Issues opened by 4 people
-
Support CORS Access-Control-Request-Private-Network capability
#7702 opened
Jun 17, 2025 -
Cannot upload file on the router
#7696 opened
Jun 16, 2025 -
Custom metrics are not exported to prometheus
#7664 opened
Jun 11, 2025 -
Bug: @requires directive behaves unexpectedly
#7657 opened
Jun 10, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Cooperative Cancellation
#7604 commented on
Jun 16, 2025 • 11 new comments -
Connectors Debugger V2 to pass through all types of mapping problems
#7591 commented on
Jun 17, 2025 • 8 new comments -
adding `@fromContext` directive validation
#7563 commented on
Jun 11, 2025 • 6 new comments -
Expose endpoint to get string representing federation spec definition at version number
#7596 commented on
Jun 13, 2025 • 6 new comments -
router_service is not called early enough in 2.2.1
#7555 commented on
Jun 10, 2025 • 0 new comments -
CSRF blocked all private routes
#7326 commented on
Jun 10, 2025 • 0 new comments -
router v2.1.0 fails to start, error on otlp metrics service not implementated
#7157 commented on
Jun 11, 2025 • 0 new comments -
Dependency Dashboard
#57 commented on
Jun 17, 2025 • 0 new comments -
Add support for custom deployment annotations to Helm chart
#6253 commented on
Jun 17, 2025 • 0 new comments -
[WIP] Migrate Error Counting to Telemetry Plugin
#7357 commented on
Jun 16, 2025 • 0 new comments -
Add OCI schema store
#7474 commented on
Jun 10, 2025 • 0 new comments -
Parse gRPC as Graphql
#7586 commented on
Jun 12, 2025 • 0 new comments -
Move operation limits enforcement into a layer
#7611 commented on
Jun 10, 2025 • 0 new comments -
Optional chaining for selection syntax
#7637 commented on
Jun 17, 2025 • 0 new comments -
docs: update plan availability
#7638 commented on
Jun 13, 2025 • 0 new comments