Skip to content

3.6.3

Compare
Choose a tag to compare
@ihsandemir ihsandemir released this 14 Jun 10:40
· 727 commits to master since this release

This document includes the new features, enhancements, and fixed issues for Hazelcast C++ Client 3.6.3 release.

New features

We have added the Reliable Topic and Ringbuffer implementations. You can now access Hazelcast Ringbuffer and Reliable Topic structures using the C++ client. Currently, Ringbuffer implementation provides synch methods only.

You can find the code samples for these new structures in the examples folder or at Github:

https://github.com/hazelcast/hazelcast-cpp-client/tree/v3.6.3/examples/distributed-collections/ringbuffer
https://github.com/hazelcast/hazelcast-cpp-client/tree/v3.6.3/examples/distributed-topic/reliabletopic

Enhancements

The release also provides several fixes and enhancements. Some of them are as follows:

  • The user exceptions are made to be more specific ProtocolExceptions as defined in the Hazelcast Open Binary protocol.
  • Increased test code coverage.