Skip to content

Releases: basho/riak-php-client

GSet & ListKeys Support

06 Apr 13:13
Compare
Choose a tag to compare

This release includes support for Riak KV v2.3 GSets and List Keys (use with caution) within a bucket support.

Timeseries v1.5 Support - BLOB field support

Riak PHP Client 3.2.0

17 Nov 17:49
Compare
Choose a tag to compare

Riak TS support

16 May 16:26
Compare
Choose a tag to compare

Version 3.1.0 adds commands to allow communication with Riak TimeSeries database over HTTP.

3.0.2 - Maintenance release

12 Feb 15:30
Compare
Choose a tag to compare

Added accessor to Search Doc to all values. Fixed example code. Added isset to avoid notices.

3.0.1 - Maintenance Release

13 Jan 23:56
Compare
Choose a tag to compare

This is a bug fix release.

Issues:

Pull Requests:

v3 Release

29 Dec 03:47
Compare
Choose a tag to compare
  • Refactored internals to support multiple API bridge classes (prep for official PB support)
  • Added support for the /stats endpoint
  • Added support for the /ping endpoint
  • Moved Vclock to be direct member of the object versus header array
  • Added content_type, content_encoding, charset and metadata as object properties

Beta pre-release for v3

21 Dec 13:49
Compare
Choose a tag to compare
Pre-release

Added ping and stats commands. Translated fixes & other changes from 2.* to 3. Add new lines to end of files to match posix standard. Remove apache short license from beginning of files.

Add support for KV preference list

09 Dec 17:43
Compare
Choose a tag to compare
Merge pull request #111 from basho/2.1.x

Preflist support. Thanks @lukebakken!

Support for Zend Server Z-Ray plugin

09 Nov 18:56
Compare
Choose a tag to compare

Added commands for Ping and Stats HTTP interface endpoints. Added methods needed for Z-Ray plugin. Started cleaning up some of the short license header files since we determined internally that they are not necessary.