From fd6746ea95dc7f66df137eb00a2ce800f45995b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Fri, 8 May 2026 17:26:56 +0200 Subject: [PATCH] Bump version to 1.18.0 (#8959) * Bump version to 1.18.0 * Update missed cherry picks * Add OpenAPI spec for v1.18.x --- Cargo.lock | 4 +- Cargo.toml | 2 +- docs/redoc/default_version.js | 2 +- docs/redoc/index.html | 1 + docs/redoc/v1.18.x/openapi.json | 17838 ++++++++++++++++++++++++++++ lib/api/Cargo.toml | 2 +- lib/common/common/src/defaults.rs | 2 +- tools/missed_cherry_picks.sh | 2 +- 8 files changed, 17846 insertions(+), 7 deletions(-) create mode 100644 docs/redoc/v1.18.x/openapi.json diff --git a/Cargo.lock b/Cargo.lock index 08dd01c7f9..a657605f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "api" -version = "1.17.1" +version = "1.18.0" dependencies = [ "ahash", "chrono", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.17.1" +version = "1.18.0" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 31ba1dfd77..517ff049bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.17.1" +version = "1.18.0" description = "Qdrant - Vector Search engine" authors = [ "Andrey Vasnetsov ", diff --git a/docs/redoc/default_version.js b/docs/redoc/default_version.js index 26ff5467e5..b810be1dc9 100644 --- a/docs/redoc/default_version.js +++ b/docs/redoc/default_version.js @@ -1 +1 @@ -const defaultApiVersion = 'v1.17.x'; +const defaultApiVersion = 'v1.18.x'; diff --git a/docs/redoc/index.html b/docs/redoc/index.html index f976d5db85..f003f9db37 100644 --- a/docs/redoc/index.html +++ b/docs/redoc/index.html @@ -39,6 +39,7 @@