docs(router): add allow_only_http2 to traffic_shaping configuration reference#97
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/graphql-hive/docs/sessions/773959c6-5ac2-4c49-82ea-06b1002e9002 Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ardatan
April 27, 2026 12:08
View session
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Router traffic shaping configuration reference to document the new outbound option allow_only_http2, aligning the docs with the Router change introduced in graphql-hive/router#933.
Changes:
- Adds a new
allow_only_http2subsection under Outbound Options, including type/default and behavior for HTTP vs HTTPS. - Updates the Outbound Options introduction to include
allow_only_http2in the list of globally/per-subgraph configurable options.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dotansimha
approved these changes
Apr 27, 2026
dotansimha
reviewed
Apr 27, 2026
Agent-Logs-Url: https://github.com/graphql-hive/docs/sessions/8b998182-db71-4724-8f87-29c45004b84d Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
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.
Documents the new
allow_only_http2outbound option added in router#933.Changes
allow_only_http2section under Outbound Options intraffic_shaping.mdx— covers type, default, h2c vs HTTPS behaviour, and the hard-failure semantics (no HTTP/1.1 fallback)allow_only_http2in the list of globally/per-subgraph configurable optionsExample