Skip to content

Commit

Permalink
Adding RN for Platform 5.3.5 (#860)
Browse files Browse the repository at this point in the history
* Adding RN for Platform 5.3.3

* Addressing review comments.

* Adding elasticsearch version upgrade entry.

* Trivia push to test dead link checker.

* Adding CVE IDs for 5.3.3 RN.

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

Co-authored-by: Josef Cacek <[email protected]>

* Updating the RN for 5.3.3 as 5.3.5.

* Slight re-word to NOTE on Release numbering

---------

Co-authored-by: Josef Cacek <[email protected]>
Co-authored-by: rebekah-lawrence <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2023
1 parent ac66ab2 commit ef82101
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ asciidoc:
page-latest-cli: '5.2021.09'
# Must be lowercase because this is how the version appears in the docs
page-latest-supported-mc: '5.3'
page-latest-supported-java-client: '5.4.0-SNAPSHOT'
page-latest-supported-go-client: '1.4.0'
page-latest-supported-java-client: '5.3.5'
page-latest-supported-go-client: '1.4.1'
page-latest-supported-cplusplus-client: '5.3.0'
page-latest-supported-csharp-client: '5.3.0'
page-latest-supported-csharp-client: '5.3.1'
page-latest-supported-python-client: '5.3.0'
page-latest-supported-nodejs-client: '5.3.0'
page-latest-supported-clc: '5.3.1'
page-latest-supported-clc: '5.3.5'
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ include::architecture:partial$nav.adoc[]
.Release Notes
* xref:release-notes:releases.adoc[Releases]
** xref:release-notes:5-3-5.adoc[5.3.5]
** 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]
41 changes: 41 additions & 0 deletions docs/modules/release-notes/pages/5-3-5.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
= 5.3.5 Release Notes

NOTE: Due to an error in the tooling, we have had to skip the Platform releases of 5.3.3 and 5.3.4 and move directly to 5.3.5.

== Enhancements

* Improved the permission checks by fixing the https://nvd.nist.gov/vuln/detail/CVE-2023-45859[CVE-2023-45859] and https://nvd.nist.gov/vuln/detail/CVE-2023-45860[CVE-2023-45860] vulnerabilities.
https://github.com/hazelcast/hazelcast/pull/25661[#25661]
* Added permission checks to the client message types (`MessageTasks`) which were missing it.
https://github.com/hazelcast/hazelcast/pull/25539[#25539]
* Changed the exception type from `CancellationException` to `CancellationByUserException` in case the user cancels a job before it is initialized.
https://github.com/hazelcast/hazelcast/pull/25452[#25452]
* Updated the versions of following dependencies
** gRPC to 1.57.0
** Netty to 4.1.100
** Avro to 1.1.13
** Snappy Java to 1.1.10.5
** Elasticsearch to 7.17.13
+
https://github.com/hazelcast/hazelcast/pull/25430[#25430],
https://github.com/hazelcast/hazelcast/pull/25670[#25670],
https://github.com/hazelcast/hazelcast/pull/25659[#25659],
https://github.com/hazelcast/hazelcast/commit/282eb2e355012cc76fa429643412ce5e7659ceaa[25999]
* 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/24834[#24834]

== Fixes

* Fixed an issue where the map entries' metadata, such as time-to-live and expiration, was not replicated correctly over WAN after updating existing entries.
https://github.com/hazelcast/hazelcast/pull/25505[#25505]
* Fixed an issue where the member list was not updated after a cluster failover scenario.
https://github.com/hazelcast/hazelcast/pull/25504[#25504]
* Fixed a memory leak issue happening in Hazelcast members and clients while destroying fenced locks.
https://github.com/hazelcast/hazelcast/pull/25421[#25421]

== Removed/Deprecated Features

* Removed the evaluation tool (for trying out Platform 5.x features for IMDG 3.x users) and the relevant IMDG 3.x JAR libraries from Hazelcast Platform distributions.
https://github.com/hazelcast/hazelcast/pull/25663[#25663]

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

- xref:5-3-5.adoc[5.3.5]
- 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 ef82101

Please sign in to comment.