While there aren't many user facing changes, the quality of the code has been markedly improved. This release puts us on a good footing for the next few big releases.
-
New Features:
- [CLIENT-1457] Support scan pagination through
ScanPartitions()
withPartitionFilter
- [CLIENT-1457] Support scan pagination through
-
Fixes
- Fixes an issue where if errors and filtered records happened at the same time in Batch requests, no error would be returned to the user.
-
Improvements
- Makes the code samples more readable in the docs.
- Fixes a lot of code samples in documentation, along with typos, etc.
- Fixes copy/paste naming errors in the documentation. Thanks to Yevgeny Rizhkov
- Removes a few unreachable lines from the code. Thanks to Yevgeny Rizhkov
- Handles a few TLS connection related issues in tests.