File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,27 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
7
7
Available from https://crates.io/crates/typedb-protocol
8
8
9
9
``` sh
10
- cargo add typedb-protocol@2.28.4
10
+ cargo add typedb-protocol@3.0.0-alpha-0
11
11
```
12
12
13
13
#### For Node.js through npm
14
14
15
15
Available from https://www.npmjs.com/package/typedb-protocol
16
16
17
17
``` sh
18
- npm install typedb-protocol@2.28.4
18
+ npm install typedb-protocol@3.0.0-alpha-0
19
19
```
20
20
or
21
21
``` sh
22
- yarn add typedb-protocol@2.28.4
22
+ yarn add typedb-protocol@3.0.0-alpha-0
23
23
```
24
24
25
25
26
26
## New Features
27
27
28
+ - ** Implement TypeDB 3.0 protocol**
29
+
30
+ - ** Implement TypeDB 3.0 protocol refinements**
28
31
29
32
## Bugs Fixed
30
33
33
36
34
37
35
38
## Other Improvements
36
- - ** Update dependencies for TypeScript rules build**
Original file line number Diff line number Diff line change 1
- 2.28.4
1
+ 3.0.0-alpha-0
You can’t perform that action at this time.
0 commit comments