Skip to content

Commit

Permalink
Update VERSION to 2.24.15
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Oct 11, 2023
1 parent 7e8efb3 commit 90e0a92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@


## Bugs Fixed
- **Set release compilation mode to optimized**

We set the Bazel compilation mode for releases to `opt`.


## Code Refactors
- **Fix unpacking driver runtime files into working directory**

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.

We update to the driver version with the fix.


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

- **Fix test path**

- **Add native assembly test reliant on Core artifact pulled through Driver**
## Code Refactors


## Other Improvements


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.14
2.24.15
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ def vaticle_typedb_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
tag = "2.24.14", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
tag = "2.24.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
)

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

0 comments on commit 90e0a92

Please sign in to comment.