-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Cosmos] Session container fixes new branch #41678
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
simorenoh
merged 103 commits into
Azure:main
from
bambriz:session_token_fixes_bambriz_branch
Jul 28, 2025
Merged
Changes from all commits
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
2550197
session container fixes
simorenoh bc80922
Merge branch 'main' into session_token_fixes
simorenoh 6002825
Merge branch 'main' into session_token_fixes
simorenoh 9cf54e7
async changes
simorenoh 2320353
sync changes
simorenoh dcc11dd
mypy/pylint
simorenoh 10c2c9a
Update _session.py
simorenoh 2c7a2db
mark query plan as fetched for query
simorenoh 1215129
Merge branch 'main' into session_token_fixes
simorenoh 31a927e
adjust logic after merging
simorenoh 73fa94c
Update _base.py
simorenoh 450070a
Update _base.py
simorenoh 7411502
tests - missing sync mwr
simorenoh b2fb943
sync mwr tests, test fixes
simorenoh 6899cdb
Update test_session_async.py
simorenoh a79be96
Merge branch 'main' into session_token_fixes
simorenoh 209d3d7
Update test_backwards_compatibility.py
simorenoh e80d2c7
Update test_backwards_compatibility.py
simorenoh 24c36b8
Update test_backwards_compatibility_async.py
simorenoh d037304
Update test_backwards_compatibility_async.py
simorenoh a78d07d
Update test_backwards_compatibility.py
simorenoh d815374
Merge branch 'main' into session_token_fixes
simorenoh 3ab0a06
Merge branch 'main' into session_token_fixes
simorenoh 9ca6054
Update execution_dispatcher.py
simorenoh b806e20
merge leftovers
simorenoh 34d63a8
slip
simorenoh 82ff60c
Update test_backwards_compatibility.py
simorenoh b06ad7d
Update test_backwards_compatibility.py
simorenoh eb885dd
Update test_query_hybrid_search_async.py
simorenoh 008ac69
further changes, changelog
simorenoh a800f28
Merge branch 'main' into session_token_fixes
simorenoh 7775860
add tests
simorenoh da9eaf1
Merge branch 'session_token_fixes' of https://github.com/Azure/azure-…
simorenoh d4dd2d4
typehint
simorenoh 7522407
Merge branch 'main' into session_token_fixes
simorenoh 6c124bc
address comments
simorenoh 2854cb5
Update _session.py
simorenoh cce381f
Update _base.py
simorenoh b20a89f
ci tests
simorenoh 78f3827
Merge branch 'main' into session_token_fixes
simorenoh a5b18fe
merging main
simorenoh bc3d853
Update _cosmos_client_connection.py
simorenoh 575ea0c
tests
simorenoh 2a19516
change session token logic
simorenoh f94098f
Update _session.py
simorenoh 883c861
small fixes
simorenoh b274126
Update _session.py
simorenoh 3918a5c
Update _session.py
simorenoh 3327652
updates
simorenoh 9e08f93
Merge branch 'main' into session_token_fixes
simorenoh c7b5ca5
update tests that checked for compound tokens - this will no longer b…
simorenoh 9417196
Update test_config.py
simorenoh 525ad6c
Update execution_dispatcher.py
simorenoh d1a014f
remove query logic
simorenoh 5c825e7
remove partition split testing
simorenoh 76f707b
oylint
simorenoh 29ea4b1
Update dev_requirements.txt
simorenoh 8a5def6
Merge branch 'main' into session_token_fixes
simorenoh 9123dfe
delete duplicate
simorenoh ad35674
Merge branch 'main' into session_token_fixes
simorenoh d49c983
Merge branch 'main' into session_token_fixes
simorenoh 8b22152
Merge branch 'main' into session_token_fixes
simorenoh c7fddc4
Merge remote-tracking branch 'upstream/main' into session_token_fixes
bambriz 8be9ffe
Merge remote-tracking branch 'upstream/main' into session_token_fixes
bambriz 69af540
update tests for partition split
bambriz bca0aa8
Merge remote-tracking branch 'upstream/main' into session_token_fixes…
bambriz db5233f
change timeout of split partition key tests
bambriz af0b1e0
update test
bambriz a644f34
Merge remote-tracking branch 'upstream/main' into session_token_fixes…
bambriz d7364ac
Test fixes
bambriz b52c4ac
update tests
bambriz 1ddbe6e
update tests
bambriz 9c8a745
Merge remote-tracking branch 'upstream/main' into session_token_fixes…
bambriz 34c74fa
add logger to session token
simorenoh 22f3587
Update _session.py
simorenoh 917c2b0
Update _session.py
simorenoh 8c7f145
Update test_session.py
simorenoh 1eb1fb3
async changes
simorenoh 5f225f0
small test fixes - align sync and async
simorenoh 14b81da
small updates
simorenoh 5cf61cd
Merge branch 'main' into session_token_fixes_bambriz_branch
simorenoh 288aa0d
Update documents.py
simorenoh 0face0e
Merge branch 'session_token_fixes_bambriz_branch' of https://github.c…
simorenoh a1a48c7
test updates
simorenoh 6d620ea
Update _session.py
simorenoh 18d2f6c
async tests
simorenoh ae606ea
pylint
simorenoh 278f694
tests
simorenoh 608e65d
logic fixes, test updates
simorenoh b574bfe
leftover changes
simorenoh ecd03f2
match session logic exactly
simorenoh da3b7fc
propagate headers to request params for retry logic
simorenoh 62e92de
Update CHANGELOG.md
simorenoh cdcd9af
revert session token dropping
simorenoh 102cb40
Merge branch 'main' into session_token_fixes_bambriz_branch
simorenoh 171db29
last test updates
simorenoh f107ab5
Update _session.py
simorenoh 3047063
update session token on errors
simorenoh f29129d
reformat internal exceptions
simorenoh d4164aa
change string for constant
simorenoh 604b1c1
Merge branch 'main' into session_token_fixes_bambriz_branch
simorenoh 978a7a1
address comments
simorenoh 0f913d1
Merge branch 'session_token_fixes_bambriz_branch' of https://github.c…
simorenoh 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
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.