CouchbaseNetClient 2.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CouchbaseNetClient --version 2.1.2
NuGet\Install-Package CouchbaseNetClient -Version 2.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CouchbaseNetClient" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CouchbaseNetClient --version 2.1.2
#r "nuget: CouchbaseNetClient, 2.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CouchbaseNetClient as a Cake Addin
#addin nuget:?package=CouchbaseNetClient&version=2.1.2

// Install CouchbaseNetClient as a Cake Tool
#tool nuget:?package=CouchbaseNetClient&version=2.1.2

The new and improved Couchbase client for .NET based languages!

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on CouchbaseNetClient:

Repository Stars
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
MichaCo/CacheManager
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Jroland/kafka-net
Native C# client for Kafka queue servers.
Version Downloads Last updated
2.2.2 955 11/27/2015
2.2.1 2,193 10/9/2015
2.2.0 470 10/6/2015
2.2.0-dp1 237 9/16/2015
2.1.4 2,751 8/10/2015
2.1.3 5,088 7/2/2015
2.1.2 872 6/23/2015
2.1.1 2,394 5/21/2015
2.1.0 2,058 5/9/2015
2.0.3.2 152 5/13/2015
2.0.3.1 2,045 3/27/2015
2.0.2 5,026 2/10/2015
2.0.1 1,333 1/9/2015
2.0.0.1 1,158 12/4/2014
2.0.0-beta2 618 11/4/2014
2.0.0-beta 357 9/13/2014
1.3.12 1,626 5/10/2015
1.3.11 1,112 3/4/2015
1.3.10 6,856 11/5/2014
1.3.9 6,294 9/2/2014
1.3.8 1,962 8/14/2014
1.3.7 3,781 7/3/2014
1.3.6 3,029 6/5/2014
1.3.5 2,552 5/6/2014
1.3.4 4,045 3/7/2014
1.3.3 2,062 2/6/2014
1.3.1 2,159 1/8/2014
1.3.0 1,561 12/4/2013
1.2.9 8,446 10/4/2013
1.2.7 6,892 8/6/2013
1.2.6 6,644 5/7/2013
1.2.5 223 5/7/2013
1.2.4 1,230 4/2/2013
1.2.3 1,266 3/8/2013
1.2.2 266 3/5/2013
1.2.1 986 2/5/2013
1.2.0 3,221 12/12/2012
1.2.0-beta-3 215 11/28/2012
1.2.0-beta-2 141 11/21/2012
1.2.0-beta 272 9/28/2012
1.1.6 5,116 6/7/2012
1.1.5 255 5/30/2012
1.1.4 176 5/30/2012
1.1.2 588 5/2/2012
1.0.1 952 1/23/2012
0.9.2 377 12/6/2011
0.9.1 418 8/24/2011
0.9.0 311 8/5/2011

Technical task

   [NCBC-901] - Make IServer implementations aware of Services defined by NodesExt
   [NCBC-902] - Make Server selection "service aware"
   [NCBC-903] - Ensure k/v requests to memcached buckets use data nodes
   [NCBC-904] - Return correct error or exception when operation is attempted on node that does support service

Bug

   [NCBC-823] - IndexOutOfRangeException during fail over with .NET SDK 2.0 .NET SDK
   [NCBC-886] - Couchbase client returning wrong documents
   [NCBC-895] - BufferAllocator is created per Connection
   [NCBC-908] - Fix connection leak on Memcached bucket dispose
   [NCBC-911] - Documentation Bug in IViewQuery.ConnectionTimeout
   [NCBC-912] - Client tries to deserialize memcached body when it is empty
   [NCBC-913] - SDK incorrectly states down node heartbeat is 1000seconds
   [NCBC-917] - Collection modified error during bulk operation
   [NCBC-918] - Throughput is not restored with rb2out on memcached bucket
   [NCBC-924] - Port defaults to 0 when NodeExt is not found in cluster map

Improvement

   [NCBC-891] - Update Common.Logging to version 3.1
   [NCBC-899] - Change default value of MaxAcquireIterationCount and add Delay
   [NCBC-919] - Global connection pool setting for app.config

New Feature

   [NCBC-833] - Add support for nodesext for n1ql service for CB 4.0 Beta

Task

   [NCBC-922] - Receiving none(0xffffffff) as response status during failover