Releases: basho/riak-php-client
v3 Alpha Release
To prepare for supporting multiple protocols (HTTP and Protocol Buffers) to connect to Riak, we had to move any HTTP specific code into the Api bridge layer, which meant decoupling headers and other elements from Riak\Object, DataTypes and Commands. In light of potential breaking changes, we are releasing a new major version of the core library.
Since Protocol Buffers requires additional dependencies, it will be contained within a separate repository. More info will be at its repo: https://github.com/basho-labs/riak-phppb-client
Maintenance release
Removed obsolete clientId. Improved CRDT tests with context. Improved use of TravisCI.
Remove unnecessary urldecoding and general code cleanup.
Merge pull request #98 from basho/issue65 Issue65 and some cleanup.
2.0.2 - Maintenance release
Removed obsolete Client Id code. Improved CRDT coverage. Improved Travis CI testing configuration to run functional and scenario tests as well as code coverage analysis. Improved 2i Index validation in consideration of PHPs loosely typed vars.
Rewrite with feature support for Riak 2
This is a major release as it was a complete rewrite from the previous version. It is being delivered supporting the features of Riak 2.0 including bucket types and CRDTs. The only dependencies for the new codebase are the JSON and cURL extensions for PHP. This release requires PHP version 5.4+.
v1.4.2
Fixed 5.3 incompatibility. Improved test suite debugging and readability.
1.4.1
Patch including several minor changes.
1.4.0
Releasing the current state of the client library as version 1.4.0 to identify its compatibility with version 1.4.x of Riak.