Hi, it’s release day again, and I’m happy to announce another Developer Preview of the Kotlin SDK.
Maven coordinates
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>kotlin-client</artifactId>
<version>1.0.0-dp.6</version>
</dependency>
Improvements
-
KCBC-38
Cluster.query()
andScope.query()
have a newpreserveExpiry
flag. If you’re from the future and using Couchbase 7.1, you can set this flag to true to tell Couchbase not to clobber expiry timestamps when running a query that updates documents. -
KCBC-49 The new
Cluster.httpClient()
method returns a client for invoking the Couchbase Server REST API. -
Upgraded to the latest JVM core-io library.