From dc7ad2a173699f2a7ae437eb4b44332060718cf7 Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Thu, 11 Dec 2025 12:11:08 +0000 Subject: [PATCH 1/3] DOC-300-2: add static compatibility table --- docs/modules/ROOT/nav.adoc | 1 + .../deploy/pages/about-HZC-versions.adoc | 87 +++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 docs/modules/deploy/pages/about-HZC-versions.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 2fc8b8502..6c59c72ef 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -37,6 +37,7 @@ * Overview ** xref:deploy:choosing-a-deployment-option.adoc[Available topologies] ** xref:deploy:versioning-compatibility.adoc[Versioning and compatibility] +*** xref:deploy:about-HZC-versions.adoc[] ** xref:deploy:deploying-in-cloud.adoc[Deploying in cloud environments] *** xref:deploy:deploying-on-aws.adoc[] *** xref:deploy:deploying-on-azure.adoc[] diff --git a/docs/modules/deploy/pages/about-HZC-versions.adoc b/docs/modules/deploy/pages/about-HZC-versions.adoc new file mode 100644 index 000000000..88accbacb --- /dev/null +++ b/docs/modules/deploy/pages/about-HZC-versions.adoc @@ -0,0 +1,87 @@ += About Hazelcast Versions +:description: This section shows compatibility between Hazelcast Platform, its management and monitoring components, and the clients. +:page-aliases: deploy:supported-jvms.adoc +:page-icons: font + +{description} + +// the new 'static' compatibility table + +For each Platform version, the table below shows which versions of Management Center (MC), Hazelcast Operator, CLC, and all official clients (Java, .NET, C++, Python, Node.js, Go) are recommended or supported. + +The most recent version is shown in bold to indicate the recommended and most up-to-date option for that Platform version. A " (ditto) character signifies "as above". + +NOTE: If you are unsure which version to choose, always select the latest version for best compatibility and support. + +[cols="^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%,^10%", options="header"] +|=== +|Platform version | MC | Operator | CLC | Java client | .NET | C++ | Python | Node.js | Go + +|5.5.x +|5.5.0 - *5.8.0* +|5.13 - *5.15* +|5.2.0 - *5.5.0* +|Same as Platform version +|4.0.0 - *5.5.1* +|5.3.1 - *5.4.0* +|4.0.0 - *5.5.0* +|4.0.0 - *5.3.0* +|1.0.0 - *1.4.2* + +|5.4.x +|5.4.0 - *5.8.0* +|5.11 - *5.15* +|" +|" +|" +|4.0.0 - *5.4.0* +|" +|" +|" + +|5.3.x +|5.3.0 - *5.8.0* +|5.8 - *5.15* +|" +|" +|" +|" +|" +|" +|" + +|5.2.x +|5.2.0 - *5.8.0* +|5.6 - *5.15* +|" +|" +|" +|" +|" +|" +|" + +|5.1.x +|5.1.0 - *5.8.0* +|N/A +|" +|" +|" +|" +|" +|" +|" + +|5.0.x +|5.0.0 - *5.8.0* +|N/A +|" +|" +|" +|" +|" +|" +|" + +|=== + From ed6e6cbfc8d7fdf99022cc5914bd630c967105de Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Thu, 11 Dec 2025 13:58:44 +0000 Subject: [PATCH 2/3] DOC-300-2: tweak to fix build --- docs/modules/deploy/pages/about-HZC-versions.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/modules/deploy/pages/about-HZC-versions.adoc b/docs/modules/deploy/pages/about-HZC-versions.adoc index 88accbacb..26d475621 100644 --- a/docs/modules/deploy/pages/about-HZC-versions.adoc +++ b/docs/modules/deploy/pages/about-HZC-versions.adoc @@ -1,12 +1,10 @@ -= About Hazelcast Versions -:description: This section shows compatibility between Hazelcast Platform, its management and monitoring components, and the clients. += About Hazelcast versions +:description: This section shows compatibility between Hazelcast Platform, its management and monitoring components, and clients. :page-aliases: deploy:supported-jvms.adoc :page-icons: font {description} -// the new 'static' compatibility table - For each Platform version, the table below shows which versions of Management Center (MC), Hazelcast Operator, CLC, and all official clients (Java, .NET, C++, Python, Node.js, Go) are recommended or supported. The most recent version is shown in bold to indicate the recommended and most up-to-date option for that Platform version. A " (ditto) character signifies "as above". From dddda7a01846aa00224b13ab3865dc5902f33316 Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Thu, 11 Dec 2025 15:48:33 +0000 Subject: [PATCH 3/3] DOC-300-2: nav chnage to fix build --- docs/modules/ROOT/nav.adoc | 2 +- docs/modules/deploy/pages/about-HZC-versions.adoc | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 6c59c72ef..3dd08422e 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -37,7 +37,6 @@ * Overview ** xref:deploy:choosing-a-deployment-option.adoc[Available topologies] ** xref:deploy:versioning-compatibility.adoc[Versioning and compatibility] -*** xref:deploy:about-HZC-versions.adoc[] ** xref:deploy:deploying-in-cloud.adoc[Deploying in cloud environments] *** xref:deploy:deploying-on-aws.adoc[] *** xref:deploy:deploying-on-azure.adoc[] @@ -564,3 +563,4 @@ * xref:system-properties.adoc[] * xref:faq.adoc[] * xref:list-of-metrics.adoc[Metrics] +* xref:deploy:about-HZC-versions.adoc[] diff --git a/docs/modules/deploy/pages/about-HZC-versions.adoc b/docs/modules/deploy/pages/about-HZC-versions.adoc index 26d475621..48b005043 100644 --- a/docs/modules/deploy/pages/about-HZC-versions.adoc +++ b/docs/modules/deploy/pages/about-HZC-versions.adoc @@ -1,7 +1,5 @@ = About Hazelcast versions :description: This section shows compatibility between Hazelcast Platform, its management and monitoring components, and clients. -:page-aliases: deploy:supported-jvms.adoc -:page-icons: font {description} @@ -80,6 +78,4 @@ NOTE: If you are unsure which version to choose, always select the latest versio |" |" |" - -|=== - +|=== \ No newline at end of file