From cac294e2d1ff9f476fd5b52c45ad3a18ab1d229c Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 9 Aug 2024 18:48:19 +0100 Subject: [PATCH] Update client versions (#1233) [It was highlighted](https://hazelcast.slack.com/archives/C035HQET5/p1722523025052379) that the documentation refers to out-of-date Hazelcast client versions. This PR updates all to the latest versions, and I've updated the internal documentation to add this step for each next release ([example](https://hazelcast.atlassian.net/wiki/spaces/HZC/pages/115376462/Python+Client+Release+Procedure)). --- docs/antora.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 278a6021c..f1a518e4d 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -23,12 +23,18 @@ asciidoc: # Must be lowercase because this is how the version appears in the docs page-latest-supported-mc: '6.0-snapshot' page-latest-supported-java-client: '6.0.0-SNAPSHOT' - page-latest-supported-go-client: '1.4.0' + # https://github.com/hazelcast/hazelcast-go-client/releases + page-latest-supported-go-client: '1.4.2' + # https://github.com/hazelcast/hazelcast-cpp-client/releases page-latest-supported-cplusplus-client: '5.3.0' - page-latest-supported-csharp-client: '5.3.0' - page-latest-supported-python-client: '5.3.0' + # https://github.com/hazelcast/hazelcast-csharp-client/releases + page-latest-supported-csharp-client: '5.4.0' + # https://github.com/hazelcast/hazelcast-python-client/releases + page-latest-supported-python-client: '5.5.0' + # https://github.com/hazelcast/hazelcast-nodejs-client/releases page-latest-supported-nodejs-client: '5.3.0' - page-latest-supported-clc: '5.3.1' + # https://github.com/hazelcast/clc/releases + page-latest-supported-clc: '5.4.1' open-source-product-name: 'Community Edition' enterprise-product-name: 'Enterprise Edition' nav: