-
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
- Document how to use
-
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.
- Fixes an issue where