bump to v1.12.0 (#803)

This commit is contained in:
George
2024-10-08 17:41:26 +02:00
committed by GitHub
parent d53958bfcc
commit 4a2c0abce5
4 changed files with 502 additions and 467 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Backward compatibility integration tests
run: |
export RUNNER_OS=${{ runner.os }}
QDRANT_VERSION='v1.10.1' ./tests/integration-tests.sh
QDRANT_VERSION='v1.11.5' ./tests/integration-tests.sh
shell: bash
- name: Run fastembed tests without fastembed
run: |

963
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant-client"
version = "1.11.3"
version = "1.12.0"
description = "Client library for the Qdrant vector search engine"
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
packages = [

View File

@@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"
QDRANT_LATEST="v1.11.5"
QDRANT_LATEST="v1.12.0"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"