Commit bb450ba0 authored by Greg Williams's avatar Greg Williams
Browse files

Updated README and release notes to notify of the bump to kinetic protocol 3.0

parent 6de5c002
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,10 @@ The [Github kinetic-c Git repository](https://github.com/Seagate/kinetic-c) cont

The [project Makefile](https://github.com/Seagate/kinetic-c/blob/master/Makefile) can be used as a reference for developing a Makefile-based project for building for a custom Kinetic Storage C client driver and/or a high-level C library.

Kinetic Protocol Support
------------------------
Built using [Kinetic Protocol v3.0.5](https://github.com/Seagate/kinetic-protocol/tree/3.0.5)

Prerequisites
-------------

+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ v0.7.0

v0.8.0
------
* Updated to use Kinetic Protocol v3.0 (3.0.5)
    * NOT backwards compatible with earlier versions of Kinetic Protocol
    * Kinetic device firmware must be updated to a release supporting v3.0 protocol!
* Added asynchronous/non-blocking execution option to all operations (GET/PUT/DELETE/GETKEYRANGE).
    * A given operation is carried out in asynchronous mode if a closure callback with optional data is supplied.
* ByteArray and ByteBuffer types are now supplied directly in the byte_array.h public interface file.