@@ -14,6 +14,51 @@ For release notes, download links, and installation methods for 2.7 and earlier
1414
1515The full installation instructions that were previously on this page can now be found xref:sdk-full-installation.adoc[here].
1616
17+ [#version-3-4-5]
18+ == Version 3.4.5 (20 April 2023)
19+
20+ Version 3.4.5 is the sixth release of the 3.4 series.
21+
22+ https://packages.couchbase.com/clients/net/3.4/Couchbase-Net-Client-3.4.5.zip[Download] |
23+ https://docs.couchbase.com/sdk-api/couchbase-net-client-3.4.5[API Reference] |
24+ https://www.nuget.org/packages/CouchbaseNetClient/3.4.5[Nuget]
25+
26+ === Fixed Issues
27+
28+ * https://issues.couchbase.com/browse/NCBC-3334[NCBC-3334]:
29+ `KvNotMyVBucket` errors after add node + rebalance.
30+ * https://issues.couchbase.com/browse/NCBC-3337[NCBC-3337]:
31+ NullReferenceException when bootstrapping against a non-existent bucket.
32+ * https://issues.couchbase.com/browse/NCBC-3347[NCBC-3347]:
33+ IGetResult shouldn't have an internal Status property.
34+ * https://issues.couchbase.com/browse/NCBC-3360[NCBC-3360]:
35+ Fix QueryContext bug in QueryIndexManager.
36+ * https://issues.couchbase.com/browse/NCBC-3362[NCBC-3362]:
37+ SDK writes to _default collection when intended collection is dropped.
38+ * https://issues.couchbase.com/browse/NCBC-3363[NCBC-3363]:
39+ SubDoc SuccessDeleted not treated as Success.
40+ * https://issues.couchbase.com/browse/NCBC-3365[NCBC-3365]:
41+ Change Search Metadata setters from internal to public.
42+ * https://issues.couchbase.com/browse/NCBC-3369[NCBC-3369]:
43+ Ensure ClusterNode list matches Cluster config after rebalance up/down.
44+ * https://issues.couchbase.com/browse/NCBC-3372[NCBC-3372]:
45+ Removed/rebalanced out node continues to be hit with http requests.
46+
47+ === New Features and Behavioral Changes
48+
49+ * https://issues.couchbase.com/browse/NCBC-3220[NCBC-3220]:
50+ Properly map server query timeout while streaming (1080).
51+ * https://issues.couchbase.com/browse/NCBC-3308[NCBC-3308]:
52+ Scan: Refactor sorting/merging into non-blocking implementation.
53+ * https://issues.couchbase.com/browse/NCBC-3332[NCBC-3332]:
54+ Protostellar: Implement KV SubDoc.
55+ * https://issues.couchbase.com/browse/NCBC-3355[NCBC-3355]:
56+ Update FIT performer.
57+ * https://issues.couchbase.com/browse/NCBC-3274[NCBC-3274]:
58+ Add public API for KV Range Scan.
59+ * https://issues.couchbase.com/browse/NCBC-3370[NCBC-3370]:
60+ Lock on sync object instead of nodes list.
61+
1762
1863[#version-3-4-4]
1964== Version 3.4.4 (10 March 2023)
0 commit comments