Couchbase .NET Client Library 1.1.5
Wed, 05/30/2012 - 13:47
A minor release of Couchbase.dll is now available. This addresses issues NCBC-42, NCBC-43 and NCBC-49.
Heartbeat check is now configurable.
<heartbeatMonitor uri="http://127.0.0.1:8091/pools" interval="10000" enabled="true" />
Bootstrapping is now against /pools. Config settings that use /pools/default will still work, but should be changed when possible.
See https://github.com/couchbase/couchbase-net-client/commits/release11 for more information.
http://www.couchbase.com/issues/browse/NCBC-42
http://www.couchbase.com/issues/browse/NCBC-43
http://www.couchbase.com/issues/browse/NCBC-49