C Client Releases 3.1.10 and 3.1.11 (March 19, 2015)

Version 3.1.10 of the C client was released on March 18, 2015 and is available for download here.

It features the addition of Lua functions “list.create(capacity)” and “map.create(capacity)”, which are portable to all platforms. This should be used instead of the deprecated “list.new(capacity)” and “map.new(capacity)”.

It also fixes several issues. Click here to view the full list of its features and fixes.

Version 3.1.11 of the C client was released on March 19, 2015 and can be downloaded here. It contains a fix to close all sockets involved in a scan/query when the scan/query is aborted by the server or user callback. Click here for the ful release notes.