Skip to content

Commit ec559d5

Browse files
authored
Prepare release 2.28.5 (#845)
## Usage and product changes ## Implementation
1 parent 45d986f commit ec559d5

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ compatibility between Studio and TypeDB server.
1515

1616

1717
## New Features
18-
- **Deploy to APT**
1918

20-
Users of Ubuntu and other Debian-like Linux distributions will now be able to install the
21-
`typedb-studio` package from the TypeDB APT repo (https://repo.typedb.com/public/public-release/deb/ubuntu).
19+
- **Allow connection through Connection URIs**
2220

23-
- **Introduce 'Close Database Session' button**
21+
We introduce the ability to connect to TypeDB through a "Connection URI".
22+
This can be used as an alternative to the existing connection dialog.
2423

25-
26-
## Bugs Fixed
27-
- **Clean up ServerDialog and trim whitespaces from address input form**
24+
Example Connection URIs:
2825

26+
`typedb-core://localhost:1729`
2927

30-
## Code Refactors
28+
`typedb-cloud://admin:[email protected]:1729/?tlsEnabled=true`
3129

3230

33-
## Other Improvements
31+
## Bugs Fixed
3432

33+
## Code Refactors
34+
35+
## Other Improvements

VERSION

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

0 commit comments

Comments
 (0)