Skip to content

Commit

Permalink
DOC-79: 5.4.1 Release Notes (#1158)
Browse files Browse the repository at this point in the history
Closes DOC-79
  • Loading branch information
oliverhowell authored Jul 11, 2024
1 parent fc8d014 commit 1250c6c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
16 changes: 16 additions & 0 deletions docs/modules/release-notes/pages/5-4-1.adoc
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]


1 change: 1 addition & 0 deletions docs/modules/release-notes/pages/releases.adoc
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]

0 comments on commit 1250c6c

Please sign in to comment.