Skip to content

Commit

Permalink
Release Notes for Platform 5.3.2. (#819)
Browse files Browse the repository at this point in the history
* Release Notes for Platform 5.3.2.

* Update docs/modules/release-notes/pages/5-3-2.adoc

Co-authored-by: Vassilis Bekiaris <[email protected]>

* Finalizing Platform 5.3.2 RN.

---------

Co-authored-by: Vassilis Bekiaris <[email protected]>
  • Loading branch information
Serdaro and vbekiaris authored Aug 21, 2023
1 parent 429ea49 commit 3e34358
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ include::architecture:partial$nav.adoc[]
.Release Notes
* xref:release-notes:releases.adoc[Releases]
** xref:release-notes:5-3-2.adoc[5.3.2]
** xref:release-notes:5-3-1.adoc[5.3.1]
** xref:release-notes:5-3-0.adoc[5.3.0]
20 changes: 20 additions & 0 deletions docs/modules/release-notes/pages/5-3-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= 5.3.2 Release Notes

== Enhancements

* Updated the Janino dependency version to 3.1.10.
https://github.com/hazelcast/hazelcast/pull/25094[#25094]

== Fixes

* Fixed an issue where not all the events were replicated over WAN when one of the target endpoints is down. #6249
* Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as `hazelcast`.
Previously, the name was `hazelcast-service-port` causing the member auto-discovery (for embedded deployments) to fail.
https://github.com/hazelcast/hazelcast/pull/25228[#25228]
* Fixed an issue where the `getDistributedObjects()` was returning inconsistent results when multiple members are simultaneously joining to the cluster.
https://github.com/hazelcast/hazelcast/pull/25153[#25153]
* Fixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the `FROZEN` state.
https://github.com/hazelcast/hazelcast/pull/25081[#25081]
* Fixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior.
https://github.com/hazelcast/hazelcast/pull/25074[#25074]

1 change: 1 addition & 0 deletions docs/modules/release-notes/pages/releases.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Hazelcast Platform 5.3.X Release Notes

- xref:5-3-2.adoc[5.3.2]
- xref:5-3-1.adoc[5.3.1]
- xref:5-3-0.adoc[5.3.0]

0 comments on commit 3e34358

Please sign in to comment.