Skip to content

Releases: couchbase/CouchbaseMock

Release 1.5.25

16 Jan 09:09
1.5.25
Compare
Choose a tag to compare
  • Fixed issue with SASL mechanism lookup

Release 1.5.24

16 Jan 08:22
1.5.24
Compare
Choose a tag to compare
  • Enable SCRAM SASL by default
  • Allow multiple SASL connections to the same mock
  • Remove check for bucket type for HELLO command

Release 1.5.23

10 May 10:41
1.5.23
Compare
Choose a tag to compare
  • Wait for monotor connection in a loop

Release 1.5.22

20 Dec 10:57
1.5.22
Compare
Choose a tag to compare
  • Subdoc counter overflow/underflow must return SUBDOC_VALUE_CANTINSERT

Release 1.5.21

13 Dec 21:27
1.5.21
Compare
Choose a tag to compare
  • Fix shading patterns after 99084d4

Release 1.5.20

13 Dec 20:09
Compare
Choose a tag to compare
  • Allow to limit FailMaker by operation code
  • Return CAS on delete (fixes #40)
  • Include revision into config (fixes #41)
  • Return SUBDOC_PATH_INVALID on dict add with array path (fixes #39)
  • Fix error code on counter underflow (fixes #38)
  • Fix NullReferenceException in DeleteCommandExecutor
  • Fix bug with subdoc array insert and invalid path was not being handled
  • Check CAS on append/prepend (fixes #43)
  • Check for size of item on subdoc (fixes #42)
  • Reply to stats with key "config" (fixes #44)
  • Update maven plugins. Relocate shaded dependencies into com.couchbase.mock.deps package (fixes #45, #33). Thanks to @Aloren
  • Fix cbgb URL in README (fixes #37)

Release 1.5.19

25 Apr 00:02
1.5.19
Compare
Choose a tag to compare
  • Rollback pom.xml to java 1.6 API

Release 1.5.18

24 Apr 22:35
1.5.18
Compare
Choose a tag to compare
  • Removed core-io from dependencies
  • Switched to Base64 from stdlib for SASL classes

Release 1.5.16

24 Apr 21:45
1.5.16
Compare
Choose a tag to compare
  • Implement SCRAM SHA Authentication (SCRAM-SHA1, SCRAM-SHA256 and SCRAM-SHA512). It is disable by default, so use new command SET_SASL_MECHANISMS to override default list of mechanisms (which is "PLAIN").
  • Expose Carrier Port via mock API

Release 1.5.15

19 Feb 17:04
1.5.15
Compare
Choose a tag to compare