Skip to content

Releases: datastax/php-driver

DataStax PHP Driver 1.0 Beta

27 May 16:57
Compare
Choose a tag to compare
Pre-release

Features:

  • Persistent sessions (can be disabled via Cassandra\Cluster\Builder::withPersistentSessions()).
  • Windows support.
  • Configurable log location (via cassandra.log ini setting).
  • Configurable log level (via cassandra.log_level ini setting).
  • Upgraded to C/C++ driver v2.0.
  • Added math functions to numeric types and Cassandra\Numeric interface.
  • All classes moved into the extension.
  • Added stub files for IDEs.

Bug Fixes:

  • [PHP-18] Decimal parsing failure

DataStax PHP Driver 1.0 Alpha

02 Apr 16:32
Compare
Choose a tag to compare
Pre-release

The first alpha release of the DataStax PHP Driver for Apache Cassandra

Features:

  • All pre 2.1 Cassandra datatypes, including sets, lists and maps.
  • Simple, prepared and batch statements.
  • Results paging.
  • Asynchronous IO.
  • SSL encryption.
  • Credentials authentication.