Skip to content

chore(release): cut v1.10.3#683

Merged
yaojin3616 merged 1 commit into
mainfrom
release/v1.10.3
Jun 15, 2026
Merged

chore(release): cut v1.10.3#683
yaojin3616 merged 1 commit into
mainfrom
release/v1.10.3

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated release PR for v1.10.3. Merging this PR will automatically tag the release and publish it.



v1.10.3 — Agent-to-Agent Messaging Session Consistency

What's New

Optimizations

  • Agent-to-Agent Messaging Database Session Handling: Refined database session management for agent-to-agent (A2A) messaging events. This optimization reduces the risk of transactional inconsistencies during message triggers, improving backend reliability and ensuring clean session boundaries for agent interactions.

Bug Fixes

  • A2A Messaging Stability: Fixed an issue where database sessions in agent-to-agent messaging could become mismanaged, preventing potential side effects such as lingering database transactions or message delivery failures. This results in more robust and predictable agent messaging.

Upgrade Guide

Docker Deployment

git pull origin main

cd deploy
# Rebuild and restart services
docker compose down && docker compose up -d --build

Source Deployment

git pull origin main

cd backend
cd ..

cd frontend
npm install
npm run build
cd ..

./restart.sh

Kubernetes / Helm

helm upgrade clawith helm/clawith/ -f values.yaml

Notes

  • Agent Messaging Reliability: Tenants using agent-to-agent messaging will benefit from improved backend consistency and reduced risk of message-related faults.
  • No manual database migration required: Schema migrations run automatically on application startup.

@yaojin3616 yaojin3616 merged commit 6a54b22 into main Jun 15, 2026
1 check was pending
@yaojin3616 yaojin3616 deleted the release/v1.10.3 branch June 16, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant