5.2.1
Release Date: August 11, 2022
New features
- Avoid Stopwatch allocations in AsyncCommand. Use new struct ValueStopwatch. [CLIENT-1796]
- Allow AsyncCommand references to be GCed before latent timeout checks occur. [CLIENT-1796]
- Pool WeakReference(s) in AsyncTimeoutQueue. [CLIENT-1796]
Bug fixes
- Do not check raw records returned in QueryGeoCollection example because the server now dedups duplicate records.
- Remove check for 0x04 map extension bit when unpacking a map because the server never sends it.
- Add constraint "indexBitCount + minHashBitCount must be <= 64" to HLL api docs. [DOCS-633]
Full Changelog: 5.2.0...5.2.1