Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/drivers/
Available from https://crates.io/crates/typedb-protocol

```sh
cargo add typedb-protocol@3.4.0-rc0
cargo add typedb-protocol@3.4.0
```

#### For Node.js through npm

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

```sh
npm install typedb-protocol@3.4.0-rc0
npm install typedb-protocol@3.4.0
```
or
```sh
yarn add typedb-protocol@3.4.0-rc0
yarn add typedb-protocol@3.4.0
```


Expand All @@ -40,5 +40,7 @@ yarn add typedb-protocol@3.4.0-rc0


## Other Improvements


- **Fix build errors and update dependencies**
Support build on Apple Clang 17+ by updating dependencies (details: https://github.com/typedb/typedb-dependencies/pull/577).
Fix bazel build by adding an implicit dependency to the build configuration.
Reintroduce CI correctness validation jobs.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0-rc0
3.4.0