@@ -27,6 +27,58 @@ any changes to expected behavior are noted in the release notes that follow.
2727
2828
2929
30+ === Version 3.9.1 (08 April 2026)
31+
32+ https://packages.couchbase.com/clients/net/3.9/Couchbase-Net-Client-3.9.1.zip[Download] |
33+ https://docs.couchbase.com/sdk-api/couchbase-net-client-3.9.1[API Reference] |
34+ https://www.nuget.org/packages/CouchbaseNetClient/3.9.1[Nuget]
35+
36+
37+ ==== Fixed Issues
38+
39+ * https://couchbasecloud.atlassian.net/browse/NCBC-4192[NCBC-4192]:
40+ Resolved `GetErrorMap` error while bootstrapping.
41+
42+ * https://couchbasecloud.atlassian.net/browse/NCBC-4139[NCBC-4139]:
43+ Implemented tracing spans and metrics for the Management API.
44+
45+ * https://couchbasecloud.atlassian.net/browse/NCBC-4138[NCBC-4138]:
46+ Resolved several tracing issues to match the updated spec.
47+
48+ * https://couchbasecloud.atlassian.net/browse/NCBC-4180[NCBC-4180]:
49+ Proper staging of expiry on mutations.
50+
51+ * https://couchbasecloud.atlassian.net/browse/NCBC-4160[NCBC-4160]:
52+ Fixed an issue where AppTelemetry reports significantly lower metrics than it should.
53+
54+ * https://couchbasecloud.atlassian.net/browse/NCBC-4153[NCBC-4153]:
55+ Fixed NullReference errors during rebalance.
56+
57+ * https://couchbasecloud.atlassian.net/browse/NCBC-4151[NCBC-4151]:
58+ Ensured collection support is negotiated earlier in the connection process.
59+
60+ * https://couchbasecloud.atlassian.net/browse/NCBC-4146[NCBC-4146]:
61+ Fixed an issue where a possible null byte was prepended to keys.
62+
63+ * https://couchbasecloud.atlassian.net/browse/NCBC-4127[NCBC-4127]:
64+ Resolved Transaction issues with older (7.2) servers.
65+
66+
67+ ==== Improvements
68+
69+ * https://couchbasecloud.atlassian.net/browse/NCBC-4183[NCBC-4183]:
70+ Ensured correctness of recorded metrics and improved performance of AppTelemetry.
71+
72+ * https://couchbasecloud.atlassian.net/browse/NCBC-4165[NCBC-4165]:
73+ Added Snappy compression support in Stellar (also addresses NCBC-4155 and NCBC-4156).
74+
75+ * https://couchbasecloud.atlassian.net/browse/NCBC-4181[NCBC-4181]:
76+ Updated packages for vulnerable `Microsoft.Bcl.Memory`.
77+
78+ * https://couchbasecloud.atlassian.net/browse/NCBC-4140[NCBC-4140]:
79+ Implemented Span Status and retries for tracing.
80+
81+
3082=== Version 3.9.0 (26 February 2026)
3183
3284https://packages.couchbase.com/clients/net/3.9/Couchbase-Net-Client-3.9.0.zip[Download] |
0 commit comments