-
Notifications
You must be signed in to change notification settings - Fork 20
feat: implement support for Multiplexed Sessions #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
viacheslav-rostovtsev
merged 25 commits into
googleapis:main
from
viacheslav-rostovtsev:dev/virost/rebase/multiplex_squish
Nov 17, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6749936
docs: adding type annotations and fixing documentation
viacheslav-rostovtsev 7f9466f
docs: update `validate_single_use_args!` in Client
viacheslav-rostovtsev 569c377
chore: delete unused methods from `transaction`
viacheslav-rostovtsev a6fd67a
feat: add SessionCreationOptions, (Multiplexed) SessionCache, keeping…
viacheslav-rostovtsev 0a0e571
chore: move session creation from Client into Pool and make Pool depe…
viacheslav-rostovtsev 4c472b8
feat: Use SessionCache in both Client and BatchClient, deprecate pool…
viacheslav-rostovtsev 7493cf0
chore: Remove `reload!` from sessions; fix: make keepalive multiplexe…
viacheslav-rostovtsev 2723314
chore: slight refactor and docs in Snapshot; fix: client uses `direct…
viacheslav-rostovtsev 56895f0
fix: do not explicitly create transactions during retry
viacheslav-rostovtsev 41526a0
feat: precommit token to Transaction, using in Client, piping through…
viacheslav-rostovtsev 3d016a8
feat: add precommit token notification when iterating through Results
viacheslav-rostovtsev f4060dc
feat: mutation key in transaction, usage in client, piping through se…
viacheslav-rostovtsev c061cc5
tests: deleted tests for deleted methods
viacheslav-rostovtsev 7af16db
tests: moved test
viacheslav-rostovtsev bb415fb
tests: new test for precommit tokens
viacheslav-rostovtsev 8b4c036
tests: messy rest of tests
viacheslav-rostovtsev e3120e0
chore: let's just have it here
viacheslav-rostovtsev 6763886
feat: add previous_transaction_id to transaction, service, and session
viacheslav-rostovtsev b6575f3
feat: refactor client to always run the explicit transaction in Clien…
viacheslav-rostovtsev bb49f6f
test: always run explicit transaction
viacheslav-rostovtsev 4d5a4f7
test: previous_transaction_id
viacheslav-rostovtsev fd3f4fd
feat: retry commit protocol, add in-place retry to Session#commit and…
viacheslav-rostovtsev a2d6399
fixup: pry position, yardocs
viacheslav-rostovtsev 7c885c9
fix: broken acceptance tests
viacheslav-rostovtsev e3bc867
fixup: review comments
viacheslav-rostovtsev 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.