Skip to content

v1.1.0

Choose a tag to compare

@tonytonycoder11 tonytonycoder11 released this 20 Jul 20:58
e70f540

1.1.0 is a maintenance and compatibility release on top of 1.0.0. It raises the framework
baseline of the two Spring adapter modules and moves the toolchain forward; Kdrant's own public API
is unchanged, and the *.api dumps are identical.

Changed

  • kdrant-spring-ai now targets Spring AI 2.0 (was 1.0) and kdrant-spring-boot-starter now
    targets Spring Boot 4.1
    (was 3.4). Kdrant's own public API is unchanged (the *.api dumps are
    identical and all adapter tests pass against the new majors), but these two adapter modules now require
    the newer framework generation (Spring Framework 7 / Jakarta EE 11 for the starter). Applications still
    on Spring AI 1.x or Spring Boot 3.x should pin those modules to 1.0.0 until they upgrade. kdrant-core
    and kdrant-transport-rest are unaffected.
  • kdrant-langchain4j now builds against LangChain4j 1.18.0 (was 1.0.0) — a backwards-compatible
    minor upgrade.

Internal

  • Toolchain & tooling: Kotlin 2.4.10, Gradle 9.6.1, kotest 6.2.2, plus assorted minor/patch dependency
    bumps; CI actions run on Node 24. The Kotlin modules now compile with allWarningsAsErrors, so any
    compiler deprecation fails the build — keeping the code warning-clean across future dependency upgrades.

Install

dependencies {
    implementation("io.github.nacode-studios:kdrant-transport-rest:1.1.0")
}

Full changelog: https://github.com/NaCode-Studios/Kdrant/blob/v1.1.0/CHANGELOG.md