3.8.3 - IMap removeAll Feature
This document includes the new features, enhancements, and fixed issues for Hazelcast C++ Client 3.8.3 release.
New features
- IMap::removeAll: This release adds the
IMap::removeAllAPI. This API allows you to remove entries from the map based on the criteria (predicate) that you provide.
Enhancements
There are no enhancements for this release.
Fixes
Some of the major bug fixes for this release are listed below. You can find the full list of closed issues and closed PRs at the repo with milestone 3.8.3.
- Cluster connection retry does not sleep if
AttemptPeriodis 1 second or less. [#322]
Known Issues
There are no known issues for this release.