Commit 6ef0f60a authored by Greg Williams's avatar Greg Williams
Browse files

Updated release notes to include InstantSecureErase and documented availabity...

Updated release notes to include InstantSecureErase and documented availabity in client utility in README
parent dff5c126
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ Options
Operations
----------

* `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete]`
* `kinetic-c-util [--host|-h hostname|123.253.253.23] [noop] [put] [get] [delete] [instanterase]`
    * `./bin/kinetic-c-util noop`
        * Execute a NoOp (ping) operation to verify the Kinetic Device is ready
    * `./bin/kinetic-c-util put`
@@ -86,3 +86,5 @@ Operations
        * Execute a Get operation to retrieve a key/value entry
    * `./bin/kinetic-c-util delete`
        * Execute a Delete operation to destroy a key/value entry
    * `./bin/kinetic-c-util instanterase`
        * Execute an InstantSecureErase operation to erase ALL content from the device
+3 −2
Original line number Diff line number Diff line
@@ -25,8 +25,9 @@ v0.8.0

v0.8.1
------
* Added GETLOG operation.
* Added InstantSecureErase operation.
* Added thread-safety to allow multiple client threads within the same session.
* Still using Kinetic Protocol v3.0 (3.0.5)
    * NOT backwards compatible with earlier versions of Kinetic Protocol (< v3.0)
    * Kinetic device firmware must be updated to a release supporting v3.0 protocol!
* Added GETLOG operation.
* Added thread-safety to allow multiple client threads within the same session.