Skip to content

Commit 2c46a3f

Browse files
Bump version & prepare release notes for 2.29.0 (#261)
## Usage and product changes Bump version & prepare release notes for 2.29.0
1 parent 01e33f3 commit 2c46a3f

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
## Distribution
22

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
44

55

66
## 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+
715

816
## 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+
1118

1219
## Code Refactors
1320

21+
1422
## 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
1825

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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.4
1+
2.29.0

dependencies/maven/artifacts.snapshot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
@maven//:com_googlecode_java_diff_utils_diffutils_1_3_0
2929
@maven//:com_squareup_okhttp_okhttp_2_7_5
3030
@maven//:com_squareup_okio_okio_1_17_5
31-
@maven//:com_vaticle_typedb_typedb_cloud_runner_2_28_3
32-
@maven//:com_vaticle_typedb_typedb_common_2_28_1
33-
@maven//:com_vaticle_typedb_typedb_runner_2_28_3
31+
@maven//:com_vaticle_typedb_typedb_cloud_runner_0_0_0_5dac26a166b026e306f2e1cd86462785a85c997d
32+
@maven//:com_vaticle_typedb_typedb_common_2_28_6
33+
@maven//:com_vaticle_typedb_typedb_runner_0_0_0_bf02c9c734eec2cb71ddaaa9f7050e18c2a003eb
3434
@maven//:com_vdurmont_semver4j_3_1_0
3535
@maven//:commons_codec_commons_codec_1_13
3636
@maven//:commons_io_commons_io_2_3

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def vaticle_typedb_driver():
1515
git_repository(
1616
name = "vaticle_typedb_driver",
1717
remote = "https://github.com/vaticle/typedb-driver",
18-
tag = "2.28.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
18+
tag = "2.29.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
1919
)

0 commit comments

Comments
 (0)