Skip to content

Commit bbf8bd9

Browse files
chore(release): v0.28.0
1 parent cc3707b commit bbf8bd9

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dory",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": true,
55
"description": "Dory desktop application",
66
"author": "Dory",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"description": "Dory",
55
"author": "Dory Lab",
66
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doryporoject",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": true,
55
"repository": {
66
"type": "git",

release-notes/v0.28.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## What's Changed
2+
3+
### Features
4+
- Added native Supabase connection support, including dedicated connection form, validation, and TLS configuration handling.
5+
- Extended SQL console capabilities to work with Supabase databases, including dialect-aware SQL execution and tooling integration for AI-assisted queries.
6+
7+
### Improvements
8+
- Updated connection UI components to display Supabase as a first-class database option, with custom icon and type handling.
9+
- Enhanced AI prompt tooling to include Supabase-specific SQL operations in the `sql.tools` context.
10+
11+
### Internal
12+
- Added comprehensive test coverage for Supabase connection TLS behavior.

0 commit comments

Comments
 (0)