You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES_LATEST.md
+2-27Lines changed: 2 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,13 @@
1
1
## Distribution
2
2
3
-
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.5.4
3
+
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.7.0-rc0
4
4
5
5
6
6
## New Features
7
7
8
8
9
9
## Bugs Fixed
10
-
-**Fix optional argument parsing and add tests**
11
-
12
-
We fix a reported error where optional arguments (such as the sha for a `source` command) would cause errors when not present in a script. In particular, the next script line would be consumed as the sha.
13
-
14
-
For example, pasting the following script into a open transaction repl would error:
Expected 'attributes.tql' to have sha256 'source', but calculated 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855',
23
-
```
24
-
25
-
We fix this by annotating which commands are multiline and which are single line. Single-line commands always stop parsing at a newline. Only queries are allowed to be multiline at this point in time.
26
-
27
-
We also add a new assembly test, which runs an extensive script testing various parts of Console:
0 commit comments