v0.115.1
Agenta-AI/agentav0.115.1Sep 5, 2026by mmabrouk
AI Summary
This release focuses on enhancing session management and live event capabilities. Key improvements include durable reconnection logic, shared frame relays for authorized readers, and the implementation of session control milestone 2, accompanied by performance and documentation updates.
Key Highlights
- Durable reconnection with per-session sequence, snapshot, and replay support.
- Live frame relay to every authorized reader via `AGENTA_SESSIONS_SHARED_READER`.
- Implementation of session control milestone 2 for live events.
- Performance improvements by building records sequence index concurrently.
New Features
- Relay live frames to every authorized reader behind `AGENTA_SESSIONS_SHARED_READER`.
- Durable reconnect with a per-session sequence, snapshot, and replay.
- Allow sender to read from the shared path and detach the run from its request.
- Session control milestone 2: live events implementation.
Full Release Notes
## What's Changed * feat(sessions): relay live frames to every authorized reader behind AGENTA_SESSIONS_SHARED_READER by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6522 * feat(sessions): durable reconnect with a per-session sequence, snapshot, and replay by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6524 * feat(sessions): let the sender read from the shared path and detach the run from its request by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6531 * [fix] Address CodeRabbit review for milestone 2 live events by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6574 * [fix] Build the records sequence index concurrently by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6576 * [docs] Update API reference docs by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6585 * [feat] Session control milestone 2: live events by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6572 * [fix] Stop accepted shared session executions by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6587 * [release] v0.115.1 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6586 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.115.0...v0.115.1