Skip to content

3.12.4

Compare
Choose a tag to compare
@degerhz degerhz released this 07 Nov 08:40
· 10129 commits to master since this release
eab1290

This document includes the new features, enhancements and fixed issues for Hazelcast IMDG v3.12.4, Open Source edition release.

Enhancements

  • Added support for the PartitionLostListener configuration on the client side. #15762

Fixes

  • Fixed an issue where the query was ignoring the index but was processing successfully. #15808
  • Fixed an issue where the predicate queries to retrieve multi-values were failing on the nested JSON objects in arrays. #15789
  • Fixed a possible livelock when many threads were trying to use the incrementMod() method causing an infinite loop. #15777
  • Fixed shutting down Management Center service caused by an NPE when MultiMap statistics are gathered after MultiMapService.shutdown()#15656