Skip to content

Commit 380b8a8

Browse files
Update VERSION to 2.25.0 and generate release notes
1 parent 42d0ee7 commit 380b8a8

File tree

4 files changed

+26
-14
lines changed

4 files changed

+26
-14
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,41 @@ brew tap vaticle/tap
99
brew install --cask vaticle/tap/typedb-studio
1010
```
1111

12-
### TypeDB Server Compatible Versions
12+
### TypeDB Server Compatibility
1313

14-
See the [compatibility table](https://typedb.com/docs/clients/2.x/studio#_version_compatibility) at our Studio
15-
documentation for which versions of Studio are compatible with which versions of TypeDB.
14+
See the [compatibility table](https://typedb.com/docs/clients/studio#_version_compatibility) to see
15+
which versions of Studio are compatible with which versions of TypeDB server.
1616

1717
---
1818

1919

2020
## New Features
21-
22-
23-
## Bugs Fixed
24-
- **Fix unpacking driver runtime files into working directory**
21+
- **Implement Fetch query**
22+
23+
We update to the newest version of TypeDB Driver which supports Fetch queries. As Fetch queries return a stream of JSONs, they are only available in text output view, not as a graph.
24+
25+
For more details, see https://github.com/vaticle/typeql/pull/300
26+
27+
28+
- **Support value variables in log output**
2529

26-
Due to a bug in the Java driver, we unpacked the driver dynamic library into the current working directory of Studio, rather than into a temporary directory. This was at best confusing, and at worst caused an unrecognized error in cases where the Studio was run from a read-only directory (such as `/Applications/` on mac OS.
30+
We now handle the possibility of Values being returned as part of a ConceptMap. Retrieved pure values are not displayed in the graph view, but printed out as expected in the log view.
2731

28-
We update to the driver version with the fix.
2932

3033

34+
## Bugs Fixed
35+
36+
3137
## Code Refactors
3238

3339

3440
## Other Improvements
41+
- **Update README file**
42+
43+
Update the README file.
44+
45+
46+
- **Update CODEOWNERS**
3547

3648

3749

RELEASE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ brew tap vaticle/tap
99
brew install --cask vaticle/tap/typedb-studio
1010
```
1111

12-
### TypeDB Server Compatible Versions
12+
### TypeDB Server Compatibility
1313

14-
See the [compatibility table](https://typedb.com/docs/clients/2.x/studio#_version_compatibility) at our Studio
15-
documentation for which versions of Studio are compatible with which versions of TypeDB.
14+
See the [compatibility table](https://typedb.com/docs/clients/studio#_version_compatibility) to see
15+
which versions of Studio are compatible with which versions of TypeDB server.
1616

1717
---
1818

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def vaticle_typedb_common():
4242
git_repository(
4343
name = "vaticle_typedb_common",
4444
remote = "https://github.com/vaticle/typedb-common",
45-
tag = "2.24.15", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
45+
tag = "2.25.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
4646
)
4747

4848
def vaticle_typedb_driver():

0 commit comments

Comments
 (0)