-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 3.0.0. Update release notes and dependencies
- Loading branch information
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,25 +7,27 @@ Documentation: https://typedb.com/docs/clients/2.x/clients | |
Available from https://crates.io/crates/typedb-protocol | ||
|
||
```sh | ||
cargo add [email protected]-alpha-7 | ||
cargo add [email protected] | ||
``` | ||
|
||
#### For Node.js through npm | ||
|
||
Available from https://www.npmjs.com/package/typedb-protocol | ||
|
||
```sh | ||
npm install [email protected]-alpha-7 | ||
npm install [email protected] | ||
``` | ||
or | ||
```sh | ||
yarn add [email protected]-alpha-7 | ||
yarn add [email protected] | ||
``` | ||
|
||
|
||
## New Features | ||
- **Update protocol for TypeDB 3.0** | ||
We introduce a new version of protocol to support TypeDB 3.0 with updated TypeQL and APIs. | ||
|
||
|
||
## Bugs Fixed | ||
|
||
|
||
|
@@ -34,8 +36,4 @@ yarn add [email protected] | |
|
||
## Other Improvements | ||
|
||
- **Add query type to all Query responses** | ||
We add a `query_type` field to all the `Query.InitialRes.Ok` to support | ||
retrieval of this information for any `QueryAnswer` on the client side. | ||
Additionally, the `Ok.Empty` message was renamed to `Ok.Done`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.0-alpha-7 | ||
3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters