Skip to content

Commit 42ed11a

Browse files
Update VERSION to 2.28.2-rc1 and create release notes (#248)
## Usage and product changes Updates dependencies, Bumps version, and prepare release notes for version 2.28.2-rc1
1 parent 8f81989 commit 42ed11a

File tree

4 files changed

+10
-29
lines changed

4 files changed

+10
-29
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
## Distribution
22

3-
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.0
3+
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.2-rc1
44

55

66
## New Features
7-
- **Cloud address translation**
8-
9-
We allow connection to the cloud servers using an address translation mapping (cf. https://github.com/vaticle/typedb-driver/pull/624). This is useful when the route from the user to the servers differs from the route the servers are configured with (e.g. connection to public-facing servers from an internal network).
10-
11-
Example usage:
12-
```bash
13-
console \
14-
--cloud=typedb1.domain.com:1729=typedb.local:11729,typedb2.domain.com:1729=typedb.local:21729 \
15-
--username=<user> --password=<password>
16-
```
17-
or:
18-
```bash
19-
console \
20-
--cloud=typedb1.domain.com:1729=typedb.local:11729 \
21-
--cloud=typedb2.domain.com:1729=typedb.local:21729 \
22-
--username=<user> --password=<password>
23-
```
24-
25-
Note: we currently require that the user provides translation for the addresses of _all_ nodes in the Cloud deployment.
26-
27-
7+
288

299
## Bugs Fixed
3010

@@ -33,7 +13,8 @@ Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/pub
3313

3414

3515
## Other Improvements
36-
- **Fix git patch for Windows build**
37-
38-
We update the git patch used for workspace path shortening in Windows CI builds.
16+
- **Turn off statistics reporting in CI**
17+
We turn off the `--diagnostics.reporting.statistics` in our CI builds not to send non-real diagnostics data.
3918

19+
In version 2.28 and earlier, this flag purely prevents `TypeDB` from sending any diagnostics data.
20+
In the upcoming version 2.28.1, this flag still allows `TypeDB` to send a single diagnostics snapshot with the information of when the diagnostics data has been turned off, but it happens only after the server runs for 1 hour, so we expect the CI builds not to reach this point and not to send any diagnostics data as well.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.0
1+
2.28.2-rc1

dependencies/maven/artifacts.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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_0_0_0_81def47a63eacbd51934e63ba842b06116643c15
32-
@maven//:com_vaticle_typedb_typedb_runner_0_0_0_fee8e9c5a8c17a58b4639b91e23458e715e0d3a3
31+
@maven//:com_vaticle_typedb_typedb_cloud_runner_2_28_0
32+
@maven//:com_vaticle_typedb_typedb_runner_2_28_0
3333
@maven//:com_vdurmont_semver4j_3_1_0
3434
@maven//:commons_codec_commons_codec_1_13
3535
@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-
commit = "4e6df5281f127a097de507ed08a64c1b87931fed", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
18+
tag = "2.28.2-rc1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
1919
)

0 commit comments

Comments
 (0)