You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Between bug fixes and performance improvements, the ChannelConnectionPool will be made the default in a future release. Give it a try now with `ClusterOptions.Experiments.ChannelConnectionPools = true;`
120
+
121
+
=== Fixed Issues
122
+
* https://issues.couchbase.com/browse/NCBC-3174[NCBC-3174]: Out of Retries misclassified as Operation Timed Out
123
+
124
+
* https://issues.couchbase.com/browse/NCBC-3176[NCBC-3176]: ExponentialBackoff only ever increases globally
125
+
126
+
* https://issues.couchbase.com/browse/NCBC-2994[NCBC-2994]: Trace listener leaks spans when an exception is thrown
127
+
128
+
* https://issues.couchbase.com/browse/NCBC-3076[NCBC-3076]: NullReferenceException when tracing span has no parent
129
+
130
+
* https://issues.couchbase.com/browse/NCBC-3111[NCBC-3111]: PingReport output should not include last_activity_us
131
+
132
+
* https://issues.couchbase.com/browse/NCBC-3122[NCBC-3122]: Duplicate view exception types for DesignDocumentNotFound
133
+
134
+
* https://issues.couchbase.com/browse/NCBC-3127[NCBC-3127]: Search query ConsistentWith uses bucket name instead of index name for scan vector key
135
+
136
+
* https://issues.couchbase.com/browse/NCBC-3149[NCBC-3149]: Synchronize bucket creation to avoid Object Disposed Exceptions
137
+
138
+
* https://issues.couchbase.com/browse/NCBC-3160[NCBC-3160]: Wrong host was used for lookup
139
+
140
+
* https://issues.couchbase.com/browse/NCBC-3163[NCBC-3163]: Bucket name escaping in QueryIndexManager.GetAllIndexesAsync
141
+
142
+
* 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
143
+
144
+
* 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
145
+
146
+
=== New Features and Behavioral Changes
147
+
* https://issues.couchbase.com/browse/NCBC-3099[NCBC-3099]: Clean up uses of ToString() on primitives to be sure we use InvariantCulture.
148
+
149
+
* https://issues.couchbase.com/browse/NCBC-3125[NCBC-3125]: Use System.Text.Json for bucket management
150
+
151
+
* https://issues.couchbase.com/browse/NCBC-3133[NCBC-3133]: Use System.Text.Json to serialize OperationResult and OperationResult<T>.ToString()
152
+
153
+
* https://issues.couchbase.com/browse/NCBC-3150[NCBC-3150]: Improve error messages in views and FTS
154
+
155
+
* https://issues.couchbase.com/browse/NCBC-3168[NCBC-3168]: Add exception to debug log in CircuitBreaker
156
+
110
157
== Version 3.2.8 (2 March 2022)
111
158
112
159
Version 3.2.8 is the seventh release of the 3.2 series.
@@ -134,7 +181,7 @@ MutateIn does not use registered ITranscoder or ITypeSerializer
0 commit comments