Skip to content

Commit 90e0a92

Browse files
Update VERSION to 2.24.15
1 parent 7e8efb3 commit 90e0a92

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44

55
## Bugs Fixed
6-
- **Set release compilation mode to optimized**
7-
8-
We set the Bazel compilation mode for releases to `opt`.
9-
106

11-
## Code Refactors
7+
- **Fix unpacking driver runtime files into working directory**
8+
9+
Due to a bug in the Java driver, we unpacked the driver dynamic library into the current working directory, rather than into a temporary directory.
10+
11+
We update to the driver version with the fix.
1212

1313

14-
## Other Improvements
15-
- **Use randomly chosen address/port in console tests**
1614

17-
- **Fix test path**
1815

19-
- **Add native assembly test reliant on Core artifact pulled through Driver**
16+
## Code Refactors
17+
18+
19+
## Other Improvements
2020

2121

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.14
1+
2.24.15

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def vaticle_typedb_common():
2828
git_repository(
2929
name = "vaticle_typedb_common",
3030
remote = "https://github.com/vaticle/typedb-common",
31-
tag = "2.24.14", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
31+
tag = "2.24.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3232
)
3333

3434
def vaticle_typedb_driver():
3535
git_repository(
3636
name = "vaticle_typedb_driver",
3737
remote = "https://github.com/vaticle/typedb-driver",
38-
tag = "2.24.14", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.24.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)