v2.1.7
October 17, 2025
Improved reliability for async memory with Postgres and other async databases
We resolved errors that occurred when reading or updating user memories when using asynchronous databases such as Postgres. The async memory paths now consistently use non-blocking async variants, eliminating exceptions caused by mixed sync/async calls. No application changes are required — upgrade to benefit from the fix.
Details
- Prevents intermittent errors in memory operations with AsyncPostgres and similar async drivers
- Strengthens test coverage for async memory flows to reduce regressions
- Lowers operational risk in production deployments relying on memory
Who this is for: Teams running Agno with async database backends or building agents that depend on reliable, low-latency memory operations.
