File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
2
2
3
3
### Distribution
4
4
5
- #### For Rust through cargo
5
+ #### For Python through PyPI
6
6
7
- Available from https://crates.io/crates /typedb-protocol
7
+ Available from https://pypi.org/project /typedb-protocol/
8
8
9
9
``` sh
10
- cargo add typedb-protocol
10
+ pip install typedb-protocol
11
11
```
12
12
13
13
#### For Node.js through npm
@@ -24,19 +24,14 @@ yarn install typedb-protocol
24
24
25
25
26
26
## New Features
27
- - ** Revamp unified TypeDB network API & simplify Concept requests**
28
-
29
- We merge core and cluster gRPC service definitions in order to unify the network interface between the two.
30
- TypeDB Core and TypeDB Cluster are now going to the same network interface to drivers.
31
- As part of this change, we simplify Concept API by merging related requests, replacing them with parameters.
32
-
33
-
27
+
34
28
35
29
## Bugs Fixed
36
30
37
31
38
32
## Code Refactors
39
33
34
+ - ** Deploy NPM typedb_protocol as typedb-protocol**
40
35
41
36
## Other Improvements
42
37
Original file line number Diff line number Diff line change 1
- 2.24.0
1
+ 2.24.1
You can’t perform that action at this time.
0 commit comments