Skip to content

Commit

Permalink
Update VERSION to 2.28.0 and create release notes (#833)
Browse files Browse the repository at this point in the history
## Usage and product changes

We update VERSION to 2.28.0 and create release notes.
  • Loading branch information
dmitrii-ubskii authored May 7, 2024
1 parent fe0cd74 commit 307a1b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
37 changes: 24 additions & 13 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Distribution

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

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

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


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

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

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

<img width="532" src="https://github.com/vaticle/typedb-studio/assets/18616863/74859fbd-de4f-4844-b1e6-f3507dc364b7">



- **Store cursor position when changing lines**

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.

Before:

https://github.com/vaticle/typedb-studio/assets/51956016/9a4232b2-fb41-4276-9b48-76d741143329

After:

https://github.com/vaticle/typedb-studio/assets/51956016/0f311437-15f4-4a66-96d8-0005dedc6ad7

## Bugs Fixed


## Code Refactors


## Other Improvements
- **Fix syntax highlighting for quoted strings**
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.

Before:
![image](https://github.com/vaticle/typedb-studio/assets/22564079/f4a9165b-93c7-4115-8646-5f9352e232f0)

After:
![image](https://github.com/vaticle/typedb-studio/assets/22564079/24d88b06-4ff5-4f44-9feb-f30131b9116e)



- **Fix Windows short workspace git patch**

- **Replace licenses with MPL version 2.0**

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.27.0
2.28.0

0 comments on commit 307a1b7

Please sign in to comment.