mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Bump version to 1.18.0 (#8959)
* Bump version to 1.18.0 * Update missed cherry picks * Add OpenAPI spec for v1.18.x
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "1.17.1"
|
||||
version = "1.18.0"
|
||||
description = "Qdrant - Vector Search engine"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v1.17.x';
|
||||
const defaultApiVersion = 'v1.18.x';
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a href="?v=master" class="dropdown-item" type="button">master</a>
|
||||
<a href="?v=v1.18.x" class="dropdown-item" type="button">v1.18.x</a>
|
||||
<a href="?v=v1.17.x" class="dropdown-item" type="button">v1.17.x</a>
|
||||
<a href="?v=v1.16.x" class="dropdown-item" type="button">v1.16.x</a>
|
||||
<a href="?v=v1.15.x" class="dropdown-item" type="button">v1.15.x</a>
|
||||
|
||||
17838
docs/redoc/v1.18.x/openapi.json
Normal file
17838
docs/redoc/v1.18.x/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "1.17.1"
|
||||
version = "1.18.0"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
"Qdrant Team <info@qdrant.tech>",
|
||||
|
||||
@@ -7,7 +7,7 @@ use semver::Version;
|
||||
use crate::cpu;
|
||||
|
||||
/// Current Qdrant version string
|
||||
pub const QDRANT_VERSION_STRING: &str = "1.17.1";
|
||||
pub const QDRANT_VERSION_STRING: &str = "1.18.0";
|
||||
|
||||
/// Current Qdrant semver version
|
||||
pub static QDRANT_VERSION: LazyLock<Version> =
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
# Ignore all commits upto and including this commit hash on dev
|
||||
IGNORE_UPTO=fb704e5d13854963fc1886220de88a9340bb9e30
|
||||
IGNORE_UPTO=ca1971ad4ff71eb4f46686ca27ecff0e4147d94f
|
||||
|
||||
# Fetch latest branch info from remote
|
||||
git fetch -q origin master
|
||||
|
||||
Reference in New Issue
Block a user