1- # TypeDB Protocol
2-
3- Documentation: https://docs.vaticle.com/docs/client-api/
1+ Documentation: https://typedb.com/docs/clients/2.x/clients
42
53### Distribution
64
7- #### For Java through Maven
8-
9- Available from https://repo.vaticle.com
10- ``` xml
11- <repositories >
12- <repository >
13- <id >repo.vaticle.com</id >
14- <url >https://repo.vaticle.com/repository/maven/</url >
15- </repository >
16- </repositories >
17- <dependencies >
18- <dependency >
19- <groupid >com.vaticle.typedb</groupid >
20- <artifactid >typedb-protocol</artifactid >
21- <version >{version}</version >
22- </dependency >
23- </dependencies >
24- ```
25-
26- #### For Python through PyPI
5+ #### For Rust through cargo
276
28- Available from https://pypi.org/project /typedb-protocol/
7+ Available from https://crates.io/crates /typedb-protocol
298
309``` sh
31- pip install typedb-protocol
10+ cargo add typedb-protocol
3211```
3312
3413#### For Node.js through npm
@@ -45,15 +24,16 @@ yarn install typedb-protocol
4524
4625
4726## New Features
48-
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+
4934
5035## Bugs Fixed
5136
52- - ** Fix npm deployment by pulling GPG keys using wget**
53-
54-
55- - ** Fix release note generation**
56-
5737
5838## Code Refactors
5939
0 commit comments