Skip to content

Commit 7db2783

Browse files
3.11
1 parent c9e9e82 commit 7db2783

File tree

2 files changed

+31
-14
lines changed

2 files changed

+31
-14
lines changed

antora.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
name: java-sdk
2-
version: '3.10'
2+
version: '3.11'
33
title: Java SDK
44
start_page: hello-world:overview.adoc
55
nav:
66
- modules/ROOT/nav.adoc
7-
ext:
8-
preview:
9-
HEAD:
10-
sources:
11-
docs-sdk-common:
12-
branches: release/8.0
137
asciidoc:
148
attributes:
15-
page-nav-header-levels: 1
9+
page-nav-header-levels: 2
1610
server_version: '8.0.0'
17-
sdk_current_version: '3.10.1'
18-
sdk_dot_minor: '3.10'
11+
sdk_current_version: '3.11.0'
12+
sdk_dot_minor: '3.11'
1913
sdk_dot_major: '3.x'
2014
version-server: '8.0'
21-
version-common: '8.0'
15+
version-common: '8.0.1'
2216
java_latest_lts_version: '25'
2317
name_platform: 'Java'
2418
name-sdk: Java SDK
25-
sdk_api: '3.8'
19+
sdk_api: '3.9'
2620
sdk-api-link: https://docs.couchbase.com/sdk-api/couchbase-java-client/
2721
sdk-gh-link: https://github.com/couchbase/couchbase-jvm-clients/

modules/project-docs/pages/sdk-release-notes.adoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ include::{version-common}@sdk:pages:partial$signed.adoc[tag=signed]
2323

2424

2525
[#latest-release]
26-
== Java SDK 3.10 Releases
26+
== Java SDK 3.11 Releases
2727

2828
We always recommend using the latest version of the SDK -- it contains all of the latest security patches and support for new and upcoming features.
2929
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
3030
any changes to expected behavior are noted in the release notes that follow.
3131

32-
Version 3.10 of the Java SDK implements the 3.8 xref:compatibility.adoc#api-version[SDK API].
32+
Version 3.11 of the Java SDK implements the 3.9 xref:compatibility.adoc#api-version[SDK API].
3333
See the xref:compatibility.adoc#couchbase-feature-availability-matrix[compatibility pages] for more information on feature compatibility with different versions of Couchbase Server.
3434

3535

@@ -44,6 +44,29 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
4444
echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
4545
////
4646

47+
48+
49+
=== Version 3.11.0 (???? February 2026)
50+
51+
This is the first release of the 3.11 series.
52+
53+
https://packages.couchbase.com/clients/java/3.11.0/Couchbase-Java-Client-3.11.0.zip[Download] |
54+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.11.0/index.html[API Reference] |
55+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.11.0/[Core API Reference]
56+
57+
The supported and tested dependencies for this release are:
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
== Java SDK 3.10 Releases
68+
69+
4770
=== Version 3.10.1 (14 January 2026)
4871

4972
https://packages.couchbase.com/clients/java/3.10.1/Couchbase-Java-Client-3.10.1.zip[Download] |

0 commit comments

Comments
 (0)