v1.1.0
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-ainow targets Spring AI2.0(was1.0) andkdrant-spring-boot-starternow
targets Spring Boot4.1(was3.4). Kdrant's own public API is unchanged (the*.apidumps 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 to1.0.0until they upgrade.kdrant-core
andkdrant-transport-restare unaffected.kdrant-langchain4jnow builds against LangChain4j1.18.0(was1.0.0) — a backwards-compatible
minor upgrade.
Internal
- Toolchain & tooling: Kotlin
2.4.10, Gradle9.6.1, kotest6.2.2, plus assorted minor/patch dependency
bumps; CI actions run on Node 24. The Kotlin modules now compile withallWarningsAsErrors, 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