Skip to content

Commit 053b380

Browse files
g-donevnishaatr
andauthored
REL-539: create 5.5.5 release notes (#1589)
5.5.5 Release Notes --------- Co-authored-by: Nishaat Rajabali <12186256+nishaatr@users.noreply.github.com>
1 parent 45b3aa8 commit 053b380

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
** xref:migrate:upgrading-from-imdg-3.adoc[]
4444
** xref:migrate:migration-tool-imdg.adoc[]
4545
* xref:release-notes:releases.adoc[Release notes]
46+
** xref:release-notes:5-5-5.adoc[5.5.5]
4647
** xref:release-notes:5-5-4.adoc[5.5.4]
4748
** xref:release-notes:5-5-3.adoc[5.5.3]
4849
** xref:release-notes:5-5-2.adoc[5.5.2]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
= 5.5.5 Release Notes
2+
:description: These release notes list any new features, enhancements, fixes, and breaking changes implemented between version 5.5.4 and version 5.5.5 of Hazelcast Platform.
3+
4+
{description}
5+
6+
**Release date**: 2025-03-19
7+
8+
This is a maintenance release for {enterprise-product-name}.
9+
10+
For help downloading Hazelcast {enterprise-product-name}, see xref:getting-started:install-enterprise.adoc[] or https://hazelcast.com/trial-request/?utm_source=docs-website[request a trial license key].
11+
12+
== Security
13+
* **Security Fix for CVE-2024-47561**: We have resolved https://github.com/advisories/GHSA-r7pg-v2c8-mfg3[CVE-2024-47561], a critical vulnerability in the Apache Avro Java SDK (versions 1.11.3 and earlier) that allowed attackers to execute arbitrary code through maliciously crafted Avro schemas.
14+
15+
== Fixes
16+
* **Fixed NATIVE memory inconsistency after recovery**: Resolved an issue where NATIVE High-Density (HD) IMap memory usage could unexpectedly increase after two cluster members shut down simultaneously and rejoined. This caused incorrect metrics, such as `map.usedMemory` and `map.entryCount`, displaying persistent “ghost entries” even after clearing the maps, leading to misleading memory reports and, in extreme cases, potential cluster instability due to continuous memory growth.
17+
* **Fixed NPE when destroying a cache during replication**: Resolved an issue where calling `ICache.destroy()` while a Cache Replication operation was in progress could result in a NullPointerException (NPE) due to the cache configuration being removed prematurely. This prevented backup operations from being completed, potentially leading to data loss. The fix ensures that cache destruction does not interfere with ongoing replication, maintaining correct backup behavior and preventing misleading error states.
18+
* **Fixed NPE when upgrading to 5.5 with CP enabled**:
19+
Resolved an issue where upgrading a Hazelcast cluster from a version earlier than 5.5 to 5.5 with CP mode enabled could result in a NullPointerException (NPE). This issue caused repeated exceptions even after the upgraded cluster was fully formed, potentially impacting CP cluster availability. The fix ensures a smooth upgrade process without unexpected errors.

docs/modules/release-notes/pages/releases.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
This section summarizes the changes in each release.
44

5+
* xref:release-notes:5-5-5.adoc[5.5.5]
56
* xref:release-notes:5-5-4.adoc[5.5.4]
67
* xref:release-notes:5-5-3.adoc[5.5.3]
78
* xref:release-notes:5-5-2.adoc[5.5.2]

0 commit comments

Comments
 (0)