Skip to content

Releases: datastax/php-driver

DataStax PHP Driver 1.3.2

14 Aug 13:39
Compare
Choose a tag to compare

Features:

  • [PHP-155] Support for PHP 7.1

Bug Fixes:

  • [PHP-189] Set of map : bad hash calculation
  • [PHP-172] php_driver_value_hash hashes IS_TRUE and IS_FALSE to 1 in PHP7
  • [PHP-163] Disable hostname resolution if compiling against libuv 0.10
  • [PHP-159] Driver version Number (composer)
  • [PHP-142] Memory Leak in Cassandra\Timestamp::toDateTime() and Cassandra\UserTypeValue::values()
  • [PHP-118] Unable to bind list values using global type constants

Documentation:

  • [PHP-196] Update building and testing documentation
  • [PHP-191] Updates to README files
  • [PHP-117] Broken links in documentor-generated docs
  • [PHP-102] Documentation improvements

DataStax PHP Driver 1.3.1

17 May 13:47
Compare
Choose a tag to compare

Bug Fixes:

  • [PHP-170] Duration nanos should support a signed 64-bit range

Documentation:

  • [PHP-184] Remove {@inheritdoc} from method parameters
  • [PHP-183] Remove references to SimpleStatement and ExecutionOptions from docs,
    features, and most tests

DataStax PHP Driver 1.3.0

13 Mar 14:03
Compare
Choose a tag to compare

Features:

  • Added support for the duration type
  • Added support to pass a query string directly to Session::execute() and
    Session::executeAsync()
  • ExecutionOptions has been deprecated in favor of using an array

Bug Fixes:

  • [PHP-86] Decimal __toString method
  • [PHP-109] Cassandra solr_query not working after upgrading to DSE 5
  • [PHP-114] pecl install compiler output is dominated by C90 warnings
  • [PHP-119] Driver crashes upon getting type of column
  • [PHP-143] Memory leak in FutureSession
  • [PHP-144] Fix persistent sessions reference counting issue
  • [PHP-147] Unable to create Bigint with PHP_INT_MIN

DataStax PHP Driver 1.2.2

08 Aug 18:27
Compare
Choose a tag to compare

Bug Fixes:

  • [PHP-88] \Cassandra\Timestamp::toDateTime segfault with PHP7
  • [PHP-112] Freeing a null future as result of a failure in \Cassandra\DefaultSession::executeAsync()
  • [PHP-115] \Cassandra\UUID returning duplicate UUIDs

DataStax PHP Driver 1.2.1

28 Jul 15:50
Compare
Choose a tag to compare

Bug Fixes:

  • [PHP-113] pecl install of 1.2.0 fails because sourcecode is missing FutureRows.h

DataStax PHP Driver 1.2.0

18 Jul 20:20
Compare
Choose a tag to compare

Features:

  • Added support for tinyint and smallint types
  • Added support for date and time types
  • Added support for secondary index metadata
  • Added support for UDF/UDA metadata
  • Added support for materialized view metadata
  • Added blacklist and whitelist datacenter and host policies

Bug Fixes:

  • [PHP-100] Whitelist/Blacklist LB setting should update the cluster builder hash key
  • [PHP-101] Memory leak when paging results

DataStax PHP Driver 1.1.0

11 Feb 17:38
Compare
Choose a tag to compare

Features:

  • Added support for PHP 7
  • Added support for UDTs and tuples
  • Added support for nested collections
  • Added access to raw paging token (via Cassandra\Rows::pagingStateToken())
  • Added support for client-side timestamps and timestamp generators
  • Added support for retry policys (includes logging, downgrading and fallthrough)
  • Added the ability to disable schema metadata updates (via Cassandra\Cluster\withSchemaMetdata())
  • Added support for using named arguments with Cassandra\SimpleStatement
  • Changed the default consistency to LOCAL_ONE (from ONE)

Bug Fixes:

  • [PHP-70] Fixed invalid encoding of decimals and varints

DataStax PHP Driver 1.0.1

20 Nov 19:46
Compare
Choose a tag to compare

Features:

  • Added support for the 2.2.x release of the C/C++ driver

Bug Fixes:

  • [PHP-53] Error when inserting a "0" Decimal

DataStax PHP Driver 1.0

14 Sep 18:05
Compare
Choose a tag to compare

Features:

  • Added schema metadata support (via Cassandra\Session::schema()).
  • Added types API (via Cassandra\Type static methods).

Bug Fixes:

  • [PHP-40] Fixed invalid pointer being free'd
  • [PHP-43] Fixed timeout handling in Cassandra\ExecutionOptions
  • [PHP-44] Fixed memory leak

DataStax PHP Driver 1.0 RC

28 Jul 22:58
Compare
Choose a tag to compare
Pre-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