Skip to content

Releases: cvent/couchbase-driver

0.1.10

Choose a tag to compare

@bojand bojand released this 29 Jul 13:29

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

Choose a tag to compare

@bojand bojand released this 28 Jul 12:27

Changes

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

All changes: 0.1.7...0.1.8

0.1.7

Choose a tag to compare

@bojand bojand released this 28 Jul 11:58

Changes

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

All changes: 0.1.6...0.1.7

0.1.6

Choose a tag to compare

@bojand bojand released this 27 Jul 20:01

Changes

  • move create as a static function of Driver class

0.1.3

Choose a tag to compare

@bojand bojand released this 27 Jul 13:30

An improved version of the official Couchbase driver.