This week we released a significant update to the PHP client to support API bridge classes other than the Http class that ships with the client library. This work was released as version 3 due to a few minor interface changes that break backwards compatibility. Those breaking changes are:
- Basho\Riak\Command\Object\Response::getVclock() has been moved to Basho\Riak\Object - Basho\Riak\Command\Object\Response::getStatusCode() has been renamed Basho\Riak\Command\Object\Response::getCode() - Basho\Riak\Command\Object\Response::getBody() has been removed We also released official support for Protocol Buffers using PHP. This support is delivered via an independent package that has the core library above included as a dependency. This allows us to keep the same programming interface while keeping the dependencies needed for PB separate from those needed by HTTP. Both releases can be retrieved from packagist.com @ https://packagist.org/packages/basho/ Enjoy! Chris -- Sincerely, Christopher Mancini ----------------------------- employee = { purpose: solve problems with code, phone: 7164625591, email: cmanc...@basho.com, github: http://www.github.com/christophermancini }
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com