From 1250c6c2ce0468e03cdf2f66f41a73cc83c03b0e Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Thu, 11 Jul 2024 15:37:56 +0100 Subject: [PATCH] DOC-79: 5.4.1 Release Notes (#1158) Closes DOC-79 --- docs/antora.yml | 4 ++-- docs/modules/ROOT/nav.adoc | 2 ++ docs/modules/release-notes/pages/5-4-1.adoc | 16 ++++++++++++++++ docs/modules/release-notes/pages/releases.adoc | 1 + 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/modules/release-notes/pages/5-4-1.adoc diff --git a/docs/antora.yml b/docs/antora.yml index 3a330f6e1..af26e6bc7 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -8,11 +8,11 @@ display_version: '5.4' asciidoc: attributes: # The full major.minor.patch version, which is used as a variable in the docs for things like download links - full-version: '5.4.0' + full-version: '5.4.1' # The minor.patch version, which is used as a variable in the docs for things like file versions minor-version: '5.3' # The snapshot version for installing with brew - version-brew: '5.4.0' + version-brew: '5.4.1' # Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/ experimental: true page-toclevels: 1@ diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 2733b1624..217c6a157 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -42,6 +42,8 @@ ** xref:migrate:migration-tool-imdg.adoc[] *** xref:migrate:dmt-command-reference.adoc[] * xref:release-notes:releases.adoc[Release notes] +** xref:release-notes:5-4-1.adoc[5.4.1] +** xref:release-notes:5-4-0.adoc[5.4.0] // * xref:placeholder.adoc[Troubleshooting] // * xref:placeholder.adoc[FAQ] diff --git a/docs/modules/release-notes/pages/5-4-1.adoc b/docs/modules/release-notes/pages/5-4-1.adoc new file mode 100644 index 000000000..beba111e8 --- /dev/null +++ b/docs/modules/release-notes/pages/5-4-1.adoc @@ -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] + + diff --git a/docs/modules/release-notes/pages/releases.adoc b/docs/modules/release-notes/pages/releases.adoc index 18005da8a..5cdaaa7c2 100644 --- a/docs/modules/release-notes/pages/releases.adoc +++ b/docs/modules/release-notes/pages/releases.adoc @@ -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] \ No newline at end of file