v1.5.1
NEWJuly 2026Cloud Event Bus, Multi-Cloud Deploy & Realtime Push
- Broker-neutral CloudEvents bus with transactional outbox
- Multi-cloud deploy for agents, apps, and MCP servers on GCP and AWS
- Tenant webhooks with HMAC-signed CloudEvents deliveries
- Realtime event push over WebSocket with Redis backplane
Added
- •Cloud Event Bus with CloudEvents 1.0 envelope and in-memory, GCP Pub/Sub, and AWS EventBridge adapters
- •Transactional outbox with background relay and publish-time schema validation
- •SuperAdmin DLQ list/peek/redrive and bounded replay APIs, plus an operator CLI and audited bus events
- •Event bus infrastructure — EventBridge, SQS queues/DLQs, queue-depth autoscaling, and lag alarms
- •Admin Event Bus page for outbox health, dead letters, replay, and telemetry
- •Event bus consumer with handler registry for audit, webhooks, and broadcast, plus idempotent processing so each event is handled once
- •Standalone SQS long-poll worker for autoscaled AWS event delivery
- •Project-scoped webhook subscriptions with HMAC-SHA256 signatures, exponential backoff retries, and SSRF URL protection
- •Console Webhooks tab — signing secret, pattern picker, pause/rotate/delete, test ping, delivery status, and redelivery
- •Realtime push over WebSocket with Redis pub/sub backplane and bus-driven job SSE with polling fallback
- •Expanded event catalog for agent deploy/delete, invocation completed, and storage object create/delete
- •Admin Version page for platform release notes and SDK package versions
- •Multi-cloud deployment — apps, agents, and MCP servers deploy to GCP or AWS
- •Bring-your-own-cloud (BYOC) project credentials for AWS and GCP; platform-managed credentials when none are attached
- •Console and SDK cloud target picker with provider, service, region, and schema-validated settings
Improved
- •Safer concurrent outbox relay on Postgres
- •Redis-backed publish-token and stream limiter with in-process fallback
Fixed
- •Console Webhooks no longer trigger auto-logout on authenticated calls
- •Deployment ImportError from incompatible mcp and google-adk package versions