This repository was archived by the owner on Mar 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
chore: allow custom routing header metadata #2079
Closed
Closed
Changes from 7 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fd89824
chore: allow custom routing header metadata
daniel-sanche aa946fd
fixed format
daniel-sanche cdf2508
fix tuple output
daniel-sanche d2390fa
Merge branch 'main' into routing_headers
daniel-sanche b67603f
updated goldens
daniel-sanche b99f318
added test
daniel-sanche 9d1229c
fixed typo
daniel-sanche c95f9d1
update all instances
daniel-sanche f076d02
updated goldens
daniel-sanche f1a7c35
Merge branch 'main' into routing_headers
daniel-sanche 96870ef
generate tests for all methods
daniel-sanche 59b5545
added conditional to explicit routing
daniel-sanche 6c1252d
added async routing header test
daniel-sanche f17458c
gate async behind full_extended_lro
daniel-sanche 8ee23e3
removed unneeded line
daniel-sanche 3a54caf
removed space
daniel-sanche 09a0d01
generated goldens
daniel-sanche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please can you add comments to clarify the reason for the additional logic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the comment above this block to make it more clear, let me know what you think