Skip to content

Commit 04a9d4a

Browse files
3.8 prep
1 parent 9b8fcbd commit 04a9d4a

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
= Couchbase Java SDK Documentation
22

3-
This repository hosts the documentation source for the https://docs.couchbase.com/java-sdk/3.7/hello-world/overview.html[Couchbase Java SDK].
3+
This repository hosts the documentation source for the https://docs.couchbase.com/java-sdk/3.8/hello-world/overview.html[Couchbase Java SDK].
44

5-
This branch documents the 3.7 release of the SDK.
6-
It follows the https://docs.couchbase.com/java-sdk/3.7/project-docs/compatibility.html#api-version[SDK 3.6 API].
5+
This branch documents the 3.8 release of the SDK.
6+
It follows the https://docs.couchbase.com/java-sdk/3.8/project-docs/compatibility.html#api-version[SDK 3.7 API].
77

8-
This branch reflects the new Information Architecture for the SDK docs -- this release was previously documented with the old structure (those old docs can be found under the `temp/3.7` branch), and docs with this structure can be seen on the Couchbase docs site for releases 3.6 and earlier.
8+
This branch reflects the new Information Architecture for the SDK docs -- this release was previously documented with the old structure (those old docs can be found under the `temp/3.7` branch), and docs with this structure can be seen on the Couchbase docs site for releases 3.7 and earlier.
99

1010

1111
== Contributing
@@ -121,7 +121,7 @@ Update the following files:
121121

122122
=== New Branches
123123

124-
Production branches use the *release/x.y* naming pattern (e.g. `release/3.7`, `release/3.6`).
124+
Production branches use the *release/x.y* naming pattern (e.g. `release/3.8`, `release/3.7`).
125125
Antora uses the branch names in the playbook, but also uses the `version` given in the antor.yml file, to create the version navigation -- so this version number must be unique within the repo for any branches included in the playbook.
126126
When creating a new branch for a new release, remember to update the antora.yml file before trying to build.
127127

antora.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: java-sdk
2-
version: '3.7'
2+
version: '3.8'
33
title: Java SDK
44
start_page: hello-world:overview.adoc
55
nav:
@@ -9,18 +9,18 @@ ext:
99
HEAD:
1010
sources:
1111
docs-sdk-common:
12-
branches: release/7.6.2
12+
branches: release/7.7
1313
asciidoc:
1414
attributes:
1515
page-nav-header-levels: 1
1616
server_version: '7.6.2'
17-
sdk_current_version: '3.7.7'
17+
sdk_current_version: '3.8.0'
1818
sdk_dot_minor: '3.7'
1919
sdk_dot_major: '3.x'
2020
version-server: '7.6'
21-
version-common: '7.6.2'
21+
version-common: '7.7'
2222
name_platform: 'Java'
2323
name-sdk: Java SDK
24-
sdk_api: '3.6'
24+
sdk_api: '3.7'
2525
sdk-api-link: https://docs.couchbase.com/sdk-api/couchbase-java-client/
2626
sdk-gh-link: https://github.com/couchbase/couchbase-jvm-clients/

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See the xref:project-docs:sdk-full-installation.adoc[Full Installation] guide fo
2222

2323
[#latest-release]
2424

25-
== Java SDK 3.7 Releases
25+
== Java SDK 3.8 Releases
2626

2727
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.
2828
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
@@ -42,6 +42,24 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4242

4343

4444

45+
=== Version 3.8.0 (1 April 2025)
46+
47+
This is the first release of the 3.8 series.
48+
49+
https://packages.couchbase.com/clients/java/3.8.0/Couchbase-Java-Client-3.8.0.zip[Download] |
50+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.0/index.html[API Reference] |
51+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.0/[Core API Reference]
52+
53+
The supported and tested dependencies for this release are:
54+
55+
*
56+
57+
58+
59+
60+
== Java SDK 3.7 Releases
61+
62+
4563
=== Version 3.7.9 (11 March 2025)
4664

4765
This is the ninth maintenance release of the 3.7 series.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.couchbase.client</groupId>
2424
<artifactId>java-client</artifactId>
25-
<version>3.7.7</version>
25+
<version>3.8.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)