Skip to content

Commit cc3f48a

Browse files
Update VERSION and dependencies to 2.25.0
1 parent 8b5c2b1 commit cc3f48a

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11

22
## New Features
3-
3+
- **Implement Fetch query**
4+
5+
We update to the newest version of TypeDB Driver which supports Fetch queries.
6+
7+
For more details on fetch queries, see https://github.com/vaticle/typeql/pull/300
8+
49

510
## Bugs Fixed
611

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.
12-
13-
14-
1512

1613
## Code Refactors
1714

1815

1916
## Other Improvements
17+
- **Add newline after define and undefine print status to match new streaming query formatting**
2018

2119

VERSION

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

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.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
31+
tag = "2.25.0", # 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-
commit = "fa567227e5349d43e207155a377a14669a0163ce", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.25.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)