Skip to content

Commit 307a1b7

Browse files
Update VERSION to 2.28.0 and create release notes (#833)
## Usage and product changes We update VERSION to 2.28.0 and create release notes.
1 parent fe0cd74 commit 307a1b7

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

RELEASE_NOTES_LATEST.md

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

3-
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.27.0.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.27.0)
3+
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.28.0.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.0)
44

55
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
66

@@ -18,24 +18,35 @@ which versions of Studio are compatible with which versions of TypeDB server.
1818

1919

2020
## New Features
21+
- **Cloud address translation**
22+
23+
We introduce a way to provide address translation when attempting to connect to cloud servers (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).
24+
25+
Note: we currently require that the user provides translation for the addresses of _all_ nodes in the Cloud deployment.
26+
27+
<img width="532" src="https://github.com/vaticle/typedb-studio/assets/18616863/74859fbd-de4f-4844-b1e6-f3507dc364b7">
28+
2129

22-
30+
- **Store cursor position when changing lines**
31+
32+
We store cursor positions when changing lines as described in https://github.com/vaticle/typedb-studio/issues/748. This is standard behaviour in other IDEs, such as IntelliJ IDEA and VSCode.
33+
34+
Before:
35+
36+
https://github.com/vaticle/typedb-studio/assets/51956016/9a4232b2-fb41-4276-9b48-76d741143329
37+
38+
After:
39+
40+
https://github.com/vaticle/typedb-studio/assets/51956016/0f311437-15f4-4a66-96d8-0005dedc6ad7
41+
2342
## Bugs Fixed
2443

2544

2645
## Code Refactors
2746

2847

2948
## Other Improvements
30-
- **Fix syntax highlighting for quoted strings**
31-
We fix the highlighting for string literals to make it yellow as it used to be. The highlighting had not been correct due to a bug introduced in TypeDB Studio 2.25.0.
32-
33-
Before:
34-
![image](https://github.com/vaticle/typedb-studio/assets/22564079/f4a9165b-93c7-4115-8646-5f9352e232f0)
35-
36-
After:
37-
![image](https://github.com/vaticle/typedb-studio/assets/22564079/24d88b06-4ff5-4f44-9feb-f30131b9116e)
38-
39-
40-
49+
- **Fix Windows short workspace git patch**
50+
51+
- **Replace licenses with MPL version 2.0**
4152

VERSION

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

0 commit comments

Comments
 (0)