The version 1.14 of the Cassandra Universal Driver has been released.
Those are the changes:
New
- Added support to connect to another port of the Cassandra server
- Code samples for: node.js , Perl, Bash
- Added file doc/folder_structure.txt
- Added file doc/requirements.txt
- Added a simple installer that do a basic installation of the samples and the cgi for Apache (base software installation must have been installed first)
Improvements
- Use of [CDATA [ for the errors, and the data in the XML instead of html entities
- Improvements on client_samples/php/sample_www_form.php to display the original query and the request to cud.py both with html entities
- debugp() allows to pass a parameter to stop the execution or not
- The code has been re-factorized to accomplish python standards
- If field is empty (None), empty string is returned instead of None
- utf-8 support
- Partial support for: set, list, map (Although is not recommended to use them)