Skip to content

3.8 - TLS Feature

Compare
Choose a tag to compare
@ihsandemir ihsandemir released this 06 Apr 09:29
· 567 commits to master since this release

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

New features

Enhancements

  • Added missing Portable Reader/Writer read/writeUTF array. [239]
  • Added the method executeOnKeys for IMap entry processor. [225]
  • Added write/readUTFArray interface to Portable Writer/Reader. [224].

Bug Fixes

  • Fixed the boolean array serialization bug. [236]
  • writeChar array serialization fix. [230]
  • Fix for Default Portable Writer and Reader being not supporting 64-bit long write on 32-bit platforms. [223]
  • Fixed gcc 4.1.2 compilation warnings. [256]