@@ -118,10 +118,11 @@ https://www.nuget.org/packages/CouchbaseNetClient/3.2.6[Nuget]
118118
119119=== Fixed Issues
120120
121- * https://issues.couchbase.com/browse/NCBC-2647[NCBC-2647]: CreatePrimaryIndexAsync throws exceptions / ignores IgnoreIfExists.
121+ * https://issues.couchbase.com/browse/NCBC-2647[NCBC-2647]:
122+ `CreatePrimaryIndexAsync` throws exceptions / ignores `IgnoreIfExists`.
122123
123124* https://issues.couchbase.com/browse/NCBC-2829[NCBC-2829]:
124- NoOp operations can fail with an ObjectDisposedException on MultiplexingConnection.
125+ NoOp operations can fail with an ` ObjectDisposedException` on MultiplexingConnection.
125126
126127* https://issues.couchbase.com/browse/NCBC-2977[NCBC-2977]:
127128When you cannot connect to a bucket you may recieve a Memcached bucket error.
@@ -133,37 +134,36 @@ Threshold Logging report is missing server duration(s).
133134Threshold Logging report is missing timeout.
134135
135136* https://issues.couchbase.com/browse/NCBC-2999[NCBC-2999]:
136- Subdocument Operation LookupInAsync must throw PathNotFoundException.
137+ Subdocument Operation ` LookupInAsync` must throw ` PathNotFoundException` .
137138
138139* https://issues.couchbase.com/browse/NCBC-3008[NCBC-3008]:
139- RequestTooBigException should be ValueTooLargeException.
140+ ` RequestTooBigException` should be ` ValueTooLargeException` .
140141
141142* https://issues.couchbase.com/browse/NCBC-3047[NCBC-3047]:
142143Tracing is not stopped when the cluster is disposed.
143144
144145* https://issues.couchbase.com/browse/NCBC-3050[NCBC-3050]:
145146Exception iterating over a DataStructures dictionary.
146147
147- * https://issues.couchbase.com/browse/NCBC-3055[NCBC-3055]:
148- Customer Requires a beta copy of .net SDK 3.2.6.
149-
150148* https://issues.couchbase.com/browse/NCBC-3057[NCBC-3057]:
151149Incorrect and inefficient db.couchbase.service span tags.
152150
153- * https://issues.couchbase.com/browse/NCBC-3061[NCBC-3061]: PersistentDictionary should use a replace operation when setting Item: key].
151+ * https://issues.couchbase.com/browse/NCBC-3061[NCBC-3061]:
152+ PersistentDictionary should use a replace operation when setting `Item: key`.
154153
155154* https://issues.couchbase.com/browse/NCBC-3062[NCBC-3062]:
156- Don' t set MaxIdleTime on ServicePoint in .NET Core 3.1.
155+ Don' t set ` MaxIdleTime` on ` ServicePoint` in .NET Core 3.1.
157156
158157* https://issues.couchbase.com/browse/NCBC-3072[NCBC-3072]:
159- CollectionManager.GetAllScopesAsync throws on success.
158+ ` CollectionManager.GetAllScopesAsync` throws on success.
160159
161- * https://issues.couchbase.com/browse/NCBC-3073[NCBC-3073]: PersistentDictionary. TryGetValue does not properly map path not found error.
160+ * https://issues.couchbase.com/browse/NCBC-3073[NCBC-3073]:
161+ PersistentDictionary. TryGetValue does not properly map path not found error.
162162
163163=== New Features and Behavioral Changes
164164
165165* https://issues.couchbase.com/browse/NCBC-3029[NCBC-3029]:
166- Create basic implementation of SystemTextJsonSerializer.
166+ Create basic implementation of ` SystemTextJsonSerializer` .
167167
168168* https://issues.couchbase.com/browse/NCBC-3066[NCBC-3066]:
169169Develop Key/Value API tests.
@@ -178,19 +178,19 @@ log message formatting opCode and endpoint parameters are swapped.
178178Add additional unit testing to Rate Limiting code.
179179
180180* https://issues.couchbase.com/browse/NCBC-3056[NCBC-3056]:
181- Ignore null reference exception in global config resolution is server is less than 6.5.
181+ Ignore null reference exception in global config resolution is server version is earlier than 6.5.
182182
183183* https://issues.couchbase.com/browse/NCBC-2692[NCBC-2692]:
184- Management APIs should provide detailed responses to errors (ban EnsureStatusCode).
184+ Management APIs should provide detailed responses to errors (ban ` EnsureStatusCode` ).
185185
186186* https://issues.couchbase.com/browse/NCBC-2937[NCBC-2937]:
187187Support for .NET 6.0.
188188
189189* https://issues.couchbase.com/browse/NCBC-2946[NCBC-2946]:
190- Bucket Management API - Add Custom Conflict Resolution to the enumeration for Conflict Resolution Type.
190+ Bucket Management API -- Add Custom Conflict Resolution to the enumeration for Conflict Resolution Type.
191191
192192* https://issues.couchbase.com/browse/NCBC-2947[NCBC-2947]:
193- ARM - Support for Apple Silicon.
193+ ARM -- Support for Apple Silicon.
194194
195195* https://issues.couchbase.com/browse/NCBC-2950[NCBC-2950]:
196196Extend FTS options to set IncludeLocations and Operator.
@@ -199,7 +199,7 @@ Extend FTS options to set IncludeLocations and Operator.
199199Support for AWS AWS Graviton2.
200200
201201* https://issues.couchbase.com/browse/NCBC-2971[NCBC-2971]:
202- Bucket Management API - Add Storage Option.
202+ Bucket Management API -- Add Storage Option.
203203
204204* https://issues.couchbase.com/browse/NCBC-3003[NCBC-3003]: InternalServerFailureException.
205205
@@ -213,17 +213,18 @@ Reduce tracing related heap allocations.
213213Sporadic logging failures in unit tests.
214214
215215* https://issues.couchbase.com/browse/NCBC-3053[NCBC-3053]:
216- Add lambda to options in Cluster.ConnectAsync overload.
216+ Add lambda to options in ` Cluster.ConnectAsync` overload.
217217
218218* https://issues.couchbase.com/browse/NCBC-3064[NCBC-3064]:
219- Construct Activity objects using parent ActivityContext.
219+ Construct Activity objects using parent ` ActivityContext` .
220220
221221* https://issues.couchbase.com/browse/NCBC-3070[NCBC-3070]:
222222Add API documentation to source files in Sub-Doc API.
223223
224224* https://issues.couchbase.com/browse/NCBC-3080[NCBC-3080]:
225225Use C# LangVersion 10.
226226
227+
227228== Version 3.2.5 (10 December 2021)
228229
229230Version 3.2.5 is the fifth release of the 3.2 series.
0 commit comments