From f8975abd6febee90e5da18eb867ba1e5d1aefbeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:29:30 +0000 Subject: [PATCH] chore(release): cut v1.10.3 --- RELEASE_NOTES.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ backend/VERSION | 2 +- frontend/VERSION | 2 +- 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 16acfcd83..dc30bc5c5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,58 @@ +--- +# 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 + +```bash +git pull origin main + +cd deploy +# Rebuild and restart services +docker compose down && docker compose up -d --build +``` + +### Source Deployment + +```bash +git pull origin main + +cd backend +cd .. + +cd frontend +npm install +npm run build +cd .. + +./restart.sh +``` + +### Kubernetes / Helm + +```bash +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. + +--- + +--- + --- # v1.10.2 — Transaction Granularity & Sandbox Stability Enhancements diff --git a/backend/VERSION b/backend/VERSION index 5ad2491cf..587c5f0c7 100644 --- a/backend/VERSION +++ b/backend/VERSION @@ -1 +1 @@ -1.10.2 +1.10.3 diff --git a/frontend/VERSION b/frontend/VERSION index 5ad2491cf..587c5f0c7 100644 --- a/frontend/VERSION +++ b/frontend/VERSION @@ -1 +1 @@ -1.10.2 +1.10.3