Skip to content

DataStax PHP Driver 1.0 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@avalanche123 avalanche123 released this 28 Jul 22:58
· 465 commits to master since this release

Features:

  • Added Cassandra\Collection::remove().
  • Added Cassandra\Blob::toBinaryString().
  • Added ability to configure io threads and connections per host.
  • Enabled latency aware routing by default and added a way of disabling it.
  • Enabled TCP nodelay, added a way of disabling it.
  • Added configuration for TCP keepalive.

Bug Fixes:

  • [PHP-30] Segfault when using FutureRows
  • [PHP-31] Segfault during deserialization of NULL values
  • [PHP-33] Fixed timestamps generation on 32bit systems
  • [PHP-37] Removed extra null byte when Cassandra\Blob created from string
  • [PHP-41] Fix memory leak when using batch statements