Skip to content

Commit 489f80b

Browse files
authored
Merge for 2.28.0 release (#246)
## Usage and product changes We merge development into master for 2.28.0 release.
2 parents 7a7bf15 + 27b3583 commit 489f80b

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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-rc0
3+
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.0
44

55

66
## New Features
77
- **Cloud address translation**
8-
8+
99
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:
10+
11+
Example usage:
1212
```bash
1313
console \
1414
--cloud=typedb1.domain.com:1729=typedb.local:11729,typedb2.domain.com:1729=typedb.local:21729 \
@@ -21,8 +21,10 @@ Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/pub
2121
--cloud=typedb2.domain.com:1729=typedb.local:21729 \
2222
--username=<user> --password=<password>
2323
```
24-
24+
2525
Note: we currently require that the user provides translation for the addresses of _all_ nodes in the Cloud deployment.
26+
27+
2628

2729
## Bugs Fixed
2830

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

3234

3335
## Other Improvements
34-
- **Merge master into development after 2.27.0 release**
35-
36-
We merge changes made during the release of 2.27.0 back into development.
37-
36+
- **Fix git patch for Windows build**
37+
38+
We update the git patch used for workspace path shortening in Windows CI builds.
39+

VERSION

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

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.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
18+
tag = "2.28.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
1919
)

0 commit comments

Comments
 (0)