Skip to content

Releases: tchlyah/testcontainers-java-module-couchbase

Add compatibility with Couchbase v5.5

23 Aug 09:56
Compare
Choose a tag to compare

Enable random assignment of all couchbase ports

23 Aug 09:51
Compare
Choose a tag to compare

Until now, only some ports could be random, as Couchbase Java SDK permit to configure only some ports :

All other ports can't be changed by Java SDK, there are sadly fixed :

  • 8092 : Queries, views, XDCR
  • 8093 : REST/HTTP Query service
  • 8094 : REST/HTTP Search Service
  • 8095 : REST/HTTP Analytic service

Now all ports are random!

Upgrade Couchbase Client version to 2.5.7

23 Aug 09:50
Compare
Choose a tag to compare
1.1.2

Bump version to 1.1.2

Fix backward compatibility with older version

23 Aug 09:50
Compare
Choose a tag to compare

The previous release broke backward compatibility with older versions of Couchbase.

This release fixes it.

Add compatibility with Couchbase v5

19 Jan 17:48
Compare
Choose a tag to compare

As Couchbase added RBAC in their new version 5, we need to create a new admin user for bucket with a non empty password.

First Release

07 Jul 19:57
Compare
Choose a tag to compare

First Release