Skip to content

Improvements Release

Compare
Choose a tag to compare
@khaf khaf released this 17 Jul 17:27
· 397 commits to master since this release
  • Changes

    • Removed the LDT code completely.
    • Adds build tag app_engine for compatibility with Google's App Engine. Query Aggregate features are not available in this mode due to lua limitations.
  • Improvements

    • Document how to use AerospikeError type in the code.
    • Allow Task.OnComplete() to be listened to by multiple goroutines. Thanks to HArmen
  • Fixes

    • Fixes an issue where ClientPolicy.FailIfNotConnected flag was not respected.
    • Fix a merging issue for PartitionMap, and add a naive validation for partition maps.