Skip to content

Commit 111f1a9

Browse files
committed
Update version to 3.0.0. Update release notes and dependencies
1 parent 3ead863 commit 111f1a9

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,27 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add typedb-protocol@3.0.0-alpha-7
10+
cargo add typedb-protocol@3.0.0
1111
```
1212

1313
#### For Node.js through npm
1414

1515
Available from https://www.npmjs.com/package/typedb-protocol
1616

1717
```sh
18-
npm install typedb-protocol@3.0.0-alpha-7
18+
npm install typedb-protocol@3.0.0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@3.0.0-alpha-7
22+
yarn add typedb-protocol@3.0.0
2323
```
2424

2525

2626
## New Features
27+
- **Update protocol for TypeDB 3.0**
28+
We introduce a new version of protocol to support TypeDB 3.0 with updated TypeQL and APIs.
2729

28-
30+
2931
## Bugs Fixed
3032

3133

@@ -34,8 +36,4 @@ yarn add typedb-protocol@3.0.0-alpha-7
3436

3537
## Other Improvements
3638

37-
- **Add query type to all Query responses**
38-
We add a `query_type` field to all the `Query.InitialRes.Ok` to support
39-
retrieval of this information for any `QueryAnswer` on the client side.
40-
Additionally, the `Ok.Empty` message was renamed to `Ok.Done`.
4139

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-alpha-7
1+
3.0.0

dependencies/typedb/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def typedb_dependencies():
88
git_repository(
99
name = "typedb_dependencies",
1010
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "70e8b662d2b3f10bba64befcc2c5183949eb9efa", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "52191031bb1231c714a2f2017571d61c81b4a890", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
1212
)

0 commit comments

Comments
 (0)