File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 2.28.4
1+ 2.28.5
You can’t perform that action at this time.
0 commit comments