Skip to content

Commit 801506f

Browse files
Gardening
1 parent 141123a commit 801506f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Query, Analytics, and Search requests that hit a node going offline during a reb
4343
A Stellar `GetAsync` with projections that match no fields now returns an empty JSON object (`{}`), matching the behavior of the classic SDK.
4444

4545
* https://couchbasecloud.atlassian.net/browse/NCBC-4204[NCBC-4204]:
46-
Fixed an issue where explicitly-set `false` boolean flags (such as `Deferred` and `IgnoreIfExists`) were rejected by the Stellar gateway, causing query index management operations to fail. This change also adds support for rotating authentication credentials at runtime on long-lived Stellar clusters via a new `Authenticator(IAuthenticator)` method on `StellarCluster`.
46+
Fixed an issue where explicitly-set `false` boolean flags (such as `Deferred` and `IgnoreIfExists`) were rejected by the Stellar gateway, causing query index management operations to fail.
47+
This change also adds support for rotating authentication credentials at runtime on long-lived Stellar clusters via a new `Authenticator(IAuthenticator)` method on `StellarCluster`.
4748

4849
* https://couchbasecloud.atlassian.net/browse/NCBC-4201[NCBC-4201]:
4950
Fixed Stellar timeout enforcement and unbounded retry loops, and ensured transient HTTP/2 transport errors (such as connection resets) are now safely retried rather than surfaced as fatal errors.
@@ -57,7 +58,7 @@ Fixed Stellar timeout enforcement and unbounded retry loops, and ensured transie
5758
* https://couchbasecloud.atlassian.net/browse/NCBC-4202[NCBC-4202]:
5859
Improved Stellar observability so that spans carry the correct OpenTelemetry parent-child relationships and standard semantic attributes (`db.system`, `db.couchbase.service`, `db.operation`, `db.name`), including span status mapping for exceptions.
5960

60-
* Upgraded `OpenTelemetry.Api` to 1.15.3 to address https://nvd.nist.gov/vuln/detail/CVE-2026-40894[CVE-2026-40894].
61+
* Upgraded `OpenTelemetry.Api` to `1.15.3` to address https://nvd.nist.gov/vuln/detail/CVE-2026-40894[CVE-2026-40894].
6162

6263

6364
=== Version 3.9.2 (06 May 2026)

0 commit comments

Comments
 (0)