Skip to content

Commit 9c55aca

Browse files
Update VERSION to 2.24.8
1 parent 53483d0 commit 9c55aca

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
11

22
## New Features
3-
- **Deploy one artifact per platform**
4-
5-
We split the typedb-console distribution into 5: one per operating system+architecture. We now publish:
6-
7-
1) `linux-x86_64`
8-
2) `linux-arm64`
9-
3) `mac-x86_64`
10-
4) `mac-arm64`
11-
5) `windows-x86_64`
12-
13-
We orchestrate all releases through CircleCI, for both artifacts and apt. Build targets in this repository are now platform-native, and deployment rules for specific platforms are protected by Bazel's platform target compatibility flags.
14-
15-
3+
4+
- **Upgrade to typedb-driver 2.24.8 which requires a lower glibc version***
5+
166

177
## Bugs Fixed
188

199

2010
## Code Refactors
21-
- **Replace usages of 'client' and 'cluster' with 'driver' and 'enterprise' throughout**
22-
23-
We replace the term 'cluster' with 'enterprise', to reflect the new consistent terminology used through Vaticle. We also replace 'client' with 'driver', where appropriate.
24-
25-
26-
- **Upgrade underlying typedb-driver**
27-
28-
We upgrade the underlying Java driver to the latest version.
29-
30-
11+
3112

3213
## Other Improvements
3314

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.7
1+
2.24.8

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def vaticle_typedb_driver():
3535
git_repository(
3636
name = "vaticle_typedb_driver",
3737
remote = "https://github.com/vaticle/typedb-driver",
38-
tag = "2.24.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.24.8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)