ANN: Couchbase Kotlin SDK 1.0.0-dp.5

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.5</version>
</dependency>

Improvements

  • KCBC-47 Upgraded to Kotlin 1.6.

  • KCBC-44 Added an optional Moshi JSON serializer for those who prefer it to Jackson. See the source code for instructions. This was actually added in 1.0.0-dp.4, but I kind of forgot to tell anyone :sweat_smile:

  • Upgraded to the latest JVM core-io library.

Breaking changes

  • KCBC-46 In Kotlin 1.6 the native Duration class is no longer experimental. By popular demand, the SDK now uses kotlin.time.Duration instead of java.time.Duration.
1 Like