@zilliz/milvus2-sdk-node 2.5.1 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -383,6 +383,7 @@ message DescribeCollectionResponse {
383
383
  string db_name = 14;
384
384
  int64 num_partitions = 15;
385
385
  int64 db_id =16;
386
+ uint64 request_time = 17;
386
387
  }
387
388
 
388
389
  /**
@@ -1053,6 +1054,14 @@ message QueryResults {
1053
1054
  uint64 session_ts = 5; // for session-like operation like iterator
1054
1055
  }
1055
1056
 
1057
+ message QueryCursor {
1058
+ uint64 session_ts = 1;
1059
+ oneof cursor_pk {
1060
+ string str_pk = 2;
1061
+ int64 int_pk = 3;
1062
+ }
1063
+ }
1064
+
1056
1065
  message VectorIDs {
1057
1066
  string collection_name = 1;
1058
1067
  string field_name = 2;
@@ -2022,6 +2031,7 @@ message AlterDatabaseRequest {
2022
2031
  string db_name = 2;
2023
2032
  string db_id = 3;
2024
2033
  repeated common.KeyValuePair properties = 4;
2034
+ repeated string delete_keys = 5;
2025
2035
  }
2026
2036
 
2027
2037
  message DescribeDatabaseRequest {
package/dist/sdk.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.5.1","milvusVersion":"v2.5.0-beta"}
1
+ {"version":"2.5.3","milvusVersion":"v2.5.1"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@zilliz/milvus2-sdk-node",
3
- "author": "ued@zilliz.com",
4
- "milvusVersion": "v2.5.0-beta",
5
- "version": "2.5.1",
3
+ "author": "Zilliz",
4
+ "milvusVersion": "v2.5.1",
5
+ "version": "2.5.3",
6
6
  "main": "dist/milvus",
7
7
  "files": [
8
8
  "dist"