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
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,25 @@
1
1
## Distribution
2
2
3
-
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.4
3
+
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.29.0
4
4
5
5
6
6
## New Features
7
+
-**TypeQL queries executed via source command are asynchronous**
8
+
TypeQL files executed via source command are asynchronous
9
+
10
+
11
+
-**Directly specify password in the 'password-update' command**
12
+
13
+
It is now possible to invoke `password-update` command and specify the password together, instead of having to supply them in the following prompt. This new variant makes it possible to call it non-interactively.
14
+
7
15
8
16
## Bugs Fixed
9
-
-**Remove hard-coded value for transaction timeout**
10
-
Removes a hard-coded value for transaction timeout, which prevented the user's setting from taking effect.
17
+
11
18
12
19
## Code Refactors
13
20
21
+
14
22
## Other Improvements
15
-
-**Bump dependencies for rules-python & pin CircleCI windows executor**
16
-
Bump dependencies for rules-python update. This fixes an error on windows builds in CircleCI.
17
-
We also pin the image used for Windows builds on CircleCI to prevent updates from breaking the pipeline.
23
+
-**Migrate CircleCI mac jobs to arm64 executors**
24
+
Migrates the CircleCI mac jobs to arm64 executors
18
25
19
-
-**Turn off statistics reporting in CI**
20
-
We turn off the statistics reporting in our CI builds not to send non-real diagnostics data.
0 commit comments