Idiomatic, coroutine-first Kotlin client for the Qdrant vector database: suspend functions, a type-safe filter/query DSL, kotlinx-serialization models, and a pluggable transport seam. Kotlin Multiplatform, for the JVM, iOS, macOS, Linux and Windows. This module carries no engine; depend on kdrant-transport-rest to send a request.
Version2.0.0compared with
Version Details
| 1.2.0 | 2.0.0 | |
|---|---|---|
| Release date | Aug 01, 2026 | Aug 01, 2026 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.2.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | org.jetbrains.kotlin » kotlin-stdlib | 2.4.10 | - |
| - Removed | org.jetbrains.kotlinx » kotlinx-coroutines-core-jvm | 1.11.0 | - |
| - Removed | org.jetbrains.kotlinx » kotlinx-serialization-json-jvm | 1.11.0 | - |
Runtime Changes (3)
| 1.2.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.jetbrains.kotlin » kotlin-stdlib | - | 2.4.10 |
| + Added | org.jetbrains.kotlinx » kotlinx-coroutines-core | - | 1.11.0 |
| + Added | org.jetbrains.kotlinx » kotlinx-serialization-json | - | 1.11.0 |