3.8.1 - AWS Cloud Discovery Release
This document includes the new features, enhancements, and fixed issues for Hazelcast C++ Client 3.8.1 release.
New features
- AWS Cloud Discovery: C++ client can now work on AWS environment. The client can discover the existing Hazelcast servers in the AWS environment. The client finds only the up and running instances and filters them based on the filter configuration provided at the
ClientAwsConfigconfiguration. You can find more information regarding the AWS Cloud Discovery feature at the client documentation page: https://github.com/hazelcast/hazelcast-cpp-client/tree/v3.8.1#aws-cloud-discovery. You can also check the example code at: https://github.com/hazelcast/hazelcast-cpp-client/tree/v3.8.1/examples/aws
Enhancements
There are no enhancements for this release.
Fixes
- Enum print when compiling 32-bit causes warning for gcc 4.1.2. [#274]
Known Issues
There are no known issues for this release.