File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ asciidoc:
1414 attributes :
1515 page-nav-header-levels : 1
1616 server_version : ' 7.6.6'
17- sdk_current_version : ' 3.8.0 '
17+ sdk_current_version : ' 3.8.1 '
1818 sdk_dot_minor : ' 3.8'
1919 sdk_dot_major : ' 3.x'
2020 version-server : ' 7.6'
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ protected void hookOnNext(SearchRow row) {
202202 SearchRequest request = SearchRequest
203203 .create (VectorSearch .create (List .of (
204204 VectorQuery .create ("vector_field" , vectorQuery ).numCandidates (2 ).boost (0.3 ),
205- VectorQuery .create ("vector_field" , anotherVectorQuery ).numCandidates (5 ).boost (0.7 )));
205+ VectorQuery .create ("vector_field" , anotherVectorQuery ).numCandidates (5 ).boost (0.7 )))) ;
206206
207207 SearchResult result = scope .search ("vector-and-fts-index" , request );
208208 // end::vector3[]
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ Maven::
640640 <dependency>
641641 <groupId>com.couchbase.client</groupId>
642642 <artifactId>java-client</artifactId>
643- <version>3.8.0 </version>
643+ <version>3.8.1 </version>
644644 </dependency>
645645</dependencies>
646646----
@@ -651,7 +651,7 @@ Gradle::
651651--
652652[source,groovy]
653653----
654- implementation 'com.couchbase.client:java-client:3.8.0 '
654+ implementation 'com.couchbase.client:java-client:3.8.1 '
655655----
656656--
657657====
Original file line number Diff line number Diff line change @@ -42,6 +42,35 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
4242echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
4343////
4444
45+ === Version 3.8.1 (9 May 2025)
46+
47+ This is the first maintenance release of the 3.8.1 series.
48+
49+ https://packages.couchbase.com/clients/java/3.8.1/Couchbase-Java-Client-3.1.0.zip[Download] |
50+ https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.1/index.html[API Reference] |
51+ http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.1/[Core API Reference]
52+
53+ The supported and tested dependencies for this release are:
54+
55+ * io.projectreactor:**reactor-core:3.6.9**
56+ * org.reactivestreams:**reactive-streams:1.0.4**
57+
58+ Optional artifacts on top of this SDK version are tested for the following compatibilities:
59+
60+ .Optional Artifact Version Compatibility
61+ [options="header"]
62+ |=======================
63+ | Artifact | Couchbase Version | Built Against | API Stability
64+ | `tracing-opentelemetry` | 1.6.1 | OpenTelemetry 1.31.0 | Committed
65+ | `tracing-opentracing` | 1.6.1 | OpenTracing 0.33.0 | Committed
66+ | `metrics-opentelemetry` | 0.8.1 | OpenTelemetry 1.31.0 | Volatile
67+ | `metrics-micrometer` | 0.8.1 | Micrometer 1.12.9 | Volatile
68+ |=======================
69+
70+ ==== Improvements
71+
72+ * [JVMCBC-1631](https://couchbasecloud.atlassian.net/browse/JVMCBC-1631) Update Netty to 4.1.119
73+
4574=== Version 3.8.0 (9 April 2025)
4675
4776This is the first release of the 3.8 series.
You can’t perform that action at this time.
0 commit comments