Skip to content

3.9.1 - Global Serializer Support

Compare
Choose a tag to compare
@ihsandemir ihsandemir released this 28 Dec 16:33
· 479 commits to master since this release

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

New features

  • Global Serializer: This release adds the support for the Global Serializer. Global Serializer allows you to use objects for which you have not defined any serializers. It also lets you compile your code without the need to write the free function getHazelcastTypeId.

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.9.1.

  • Inefficient ObjectDataInput::readByteArray(). [#328]
  • Windows refreshPartition sleep is not working. [#293]
  • Windows builds fail on client shutdown. [#369]

Known Issues

There are no known issues for this release.