Releases: tchlyah/testcontainers-java-module-couchbase
Releases · tchlyah/testcontainers-java-module-couchbase
Add compatibility with Couchbase v5.5
Enable random assignment of all couchbase ports
Until now, only some ports could be random, as Couchbase Java SDK permit to configure only some ports :
- 8091 : REST/HTTP traffic (bootstrapHttpDirectPort)
- 18091 : REST/HTTP traffic with SSL (bootstrapHttpSslPort)
- 11210 : memcached (bootstrapCarrierDirectPort)
- 11207 : memcached SSL (bootstrapCarrierSslPort)
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
1.1.2 Bump version to 1.1.2
Fix backward compatibility with older version
The previous release broke backward compatibility with older versions of Couchbase.
This release fixes it.
Add compatibility with Couchbase v5
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
First Release