aerospike-client-go v1.26.0 Release Notes

Release Date: 2017-04-05 // about 7 years ago
  • Feature, Performance improvements and bug fix release.

    • New Features

      • Predicate API is supported (for server v3.12+)
      • Added Truncate method to quickly remove all data from namespaces or sets (for server v3.12+).
      • Support ScanPolicy.ServerSocketTimeout (for server v3.12+).
      • Support ClientPolicy.IgnoreOtherSubnetAliases to ignore hosts from other subnets. PR #182, thanks to wedi-dev
    • Improvements

      • Added a lot of predefined generic slice and map types in NewValue method to avoid hitting reflection as much as possible.
      • Fix go vet complaints.
    • Fixes

      • Allow streaming commands (scan/query/aggregation) to retry unless the error occurs during parsing of the results. Fixes issue #187
      • Use net.JoinHostPort to concatinate host and port values instead of doing it directly. Fixes some issues in IPv6 connection strings.
      • Improved initial Tend run.
      • Fixes cluster-name checking bug.