Skip to content

Releases: meta-taro/dbboard

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 11:22
0462953

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • release: v0.11.0 by @meta-taro in #224
  • release: v0.14.0 — Speed, measured by @dokokade in #229
  • release: v0.15.0 — The app has its own name by @dokokade in #232
  • docs: the Dock shows the file name, and the deps job goes red without a commit again by @dokokade in #233
  • feat: a browsed table walks past row 100, one page at a time by @dokokade in #234
  • feat: export a result as JSON, keeping the types CSV has to throw away by @dokokade in #235
  • feat: keep a query on purpose, somewhere the history's rules do not apply by @dokokade in #236
  • feat(core): compare two schemas, leaning towards a false alarm over a miss by @dokokade in #237
  • feat: fetch both schemas and refuse the pair that would need a lookup table by @dokokade in #238
  • feat: put the comparison on a tab, and make the sidebar its index by @dokokade in #239
  • fix: two things v0.16.0 shows on screen that it should not by @dokokade in #240
  • chore: release v0.16.1, and let a patch name what it fixes by @dokokade in #241
  • docs: answer the question ADR-0148 left open about indexes by @dokokade in #243
  • feat: compare foreign keys, which the adapters were answering all along by @dokokade in #244
  • feat: compare indexes, and leave out the one the primary key already is by @dokokade in #245
  • docs: say that nothing writes history.jsonl, before deciding what to do about it by @dokokade in #246
  • feat(mcp): an agent can ask what dbboard is and what a version changed by @dokokade in #247
  • docs: the startup measurement, the download page at 0.17.0, and a stale gate by @dokokade in #248
  • feat: make rolling back a supported move, not a gamble by @dokokade in #249
  • docs: gate 1 did not reproduce, which is not the same as fixed by @dokokade in #250
  • fix(deps): take the rustls fix for RUSTSEC-2026-0285 by @dokokade in #252
  • docs: gate 1 now has signed evidence, and the sheet says why it asks by @dokokade in #251
  • feat: the app says when it painted, and About says it back by @dokokade in #253
  • chore: release v0.18.0 by @dokokade in #254
  • release: v0.18.0 (and 0.16.0 / 0.16.1 / 0.17.0) by @dokokade in #255

Full Changelog: v0.15.0...v0.18.0

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 11:18

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • docs: answer the question ADR-0148 left open about indexes by @dokokade in #243
  • feat: compare foreign keys, which the adapters were answering all along by @dokokade in #244
  • feat: compare indexes, and leave out the one the primary key already is by @dokokade in #245
  • docs: say that nothing writes history.jsonl, before deciding what to do about it by @dokokade in #246
  • feat(mcp): an agent can ask what dbboard is and what a version changed by @dokokade in #247

Full Changelog: v0.16.1...v0.17.0

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:38
42c3233

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • fix: two things v0.16.0 shows on screen that it should not by @dokokade in #240
  • chore: release v0.16.1, and let a patch name what it fixes by @dokokade in #241

Full Changelog: v0.16.0...v0.16.1

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 10:01

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • docs: the Dock shows the file name, and the deps job goes red without a commit again by @dokokade in #233
  • feat: a browsed table walks past row 100, one page at a time by @dokokade in #234
  • feat: export a result as JSON, keeping the types CSV has to throw away by @dokokade in #235
  • feat: keep a query on purpose, somewhere the history's rules do not apply by @dokokade in #236
  • feat(core): compare two schemas, leaning towards a false alarm over a miss by @dokokade in #237
  • feat: fetch both schemas and refuse the pair that would need a lookup table by @dokokade in #238
  • feat: put the comparison on a tab, and make the sidebar its index by @dokokade in #239

Full Changelog: v0.15.0...v0.16.0

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 12:08

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • fix: check what the baseline actually said, and say which check refuses a bundle by @dokokade in #230
  • feat: call the application dbboard, since that is what it is by @dokokade in #231

Full Changelog: v0.14.0...v0.15.0

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 12:11

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • feat: let an agent seal connections into a bundle it cannot open by @meta-taro in #226
  • feat: measure startup, browse and large results before optimising any of them by @dokokade in #227
  • fix: move off the yanked chacha20 that turned the deps job red by @dokokade in #228

Full Changelog: v0.13.0...v0.14.0

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 02:55

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:32

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • feat: drag a connection to where it belongs, and let the handle be the only way by @meta-taro in #221
  • feat: order, filter and mark the connection list by @meta-taro in #222
  • feat: let the sidebar's two lists share the space, and remember how by @meta-taro in #225
  • test: cover the two annotation gaps that outlived the egui client by @meta-taro in #223

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 11:31

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • docs: repoint hash references and correct the sanitize runbook by @meta-taro in #215
  • feat: run the desktop webview under a Content-Security-Policy by @meta-taro in #217
  • chore: record the webview CSP work and what is left for the human by @meta-taro in #218
  • feat: duplicate a connection, and stop a green branch from crashing its own pre-push by @meta-taro in #216

Full Changelog: v0.3.0...v0.11.0

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:23

Download dbboard picks the right installer for your OS. For the MCP server that hands your databases to an AI agent, grab dbboard-mcp-windows-x86_64.exe or dbboard-mcp-macos-universal from the assets below and follow the setup.

These binaries are not code-signed, by decision rather than by omission (ADR-0106). Windows SmartScreen and macOS Gatekeeper warn about an unknown publisher on every release. Verify what you download against SHA256SUMS.txt — that is what tells you the file is the one this repo built.

What's Changed

  • ci: cache the apt archives and stop building CI with debug info by @meta-taro in #198
  • chore: record the v0.9.0 release and the CI diagnosis in next-actions by @meta-taro in #199
  • feat: timestamp the default export file names by @meta-taro in #200
  • fix(import): report the three not-imported reasons apart by @meta-taro in #202
  • fix(export): warn when a connection carries a foreign keyring slot by @meta-taro in #203
  • feat: report which dbboard-mcp build is answering by @meta-taro in #204
  • feat(turso): reach Turso Cloud, not just a local file by @meta-taro in #201
  • test: run the libSQL adapter's tests one at a time by @meta-taro in #206
  • feat: the update dialog says what changed, from the CHANGELOG by @meta-taro in #205
  • chore: record the MCP-verbs session, and archive the older log by @meta-taro in #189
  • docs: record four planning items and review the Database Workspace plan by @meta-taro in #180
  • chore: release v0.10.0 by @meta-taro in #207
  • docs: bring the roadmap's status paragraph up to 0.10.0 by @meta-taro in #208
  • fix(deps): run cargo deny in CI, and record what it cannot fix by @meta-taro in #209
  • release: v0.10.0 by @meta-taro in #211

Full Changelog: v0.9.0...v0.10.0