v2.3.0
Fixed Issues
- Bumps
couchbasedependency to 4.2.0
PLEASE READ: Important Configuration Change
- This release includes a major version bump to the Couchbase dependency, and with it a specific change to handling SSL/TLS connections:
- If you were previously skipping certificate checking with the parameter
?ssl=no_verifyin your connection string, you'll need to update it to?tls_verify=none- More information on TLS can be found in this article
- If you previously used a connection string with
http://, you'll need to update it to use Couchbase's protocol:couchbase://. The port is also not needed. For example,http://localhost:8091would becomecouchbase://localhost.
- If you were previously skipping certificate checking with the parameter
Full Changelog: v2.2.2...v2.3.0