Skip to content

v2.0.1 / 2016-04-27

Compare
Choose a tag to compare
@jhecking jhecking released this 27 Apr 17:08
· 2070 commits to master since this release
v2.0.1
  • 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