-
New Features
- [CLIENT-1802] Support creating a secondary index on elements within a CDT using context. Supported by server v6.1+.
- [CLIENT-1773] Change client configuration defaults:
- Set
ClientPolicy.ConnectionQueueSize
from 256 to 100. - Set
ClientPolicy.IdleTimeout
from 55 to 0 secs. - Set
ClientPolicy.MaxErrorRate
from 0 to 100. - Set
Policy.TotalTimeout from
0 to 1000ms for all commands except scan/query.
- Set
-
Fixes
- Fixed a few Linter warnings.
-
Improvements
- Documented a few constraints in HLL API docs.
- Documented that PartitionFilter is both a filter and a cursor in the API docs.