Releases: basho/riak-php-client
Releases · basho/riak-php-client
GSet & ListKeys Support
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
Riak TS support
Version 3.1.0 adds commands to allow communication with Riak TimeSeries database over HTTP.
3.0.2 - Maintenance release
Added accessor to Search Doc to all values. Fixed example code. Added isset to avoid notices.
3.0.1 - Maintenance Release
v3 Release
- 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
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
Merge pull request #111 from basho/2.1.x Preflist support. Thanks @lukebakken!
Support for Zend Server Z-Ray plugin
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.