You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,34 @@ for product tags (`vMAJOR.MINOR.PATCH`).
8
8
9
9
Product releases follow a **weekly cadence** (Saturday 09:00 America/Los_Angeles). See `docs/oss-ux/RELEASE.md`.
10
10
11
+
## [1.3.0] — 2026-08-24
12
+
13
+
### Added
14
+
15
+
-**DeepSQL Desktop** — first-ship Electron thin client (`desktop/`) with direct TLS and SSH-tunnel transports, connection profiles, OS keychain secrets, and native chrome (#73).
16
+
- Desktop release workflow (`.github/workflows/desktop-release.yml`) for macOS / Windows / Linux installers on `desktop-v*` tags.
17
+
- Enforceable Agent brain-note proposals with non-blocking save bubbles (#75).
- Cross-user MCP credential leak in the Agent tab — provisioner no longer last-writer-wins across Hermes profiles; MCP tokens bind to declared client identity (#78).
23
+
- View as Agent enforces the target user’s data policy on new Agent threads (#71).
24
+
- Chat schema allowlist enumerates the whole statement (#70).
- Documented CORS loopback wildcards required for Desktop SSH tunnels (`CORS_ALLOWED_ORIGINS`).
32
+
-`@deepsql/mcp` → `0.27.1`.
33
+
- DeepSQL Desktop package → `1.0.0` (cut installers with `desktop-v1.0.0`).
34
+
35
+
### Notes
36
+
37
+
- Open follow-up: dashboard workspaces + custom roles (#80) intentionally not in this cut.
38
+
11
39
## [1.2.0] — 2026-08-19
12
40
13
41
### Added
@@ -82,6 +110,7 @@ First public OSS release.
82
110
- Residual high-severity items tracked in `docs/oss-ux/OSS_SECURITY_REVIEW.md` (IDOR sweep, SET preamble allowlist, SSRF hardening, share-password defaults) are deferred past this cut.
83
111
- Primary distribution path remains `docker compose up --build` (no pre-built container registry in this release).
0 commit comments