v2.3.3

November 27, 2025

Native async MongoDB support for higher throughput agents

MongoDB clients now support Motor and PyMongo async libraries with improved error handling and typing. This enables non-blocking storage operations, better concurrency, and lower latency in async-first applications.

Details

  • Drop-in async clients for faster, more scalable data operations
  • Enhanced typing and error handling improve reliability and observability
  • Reduces custom glue code for Python async stacks

Who this is for: Teams running high-QPS, async Python services that depend on MongoDB.