aerospike-client-go v4.3.0 Release Notes

Release Date: 2021-03-01 // about 3 years ago
  • Minor feature and fix and major clean up release. 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 bigger releases.

    • New Features:

      • [CLIENT-1457] Support scan pagination through ScanPartitions() with PartitionFilter
    • 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.