ANN: Couchbase Kotlin SDK 1.0.0-dp.3

Hi, just a quick note to say we released another Developer Preview of the Kotlin SDK.

Maven coordinates

<dependency>
  <groupId>com.couchbase.client</groupId>
  <artifactId>kotlin-client</artifactId>
  <version>1.0.0-dp.3</version>
</dependency>

Improvements

  • KCBC-37 When doing a subdocument lookup of type “get”, you can now inspect the result to see if the field exists before getting the value.

  • KCBC-40 You can now use prepared statements by passing adhoc=false when executing a N1QL query.

  • Upgraded to the latest JVM core-io library

Breaking changes

  • KCBC-39 Removed LoggerConfigDslBuilder.loggerName because it’s deprecated in the JVM core-io library.
3 Likes