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
77Available from https://crates.io/crates/typedb-protocol
88
99``` sh
10- cargo add typedb-protocol@2.28.4
10+ cargo add typedb-protocol@3.0.0-alpha-0
1111```
1212
1313#### For Node.js through npm
1414
1515Available from https://www.npmjs.com/package/typedb-protocol
1616
1717``` sh
18- npm install typedb-protocol@2.28.4
18+ npm install typedb-protocol@3.0.0-alpha-0
1919```
2020or
2121``` sh
22- yarn add typedb-protocol@2.28.4
22+ yarn add typedb-protocol@3.0.0-alpha-0
2323```
2424
2525
2626## New Features
2727
28+ - ** Implement TypeDB 3.0 protocol**
29+
30+ - ** Implement TypeDB 3.0 protocol refinements**
2831
2932## Bugs Fixed
3033
3336
3437
3538## 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