feat: support user-defined fallback protocols array#707
Open
anubhav756 wants to merge 5 commits into
Open
Conversation
4a5deab to
67ae062
Compare
twishabansal
reviewed
Jul 2, 2026
4ba1f82 to
da892a4
Compare
twishabansal
reviewed
Jul 2, 2026
twishabansal
reviewed
Jul 2, 2026
twishabansal
reviewed
Jul 2, 2026
twishabansal
reviewed
Jul 2, 2026
twishabansal
reviewed
Jul 2, 2026
a4a946f to
b85056d
Compare
a8a71db to
264348c
Compare
0df32ae to
a4a946f
Compare
264348c to
874e2c4
Compare
a4a946f to
a36f4af
Compare
874e2c4 to
7030fc0
Compare
a36f4af to
414286f
Compare
7030fc0 to
ed2ca21
Compare
a7e91d2 to
a079713
Compare
a079713 to
fba4c64
Compare
fba4c64 to
832ca4e
Compare
…d remove redundant test_fallback.py
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.
Description
This PR introduces the ability for devs to provide a custom array of preferred protocol versions when initializing the client, rather than being forced to rely on the default SDK fallback order.
Note
This PR is stacked on top of #703.
Changes:
supported_protocolslist parameter to theToolboxClient.test_client.py):