Skip to content

Commit 478983c

Browse files
committed
Prepare release 2.28.4
1 parent fd3de31 commit 478983c

2 files changed

Lines changed: 15 additions & 33 deletions

File tree

RELEASE_NOTES_LATEST.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,34 @@
11
### Distribution
22

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)
3+
TypeDB Studio is available for Linux, Mac and Windows operating systems.
44

5-
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
5+
- Installation instructions: https://typedb.com/docs/home/install/studio
6+
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.4
7+
- User manual: https://typedb.com/docs/manual/studio
68

7-
```
8-
brew tap vaticle/tap
9-
brew install --cask vaticle/tap/typedb-studio
10-
```
9+
#### TypeDB Server Compatibility
1110

12-
### TypeDB Server Compatibility
13-
14-
See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to see
15-
which versions of Studio are compatible with which versions of TypeDB server.
11+
See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to ensure
12+
compatibility between Studio and TypeDB server.
1613

1714
---
1815

1916

2017
## 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-
18+
- **Deploy to APT**
19+
20+
Users of Ubuntu and other Debian-like Linux distributions will now be able to install the
21+
`typedb-studio` package from the Vaticle APT repo (https://repo.typedb.com/public/public-release/deb/ubuntu).
22+
23+
- **Introduce 'Close Database Session' button**
2924

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
4125

4226
## Bugs Fixed
27+
- **Clean up ServerDialog and trim whitespaces from address input form**
4328

4429

4530
## Code Refactors
4631

4732

4833
## Other Improvements
49-
- **Fix Windows short workspace git patch**
50-
51-
- **Replace licenses with MPL version 2.0**
5234

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.3
1+
2.28.4

0 commit comments

Comments
 (0)