Async client GA + query builder improvements
- AsyncClient promoted from beta — API is now stable, breaking changes will follow semver
- Query builder adds
.near()fluent method with optional distance threshold parameter - Fixed edge case where batch executemany stalled on empty input list
- Connection pool now respects
min_connectionsfloor at startup