Skip to content

4.0.2

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:14

Release Date: June 16, 2017

Bug Fixes

  • Remove waitTillComplete() and notifyComplete() in async examples because most async applications should not use these synchronization methods. Async examples will now run in parallel, so the log message order will be mixed.
  • Only set "peers.genChanged" to true when peers protocol is supported by the server.
  • Disallow GeoJSON type as a key.
  • Handle polling tasks with a timeout the same way as a no-timeout task.
  • On AerospikeClient close(), return before actual shutdown if called from an event loop thread. This is done to prevent deadlock.

Full Changelog: 4.0.1...4.0.2