Skip to content

Commit a7e317a

Browse files
authored
Update release notes and prepare for 3.0.4 release (#854)
## Usage and product changes Update release notes and prepare for 3.0.4 release ## Motivation ## Implementation
1 parent a4298c4 commit a7e317a

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,34 @@
33
TypeDB Studio is available for Linux, Mac and Windows operating systems.
44

55
- Installation instructions: https://typedb.com/docs/home/install-tools#_studio
6-
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.0.1
7-
- User manual: https://typedb.com/docs/manual/studio
6+
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.0.4
7+
- User manual: https://typedb.com/docs/manual/tools/studio
88

9-
#### TypeDB Server Compatibility
9+
### TypeDB Server Compatibility
1010

1111
TypeDB Studio 3.0 is compatible with TypeDB 3.0.
1212

13-
See the [compatibility table](https://typedb.com/docs/manual/studio#_version_compatibility) to ensure
14-
compatibility between Studio and TypeDB server.
13+
See the [compatibility table](https://typedb.com/docs/manual/tools/studio#_version_compatibility) to see
14+
which versions of Studio are compatible with which versions of TypeDB server.
1515

1616
---
1717

18+
1819
## New Features
1920

20-
TypeDB Studio now supports querying TypeDB 3.0!
2121

2222
## Bugs Fixed
23+
- **Fix printing of variables with empty values and rows with no columns**
24+
Enhance printing logic to handle two special cases of received answers:
25+
* When a variable with no values is returned, an empty result will be shown instead of a crash (it used to be considered an impossible situation).
26+
* When concept rows are returned, but they do not have any columns inside (possible for delete stages), a special message is written for every row processed (this behavior is temporarily different from Console).
27+
28+
2329

2430
## Code Refactors
2531

32+
2633
## Other Improvements
34+
35+
36+

RELEASE_TEMPLATE.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
### Distribution
22

3-
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio {version}.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:{version})
3+
TypeDB Studio is available for Linux, Mac and Windows operating systems.
44

5-
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
6-
7-
```
8-
brew tap typedb/tap
9-
brew install --cask typedb/tap/typedb-studio
10-
```
5+
- Installation instructions: https://typedb.com/docs/home/install-tools#_studio
6+
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:{version}
7+
- User manual: https://typedb.com/docs/manual/tools/studio
118

129
### TypeDB Server Compatibility
1310

14-
See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to see
11+
See the [compatibility table](https://typedb.com/docs/manual/tools/studio#_version_compatibility) to see
1512
which versions of Studio are compatible with which versions of TypeDB server.
1613

1714
---

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.4

0 commit comments

Comments
 (0)