Releases: duoshuo/php-cassandra
Releases · duoshuo/php-cassandra
v0.5.2 Released
v0.5.1 Released
- add Connection::flush() method
- add Response\Result::fetchPairs() and Response\Result::setRowClass() method
- change fetchAll() and fetchRow()'s default rowClass to array
- use SplQueue instead of array, in order to improve stream recycle performance
- Type classes bug fix
Support Asynchronous Request
v0.5.0 Modify README.md, bug fix, implement comments.
First version 0.3.0 released
support Cassandra Native Protocol v3
support batch query
support prepare query
specify the consistency and serial consistency
support all data type
fetchAll(), fetchRow(), fetchCol(), fetchOne() shorthand methods
at least 40% performance improvement than other cassandra library