Skip to content

Commit 4647db0

Browse files
authored
Merge pull request #247 from couchbase/dotnet-3.2.8-rn
.NET SDK release notes for 3.2.8
2 parents 377ece9 + 16bb37a commit 4647db0

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

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

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,67 @@ 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.8 (2 March 2022)
111+
112+
Version 3.2.8 is the seventh release of the 3.2 series.
113+
114+
https://packages.couchbase.com/clients/net/3.2/Couchbase-Net-Client-3.2.8.zip[Download] |
115+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.2.8[API Reference] |
116+
https://www.nuget.org/packages/CouchbaseNetClient/3.2.8[Nuget]
117+
118+
NOTE: .NET Core 2.1 support has been dropped from the SDK, as of 3.2.5.
119+
This corresponds to Microsoft's decision to EOL .NET Core 2.1 on August 21, 2021.
120+
121+
=== Fixed Issues
122+
123+
* https://issues.couchbase.com/browse/NCBC-3091[NCBC-3091]:
124+
NRE GetDocumentFromReplicaAsync when EndPoint is null v3.2.X
125+
126+
* https://issues.couchbase.com/browse/NCBC-3110[NCBC-3110]:
127+
PingReport does not honor token or default timeout
128+
129+
* https://issues.couchbase.com/browse/NCBC-3114[NCBC-3114]:
130+
Json Converters not used for some EventingFunctionSetting fields
131+
132+
* https://issues.couchbase.com/browse/NCBC-3119[NCBC-3119]:
133+
MutateIn does not use registered ITranscoder or ITypeSerializer
134+
135+
=== New Features and Behavioral Changes
136+
137+
*https://issues.couchbase.com/browse/NCBC-3103[NCBC-3103]:
138+
Integrate Transactions into couchbase-net-client repo
139+
140+
* https://issues.couchbase.com/browse/NCBC-3105[NCBC-3105]:
141+
Build and package Couchbase.Transactions with CouchbaseNetClient
142+
143+
* https://issues.couchbase.com/browse/NCBC-2176[NCBC-2176]:
144+
3.0 API Migration guide
145+
146+
* https://issues.couchbase.com/browse/NCBC-2711[NCBC-2711]:
147+
Build DocFx site in Jenkins during release pipeline.
148+
149+
* https://issues.couchbase.com/browse/NCBC-3112[NCBC-3112]:
150+
Update integration tests to work with System.Text.Json
151+
152+
* https://issues.couchbase.com/browse/NCBC-3012[NCBC-3012]:
153+
Review GitHub protocol security and replace git://
154+
155+
* https://issues.couchbase.com/browse/NCBC-3017[NCBC-3017]:
156+
Expose key/value metrics for instrumentation and observability
157+
158+
* https://issues.couchbase.com/browse/NCBC-3060[NCBC-3060]:
159+
Reduce heap allocations for ClusterNode.SendAsync
160+
161+
* https://issues.couchbase.com/browse/NCBC-3081[NCBC-3081]:
162+
Reuse CancellationTokenSources which have not timed out
163+
164+
* https://issues.couchbase.com/browse/NCBC-3113[NCBC-3113]:
165+
Update DataStructures to be compatible with System.Text.Json
166+
167+
* https://issues.couchbase.com/browse/NCBC-3120[NCBC-3120]:
168+
Use System.Text.Json to serialize QueryOptions
169+
170+
110171
== Version 3.2.7 (1 February 2022)
111172

112173
Version 3.2.7 is the seventh release of the 3.2 series.

0 commit comments

Comments
 (0)