Update to v0.11.1 (#1191)

* update to v0.11.1

* also default version

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
This commit is contained in:
Arnaud Gourlay
2022-11-04 23:10:13 +01:00
committed by GitHub
parent 8b0b282079
commit c627e04c64
7 changed files with 5918 additions and 7 deletions

4
Cargo.lock generated
View File

@@ -293,7 +293,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "api"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"chrono",
"prost 0.10.4",
@@ -2606,7 +2606,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"actix-cors",
"actix-files",

View File

@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "0.11.0"
version = "0.11.1"
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
edition = "2021"

View File

@@ -274,8 +274,8 @@
| shard_number | [uint32](#uint32) | | Number of shards in collection |
| on_disk_payload | [bool](#bool) | | If true - point&#39;s payload will not be stored in memory |
| vectors_config | [VectorsConfig](#qdrant-VectorsConfig) | optional | Configuration for vectors |
| replication_factor | [uint32](#uint32) | | Number of replicas of each shard that network tries to maintain |
| write_consistency_factor | [uint32](#uint32) | | How many replicas should apply the operation for us to consider it successful |
| replication_factor | [uint32](#uint32) | optional | Number of replicas of each shard that network tries to maintain |
| write_consistency_factor | [uint32](#uint32) | optional | How many replicas should apply the operation for us to consider it successful |

View File

@@ -1 +1 @@
const defaultApiVersion = 'v0.11.0';
const defaultApiVersion = 'v0.11.1';

View File

@@ -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=v0.11.1" class="dropdown-item" type="button">v0.11.1</a>
<a href="?v=v0.11.0" class="dropdown-item" type="button">v0.11.0</a>
<a href="?v=v0.10.5" class="dropdown-item" type="button">v0.10.5</a>
<a href="?v=v0.10.4" class="dropdown-item" type="button">v0.10.4</a>

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html