Skip to content

Commit 3ef2a8b

Browse files
generallcoszio
andauthored
Upgrade to 1.17 (#122)
* [AI] version upgrade according to docs/how_to_release.md * [AI] add missing timeout parameter for upsert operation * [AI] add missing timeout parameter for deletePoints operation * audit fix * Revert "audit fix" This reverts commit 6f88ec2. * audit fix * update rest based on `fix-rest-api-for-feedback-strategy` * update api schema: timeout for create and delete of payload index --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>
1 parent 731219a commit 3ef2a8b

31 files changed

Lines changed: 4326 additions & 1527 deletions

examples/node-js-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Qdrant Team",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@qdrant/qdrant-js": "^1.16.2"
18+
"@qdrant/qdrant-js": "^1.17.0"
1919
}
2020
}

packages/js-client-grpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qdrant/js-client-grpc
22

3+
## 1.17.0
4+
5+
### Minor Changes
6+
7+
- Qdrant v1.17.0 API
8+
39
## 1.16.2
410

511
### Patch Changes

packages/js-client-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qdrant/js-client-grpc",
3-
"version": "1.16.2",
3+
"version": "1.17.0",
44
"engines": {
55
"node": ">=18.0.0",
66
"pnpm": ">=8"

0 commit comments

Comments
 (0)