Skip to content

Releases: cvent/couchbase-driver

0.1.10

29 Jul 13:29
Compare
Choose a tag to compare

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

28 Jul 12:27
Compare
Choose a tag to compare

Changes

  • check for existence of doc2 before using cas for unlock() in atomic()

All changes: 0.1.7...0.1.8

0.1.7

28 Jul 11:58
Compare
Choose a tag to compare

Changes

  • Add our own implementation of getAndLock() and use that in atomic()

All changes: 0.1.6...0.1.7

0.1.6

27 Jul 20:01
Compare
Choose a tag to compare

Changes

  • move create as a static function of Driver class

0.1.3

27 Jul 13:30
Compare
Choose a tag to compare

An improved version of the official Couchbase driver.