-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge to master for 2.24.15 release (#492)
## What is the goal of this PR? Merge for 2.24.15 release with fixed temporary directory paths.
- Loading branch information
Showing
4 changed files
with
10 additions
and
20 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,2 +1 @@ | ||
/* @alexjpwalker @benjaminasmall @flyingsilverfin | ||
/dependencies @alexjpwalker @haikalpribadi @benjaminasmall @flyingsilverfin | ||
/* @dmitrii-ubskii @flyingsilverfin |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/clients/2.x/rust/rust-api-ref | |
|
||
|
||
```sh | ||
cargo add [email protected].14 | ||
cargo add [email protected].15 | ||
``` | ||
|
||
|
||
|
@@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/clients/2.x/java/java-api-ref | |
<dependency> | ||
<groupid>com.vaticle.typedb</groupid> | ||
<artifactid>typedb-driver</artifactid> | ||
<version>2.24.14</version> | ||
<version>2.24.15</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
|
@@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/clients/2.x/python/python-api-ref | |
Available through https://pypi.org | ||
|
||
``` | ||
pip install typedb-driver==2.24.14 | ||
pip install typedb-driver==2.24.15 | ||
``` | ||
|
||
### NodeJS driver | ||
|
@@ -51,28 +51,19 @@ NPM package: https://www.npmjs.com/package/typedb-driver | |
Documentation: https://typedb.com/docs/clients/2.x/node-js/node-js-api-ref | ||
|
||
``` | ||
npm install [email protected].14 | ||
npm install [email protected].15 | ||
``` | ||
|
||
|
||
## New Features | ||
|
||
|
||
## Bugs Fixed | ||
- **Set release compilation mode to optimized** | ||
|
||
We set the Bazel compilation mode for releases to `opt` to ensure that native-wrapped driver is maximally performant. | ||
|
||
|
||
|
||
## Code Refactors | ||
|
||
|
||
## Other Improvements | ||
- **Remove spurious print lines from node client** | ||
|
||
- **Update README.md** | ||
|
||
- **New issue template: Language Driver Request** | ||
|
||
We added a new issue template for requesting a language to support. | ||
|
||
- **Unpack native libraries into temporary directory instead of current directory** | ||
|
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 @@ | ||
2.24.14 | ||
2.24.15 |
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