Skip to content

Releases: Kinetic/kinetic-cpp-client

Protocol 3.0.0 Support

18 Sep 00:17

Choose a tag to compare

Merge pull request #27 from plensing/master

Proto 3.0.0

2.0.4 Final

18 Sep 00:10

Choose a tag to compare

Last cpp-client version supporting Kinetic Protocol 2.0.4

Added P2P Error Codes

03 Jul 21:39

Choose a tag to compare

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

03 Jul 18:13

Choose a tag to compare

Merge pull request #19 from Seagate/features/protocol-2-0-4

Updated the proto version

Pipeline P2P Support

02 Jul 18:10

Choose a tag to compare

Adding support to the client for pipeline p2p.

CMake3 Support

23 Jun 16:30

Choose a tag to compare

Fix warnings when using Cmake3

Status Conversion Utility

12 Jun 20:33

Choose a tag to compare

  • Added utility to convert between StatusCode and proto status code.

Network improvements

11 Jun 20:45

Choose a tag to compare

  • Improve handling of large SSL messages
  • Add IPv6 support

PersistOption

22 May 02:17

Choose a tag to compare

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

Blocking Threadsafe Client

15 May 23:26

Choose a tag to compare

  • Introduced safer locking for threadsafe blocking client.
  • Updated factory to return specific client connection, not handler.