Aerospike v2.0.1 Release Notes

Release Date: 2016-04-27 // about 8 years ago
    • ๐Ÿ‘Œ Improvements

      • Optimize callback handler performance. #119
      • Removed some unused async C++ helper functions; minor code cleanup
    • ๐Ÿ›  Fixes

      • Ensure callbacks are always called asynchronously, even for param errors raised by the client itself. #120
    • โœ… Tests

      • Complete tests for writing bins with specific data types
      • Extend query/scan performance tests
    • ๐Ÿ“š Documentation

      • Minor JSDoc documentation fixes