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
22
33### Distribution
44
5- #### For Rust through cargo
5+ #### For Python through PyPI
66
7- Available from https://crates.io/crates /typedb-protocol
7+ Available from https://pypi.org/project /typedb-protocol/
88
99``` sh
10- cargo add typedb-protocol
10+ pip install typedb-protocol
1111```
1212
1313#### For Node.js through npm
@@ -24,19 +24,14 @@ yarn install typedb-protocol
2424
2525
2626## 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+
3428
3529## Bugs Fixed
3630
3731
3832## Code Refactors
3933
34+ - ** Deploy NPM typedb_protocol as typedb-protocol**
4035
4136## Other Improvements
4237
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