fix(studio): make sdk cutover transactional#2155
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
8c95106 to
3febfed
Compare
bb28442 to
2454ee1
Compare
3febfed to
94d4e50
Compare
2454ee1 to
88a7a14
Compare
94d4e50 to
5c62cd1
Compare
88a7a14 to
4dc6e83
Compare
5c62cd1 to
b91c579
Compare
4dc6e83 to
9658c86
Compare
b91c579 to
7fd54dd
Compare
9658c86 to
9c86851
Compare
7fd54dd to
bedde6b
Compare
9c86851 to
a89b072
Compare
bedde6b to
a5374c5
Compare
a89b072 to
17b3bdd
Compare
a5374c5 to
9898a55
Compare
cccdb37 to
e9f1333
Compare
9898a55 to
fdd08ca
Compare
e9f1333 to
a655170
Compare
fdd08ca to
b784a71
Compare
a655170 to
5ce41ba
Compare
3c57cca to
39483dd
Compare
5ce41ba to
31dffba
Compare
39483dd to
9c548cc
Compare
510b4bc to
5049114
Compare
9c548cc to
405c914
Compare
5049114 to
d49411c
Compare
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.

What
Make Studio SDK cutover edits transactional and replace the ambiguous boolean fallback contract.
Why
A persistence or history failure after mutating the live session could return false and then execute the legacy backend too.
How
Return declined/committed/failed, edit a candidate session, persist and record history first, then publish the live session; only declined may fall back.
Test plan