Skip to content

Commit 2be6ba0

Browse files
authored
TLS/Capella connections supported with v1.2.0
1 parent 0aa443b commit 2be6ba0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can enable Micrometer metrics by adding the following dependencies to your a
9292
<dependency>
9393
<groupId>com.couchbase.client</groupId>
9494
<artifactId>metrics-micrometer</artifactId>
95-
<version>0.7.7</version>
95+
<version>3.9.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>io.quarkus</groupId>
@@ -112,9 +112,4 @@ It is recommended to enable histograms which aren't enabled by default. Configur
112112

113113
== Unsupported Features
114114

115-
* Connecting to a Cluster using TLS.
116-
** The Capella certificate is packaged with the SDK and trusted by default. This enables the extension to connect to
117-
a Capella Cluster with the `couchbases://` connection string in dev mode, however there is currently no exposed config item
118-
to specify a certificate path or trust store.
119115
* Using the separate `tracing-opentelemetry` package for the Couchbase Java SDK.
120-

0 commit comments

Comments
 (0)