Skip to content

Commit

Permalink
Prepare release 3.0.4 (#272)
Browse files Browse the repository at this point in the history
## Usage and product changes
Bump version & prepare release notes for 3.0.4
  • Loading branch information
typedb-bot authored Jan 27, 2025
2 parents f4ec7e1 + b379f85 commit bf56c2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## Distribution

Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.0.2
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.0.4


## New Features
- **Update console to support TypeDB 3.0.2 and its features**
- **Update console to support TypeDB 3.0.4 and its features**

## Bugs Fixed


## Code Refactors


## Other Improvements
- **Remove debug println**
- **Fix printing of variables with empty values and rows with no columns**
Enhance printing logic to handle two special cases of received answers:

* 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).
* When concept rows are returned, but they do not have any columns inside (possible for `delete` stages), a special message is written, and the number of answers (rows) is still presented.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.4
2 changes: 1 addition & 1 deletion dependencies/typedb/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def typedb_driver():
git_repository(
name = "typedb_driver",
remote = "https://github.com/typedb/typedb-driver",
tag = "3.0.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
tag = "3.0.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
)

0 comments on commit bf56c2a

Please sign in to comment.