@@ -44,6 +44,37 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
4444echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
4545////
4646
47+ === Version 3.11.3 (21 May 2026)
48+
49+ https://packages.couchbase.com/clients/java/3.11.3/Couchbase-Java-Client-3.11.3.zip[Download] |
50+ https://docs.couchbase.com/sdk-api/couchbase-java-client-3.11.3/index.html[API Reference] |
51+ https://docs.couchbase.com/sdk-api/couchbase-core-io-3.11.3/[Core API Reference]
52+
53+ This maintenance release improves the exception message when the SDK cannot parse the file containing trusted server certificates.
54+
55+ The supported and tested dependencies for this release are:
56+
57+ * io.projectreactor:**reactor-core:3.6.9**
58+ * org.reactivestreams:**reactive-streams:1.0.4**
59+
60+ Optional artifacts on top of this SDK version are tested for the following compatibilities:
61+
62+ .Optional Artifact Version Compatibility
63+ [options="header"]
64+ |=======================
65+ | Artifact | Built Against | API Stability
66+ | `tracing-opentelemetry` | OpenTelemetry 1.57.0 | Committed
67+ | `tracing-opentracing` | OpenTracing 0.33.0 | Committed
68+ | `metrics-opentelemetry` | OpenTelemetry 1.57.0 | Volatile
69+ | `metrics-micrometer` | Micrometer 1.12.9 | Volatile
70+ |=======================
71+
72+ ==== Improvements
73+
74+ * https://jira.issues.couchbase.com/browse/JVMCBC-1737[JVMCBC-1737]:
75+ When `SecurityConfig.trustCertificate(Path)` fails to parse the specified file, the exception message no longer includes the file contents.
76+
77+
4778=== Version 3.11.2 (13 April 2026)
4879
4980https://packages.couchbase.com/clients/java/3.11.2/Couchbase-Java-Client-3.11.2.zip[Download] |
0 commit comments