@@ -14,6 +14,38 @@ 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+
18+ [#version-3-4-4]
19+ == Version 3.4.4 (10 March 2023)
20+
21+ Version 3.4.4 is the fifth release of the 3.4 series.
22+
23+ https://packages.couchbase.com/clients/net/3.4/Couchbase-Net-Client-3.4.4.zip[Download] |
24+ https://docs.couchbase.com/sdk-api/couchbase-net-client-3.4.4[API Reference] |
25+ https://www.nuget.org/packages/CouchbaseNetClient/3.4.4[Nuget]
26+
27+ === Fixed Issues
28+
29+ * https://issues.couchbase.com/browse/NCBC-3340[NCBC-3340]:
30+ When an op timed out, the socket connection was closed and then recreated.
31+ With a large number of unexpected timeouts, many sockets could be left in `TIME_WAIT`.
32+ Making `ChannelConnectionProcessor` reuse connections after timeout shoeld reduce the number of file descripters and local ports left open.
33+ * https://issues.couchbase.com/browse/NCBC-3356[NCBC-3356]:
34+ Cluster level `query_context`, which is not supported by Server versions earlier than 7.0, has been removed for these versions.
35+ * https://issues.couchbase.com/browse/NCBC-3343[NCBC-3343]:
36+ Fixed a bug where `SelectBucket` may not be called on the internal node used as the bootstrapping endpoint.
37+ This resulted in a `BucketNotConnected` error for certain ops -- which will now no longer occur.
38+
39+ === New Features and Behavioral Changes
40+
41+ * https://issues.couchbase.com/browse/NCBC-3309[NCBC-3309]:
42+ Handled `query_context` changes by adding to every index manager request.
43+ * https://issues.couchbase.com/browse/NCBC-3348[NCBC-3348]:
44+ When ConnectionString hosts are null, the SDK now throws an exception, with a more explicit error message.
45+ * https://issues.couchbase.com/browse/NCBC-3353[NCBC-3353]:
46+ Removed build targets for out-of-support versions of .NET Framework.
47+
48+
1749[#version-3-4-3]
1850== Version 3.4.3 (08 February 2023)
1951
0 commit comments