Skip to content

Minor feature release

Compare
Choose a tag to compare
@khaf khaf released this 29 Aug 21:45
· 152 commits to v6 since this release
  • 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.
  • 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.