Skip to content

Commit f8e26da

Browse files
Gardening
1 parent 3806087 commit f8e26da

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4545
////
4646

4747

48-
[[v3.11.0]]
4948
=== Version 3.11.0 (04 February 2026)
5049

5150
https://packages.couchbase.com/clients/java/3.11.0/Couchbase-Java-Client-3.11.0.zip[Download] |
@@ -80,14 +79,14 @@ Fixed an issue that could cause the transaction cleanup task to terminate unexpe
8079
When inserting or replacing a document inside a transaction, it is now possible to specify an expiration time for the document.
8180

8281
* https://jira.issues.couchbase.com/browse/JVMCBC-1708[JVMCBC-1708]:
83-
Upgraded OpenTelemetry from `1.31.0` to `1.57.0`.
82+
Upgraded `OpenTelemetry` from `1.31.0` to `1.57.0`.
8483

8584
* https://jira.issues.couchbase.com/browse/JVMCBC-1692[JVMCBC-1692]:
86-
SQL++ statements are now excluded from tracing spans unless the query has parameters.
85+
{sqlpp} statements are now excluded from tracing spans unless the query has parameters.
8786

88-
* https://jira.issues.couchbase.com/browse/SCBC-501[SCBC-501]
89-
/ https://jira.issues.couchbase.com/browse/JCBC-2207[JCBC-2207]:
90-
Developers who want to use the latest https://opentelemetry.io/docs/specs/semconv/db/database-spans/[OpenTelemetry semantic conventions for database client spans] can now opt in by setting the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable to `database` (or `database/dup` to create duplicate spans using both old and new conventions).
87+
* https://jira.issues.couchbase.com/browse/JCBC-2207[JCBC-2207]:
88+
Developers who want to use the latest https://opentelemetry.io/docs/specs/semconv/db/database-spans/[OpenTelemetry semantic conventions for database client spans]
89+
can now opt in by setting the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable to `database` (or `database/dup` to create duplicate spans using both old and new conventions).
9190
Java and Scala developers can also opt in via the `observabilitySemanticConventions` client setting, which has a higher precedence than the environment variable.
9291

9392
* https://jira.issues.couchbase.com/browse/JVMCBC-1635[JVMCBC-1635]:

0 commit comments

Comments
 (0)