Skip to content

Commit 3886147

Browse files
authored
Prepare for release 3.0.5. Update release notes (#856)
## Usage and product changes Prepare for release 3.0.5. Update release notes ## Motivation ## Implementation
1 parent 4829020 commit 3886147

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

RELEASE_NOTES_LATEST.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ which versions of Studio are compatible with which versions of TypeDB server.
2020

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-
2823

2924

3025
## Code Refactors
26+
- **Update the Driver dependency to work with optional concepts from rows**
3127

3228

3329
## Other Improvements

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.4
1+
3.0.5

dependencies/typedb/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def typedb_driver():
2929
git_repository(
3030
name = "typedb_driver",
3131
remote = "https://github.com/typedb/typedb-driver",
32-
commit = "c0653ca0615f4075492f0b098960d291468ebd91", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
32+
tag = "3.0.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
3333
)

0 commit comments

Comments
 (0)