feat(migrations): add revision for task version column and task_events table - #1249
Open
mykytanetipa wants to merge 1 commit into
Open
mykytanetipa wants to merge 1 commit into
mykytanetipa wants to merge 1 commit into
Conversation
mykytanetipa
added this pull request to stack #1246
September 17, 2026 08:58
🧪 Code Coverage (vs
|
| Base | PR | Delta | |
|---|---|---|---|
| src/a2a/server/agent_execution/active_task.py | 94.18% | 94.63% | 🟢 +0.45% |
| src/a2a/migrations/versions/b5e3d1c8a2f7_add_task_version_and_task_events.py (new) | — | 75.00% | — |
| Total | 92.85% | 92.81% | 🔴 -0.05% |
Generated by coverage-comment.yml
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 17, 2026 09:57
dc47c54 to
1c847f5
Compare
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 17, 2026 10:17
1c847f5 to
060ad98
Compare
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 17, 2026 10:22
060ad98 to
36d084f
Compare
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 17, 2026 10:36
36d084f to
e31b2a4
Compare
mykytanetipa
marked this pull request as ready for review
September 17, 2026 10:52
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 22, 2026 22:46
e31b2a4 to
00260d5
Compare
mykytanetipa
force-pushed
the
multiserver/migration
branch
from
September 22, 2026 23:20
00260d5 to
189e655
Compare
This branch has not been deployed
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.
Adds the Alembic revision that creates the schema the cluster stores need. #1244 adds it to the models, which affects deployments that rely on SDKs DB task store implementation;
Key changes:
Tested:
Design discussion: #1224