Releases: cvent/couchbase-driver
Releases · cvent/couchbase-driver
0.1.10
Changes
- add
getAndLock()
that ignores key not found error
- use locking by default in
atomic()
- add
atomicLock
option to control whether to use locking or standard get
in atomic()
All changes: 0.1.8...0.1.10
0.1.8
Changes
- check for existence of
doc2
before using cas
for unlock()
in atomic()
All changes: 0.1.7...0.1.8
0.1.7
Changes
- Add our own implementation of
getAndLock()
and use that in atomic()
All changes: 0.1.6...0.1.7
0.1.6
Changes
- move create as a static function of Driver class
0.1.3
An improved version of the official Couchbase driver.