Releases: Kinetic/kinetic-cpp-client
Releases · Kinetic/kinetic-cpp-client
Protocol 3.0.0 Support
2.0.4 Final
Last cpp-client version supporting Kinetic Protocol 2.0.4
Added P2P Error Codes
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
Merge pull request #19 from Seagate/features/protocol-2-0-4 Updated the proto version
Pipeline P2P Support
Adding support to the client for pipeline p2p.
CMake3 Support
Fix warnings when using Cmake3
Status Conversion Utility
- Added utility to convert between StatusCode and proto status code.
Network improvements
- Improve handling of large SSL messages
- Add IPv6 support
PersistOption
Added PersistOption to Put & Delete allowing WRITE_BACK (async), WRITE_THROUGH (sync), or FLUSH (sync outstanding).
Blocking Threadsafe Client
- Introduced safer locking for threadsafe blocking client.
- Updated factory to return specific client connection, not handler.