From 349878f7a990bf4e372a21770b806826554f47b4 Mon Sep 17 00:00:00 2001 From: Sam Butcher Date: Fri, 6 Dec 2024 14:47:12 +0000 Subject: [PATCH] Prepare release 2.28.6 (#850) ## Usage and product changes ## Motivation ## Implementation --- RELEASE_NOTES_LATEST.md | 17 +++-------------- VERSION | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index 0d953c1a..647df12b 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -3,7 +3,7 @@ TypeDB Studio is available for Linux, Mac and Windows operating systems. - Installation instructions: https://typedb.com/docs/home/install/studio -- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.4 +- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.6 - User manual: https://typedb.com/docs/manual/studio #### TypeDB Server Compatibility @@ -13,23 +13,12 @@ compatibility between Studio and TypeDB server. --- - ## New Features -- **Allow connection through Connection URIs** - -We introduce the ability to connect to TypeDB through a "Connection URI". -This can be used as an alternative to the existing connection dialog. - -Example Connection URIs: - -`typedb-core://localhost:1729` - -`typedb-cloud://admin:password@abc123-0.dep.cloud.typedb.com:1729/?tlsEnabled=true` - - ## Bugs Fixed +We fix an issue where attempting to parse `typedb-core://` connection URIs would cause crashes + ## Code Refactors ## Other Improvements diff --git a/VERSION b/VERSION index cb5e764f..759bcf0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.28.5 +2.28.6