Skip to content

Commit

Permalink
Merge for 2.28.0 release (#246)
Browse files Browse the repository at this point in the history
## Usage and product changes

We merge development into master for 2.28.0 release.
  • Loading branch information
typedb-bot authored May 1, 2024
2 parents 7a7bf15 + 27b3583 commit 489f80b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Distribution

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


## New Features
- **Cloud address translation**

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).

Example usage:
Example usage:
```bash
console \
--cloud=typedb1.domain.com:1729=typedb.local:11729,typedb2.domain.com:1729=typedb.local:21729 \
Expand All @@ -21,8 +21,10 @@ Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/pub
--cloud=typedb2.domain.com:1729=typedb.local:21729 \
--username=<user> --password=<password>
```

Note: we currently require that the user provides translation for the addresses of _all_ nodes in the Cloud deployment.



## Bugs Fixed

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


## Other Improvements
- **Merge master into development after 2.27.0 release**

We merge changes made during the release of 2.27.0 back into development.

- **Fix git patch for Windows build**
We update the git patch used for workspace path shortening in Windows CI builds.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0-rc0
2.28.0
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def vaticle_typedb_driver():
git_repository(
name = "vaticle_typedb_driver",
remote = "https://github.com/vaticle/typedb-driver",
tag = "2.28.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
tag = "2.28.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
)

0 comments on commit 489f80b

Please sign in to comment.