Skip to content

Releases: Kinetic/kinetic-cpp-client

Protocol 3.0.0 Support

Choose a tag to compare

@plensing plensing released this 18 Sep 00:17
Merge pull request #27 from plensing/master

Proto 3.0.0

2.0.4 Final

Choose a tag to compare

@plensing plensing released this 18 Sep 00:10

Last cpp-client version supporting Kinetic Protocol 2.0.4

Added P2P Error Codes

Choose a tag to compare

@alamottemitchell alamottemitchell released this 03 Jul 21:39
Merge pull request #20 from Seagate/features/protocol-2-0-4

Added REMOTE_NESTED_OPERATION_ERRORS Status code to match protocol

Updated Protocol to 2.0.4

Choose a tag to compare

@alamottemitchell alamottemitchell released this 03 Jul 18:13
Merge pull request #19 from Seagate/features/protocol-2-0-4

Updated the proto version

Pipeline P2P Support

Choose a tag to compare

@alamottemitchell alamottemitchell released this 02 Jul 18:10

Adding support to the client for pipeline p2p.

CMake3 Support

Choose a tag to compare

@mwudka mwudka released this 23 Jun 16:30

Fix warnings when using Cmake3

Status Conversion Utility

Choose a tag to compare

@alamottemitchell alamottemitchell released this 12 Jun 20:33
  • Added utility to convert between StatusCode and proto status code.

Network improvements

Choose a tag to compare

@mwudka mwudka released this 11 Jun 20:45
  • Improve handling of large SSL messages
  • Add IPv6 support

PersistOption

Choose a tag to compare

@alamottemitchell alamottemitchell released this 22 May 02:17

Added PersistOption to Put & Delete allowing WRITE_BACK (async), WRITE_THROUGH (sync), or FLUSH (sync outstanding).

Blocking Threadsafe Client

Choose a tag to compare

@alamottemitchell alamottemitchell released this 15 May 23:26
  • Introduced safer locking for threadsafe blocking client.
  • Updated factory to return specific client connection, not handler.