PHP Client Release 3.4.2 (September 3, 2015)

Version 3.4.2 of the Aerospike PHP client was released on September 3, 2015 and is available for download here. It boasts the following features:

  • Upgraded to C client 3.1.22 (AER-3909).
  • A new backward incompatible format for the data returned by getMany(), as mentioned in the release notes for 3.4.0. The underlying C client interfaces with a new API for batch reads called batch index, which is implemented in server versions >= 3.6.0. Since batch reads can now target multiple namespaces, the old format is no longer appropriate. Instead, an indexed array is returned in an order corresponding to the array of keys passed as the argument to getMany(). (AER-4064).
  • Tests and API documentation updated. Thanks to @rmondragon for his help.

Read more here about the 3.4 release branch from our PHP developer @rbotzer.