Skip to content

Releases: basho/riak-php-client

v3 Alpha Release

24 Sep 01:55
Compare
Choose a tag to compare
v3 Alpha Release Pre-release
Pre-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

24 Sep 02:14
Compare
Choose a tag to compare

Removed obsolete clientId. Improved CRDT tests with context. Improved use of TravisCI.

Remove unnecessary urldecoding and general code cleanup.

10 Jun 12:57
Compare
Choose a tag to compare
Merge pull request #98 from basho/issue65

Issue65 and some cleanup.

2.0.2 - Maintenance release

29 May 19:31
Compare
Choose a tag to compare

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

16 Apr 18:07
Compare
Choose a tag to compare

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

30 Dec 16:09
Compare
Choose a tag to compare

Fixed 5.3 incompatibility. Improved test suite debugging and readability.

1.4.1

23 Dec 17:27
Compare
Choose a tag to compare

Patch including several minor changes.

1.4.0

13 Oct 19:36
Compare
Choose a tag to compare

Releasing the current state of the client library as version 1.4.0 to identify its compatibility with version 1.4.x of Riak.