Skip to content

Commit

Permalink
Update version to 3.0.0. Update release notes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
farost committed Dec 20, 2024
1 parent 3ead863 commit 111f1a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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`.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-alpha-7
3.0.0
2 changes: 1 addition & 1 deletion dependencies/typedb/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def typedb_dependencies():
git_repository(
name = "typedb_dependencies",
remote = "https://github.com/typedb/typedb-dependencies",
commit = "70e8b662d2b3f10bba64befcc2c5183949eb9efa", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
commit = "52191031bb1231c714a2f2017571d61c81b4a890", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
)

0 comments on commit 111f1a9

Please sign in to comment.