Skip to content

v2.3.0

Compare
Choose a tag to compare
@ejscribner ejscribner released this 19 Dec 19:24
· 40 commits to master since this release

Fixed Issues

  • Bumps couchbase dependency 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_verify in your connection string, you'll need to update it to ?tls_verify=none
    • 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:8091 would become couchbase://localhost.

Full Changelog: v2.2.2...v2.3.0