forked from hazelcast/hz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/upstream/v/5.4' into v/5.4
- Loading branch information
Showing
5 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= 5.4.1 Release Notes | ||
|
||
== Enhancements | ||
|
||
* Introduced a new YAML configuration option for User Code Namespaces that enables multiple name spaces to be defined within a `name-spaces` collection [#2485]. For more info, see xref:clusters:ucn-member-side.adoc[]. | ||
|
||
== Fixes | ||
|
||
* Exclude non-WAN address aliases during WAN MemberHandshake (#2418) | ||
* Fix NullPointerException in NotifyMemberShutdownOperation during RU (#1727) | ||
* JobConfig#add not using derived id for some resources (#1723) | ||
* Vulnerabilities in protobuf-java 3.19.4 and hadoop-shaded-protobuf_3_7-1.1.1 https://github.com/hazelcast/hazelcast/issues/22541[#22541] | ||
* Vulnerability in hadoop-shaded-guava-1.1.1.jar (shaded: com.google.guava:guava:30.1.1-jre) https://github.com/hazelcast/hazelcast/issues/24981[#24981] | ||
* Vulnerability in aircompressor-0.21 https://github.com/hazelcast/hazelcast/issues/26354[#26354] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
= Hazelcast Platform 5.4.x release notes | ||
|
||
* xref:release-notes:5-4-1.adoc[5.4.1] | ||
* xref:release-notes:5-4-0.adoc[5.4.0] |