Skip to content

Commit fbf8fb5

Browse files
committed
Release notes for CouchbaseNetClient 3.2.9
1 parent a66b709 commit fbf8fb5

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

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

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,50 @@ git pull origin master
107107
After you have successfully built the source, it's then just a matter of referencing the binaries (.DLL files) from your consuming project.
108108
_Note that you can checkout a specific tag for each release as well._
109109

110+
== Version 3.2.9 (4 April 2022)
111+
112+
Version 3.2.9 is the eighth release of the 3.2 series.
113+
114+
https://packages.couchbase.com/clients/net/3.2/Couchbase-Net-Client-3.2.9.zip[Download] |
115+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.2.9[API Reference] |
116+
https://www.nuget.org/packages/CouchbaseNetClient/3.2.9[Nuget]
117+
118+
== Fixed Issues
119+
* https://issues.couchbase.com/browse/NCBC-3174[NCBC-3174]: Out of Retries misclassified as Operation Timed Out
120+
121+
* https://issues.couchbase.com/browse/NCBC-3176[NCBC-3176]: ExponentialBackoff only ever increases globally
122+
123+
* https://issues.couchbase.com/browse/NCBC-2994[NCBC-2994]: Trace listener leaks spans when an exception is thrown
124+
125+
* https://issues.couchbase.com/browse/NCBC-3076[NCBC-3076]: NullReferenceException when tracing span has no parent
126+
127+
* https://issues.couchbase.com/browse/NCBC-3111[NCBC-3111]: PingReport output should not include last_activity_us
128+
129+
* https://issues.couchbase.com/browse/NCBC-3122[NCBC-3122]: Duplicate view exception types for DesignDocumentNotFound
130+
131+
* https://issues.couchbase.com/browse/NCBC-3127[NCBC-3127]: Search query ConsistentWith uses bucket name instead of index name for scan vector key
132+
133+
* https://issues.couchbase.com/browse/NCBC-3149[NCBC-3149]: Synchronize bucket creation to avoid Object Disposed Exceptions
134+
135+
* https://issues.couchbase.com/browse/NCBC-3160[NCBC-3160]: Wrong host was used for lookup
136+
137+
* https://issues.couchbase.com/browse/NCBC-3163[NCBC-3163]: Bucket name escaping in QueryIndexManager.GetAllIndexesAsync
138+
139+
* https://issues.couchbase.com/browse/NCBC-3171[NCBC-3171]: Request keys are corrupted when connected to mixed-node cluster running 7.0.3 and < 7.x
140+
141+
* https://issues.couchbase.com/browse/NCBC-3172[NCBC-3172]: .NET SDK fails to connect to correct node in custom port (cluster_run) multi-node setup
142+
143+
=== New Features and Behavioral Changes
144+
* https://issues.couchbase.com/browse/NCBC-3099[NCBC-3099]: Clean up uses of ToString() on primitives to be sure we use InvariantCulture.
145+
146+
* https://issues.couchbase.com/browse/NCBC-3125[NCBC-3125]: Use System.Text.Json for bucket management
147+
148+
* https://issues.couchbase.com/browse/NCBC-3133[NCBC-3133]: Use System.Text.Json to serialize OperationResult and OperationResult<T>.ToString()
149+
150+
* https://issues.couchbase.com/browse/NCBC-3150[NCBC-3150]: Improve error messages in views and FTS
151+
152+
* https://issues.couchbase.com/browse/NCBC-3168[NCBC-3168]: Add exception to debug log in CircuitBreaker
153+
110154
== Version 3.2.8 (2 March 2022)
111155

112156
Version 3.2.8 is the seventh release of the 3.2 series.
@@ -134,7 +178,7 @@ MutateIn does not use registered ITranscoder or ITypeSerializer
134178

135179
=== New Features and Behavioral Changes
136180

137-
*https://issues.couchbase.com/browse/NCBC-3103[NCBC-3103]:
181+
* https://issues.couchbase.com/browse/NCBC-3103[NCBC-3103]:
138182
Integrate Transactions into couchbase-net-client repo
139183

140184
* https://issues.couchbase.com/browse/NCBC-3105[NCBC-3105]:

0 commit comments

Comments
 (0)