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

Updated version and docs to prep for 0.8.1-beta release

parent 5efac16f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,12 @@ v0.7.0

v0.8.0
------
* Updated to Kinetic Protocol v3.0.5 (NOT compatible with v2.x simulator/devices or earlier)
* 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.

v0.8.1
------
* Added GETLOG operation.
* Added thread-safety to allow multiple client threads within the same session.
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER           = "v0.8.0"
PROJECT_NUMBER           = "v0.8.1-beta"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
+1 −1
Original line number Diff line number Diff line
0.8.0
0.8.1-beta