The admin accounts list loads reliably, and sessions resolve their connectors faster.
Fixed
- The admin console's account list uses an index and no longer times out. A slow query now returns a clear error instead of raw database text.
Improved
- Sessions resolve their connectors in one batched lookup, and Composio discovery serves cached results while it refreshes.
What's Changed
- perf(api): batch the session scope connector resolution; stale-while-revalidate Composio discovery by @markokraemer in #7801
- fix(admin): index the accounts-list join, typed 503 on its statement_timeout by @markokraemer in #7800
- Promote main acf813f to staging (v0.13.36) by @markokraemer in #7813
- Release v0.13.36 — A reliable admin accounts list and faster connector resolution by @github-actions[bot] in #7816
Full Changelog: v0.13.35...v0.13.36