Skip to content

v0.1.3

Choose a tag to compare

@ryan-prayoga ryan-prayoga released this 17 Jun 01:28
· 6 commits to main since this release

OpenrowDB 0.1.3 fixes another macOS 26 crash that could happen right after connecting, especially when a SQL editor tab restores or you type in the query pane.

Fixed

  • Crash in workspace tab autosave — debounced tab persistence no longer cancels in-flight Task.sleep calls. Rapid tab switches or SQL edits (every keystroke schedules a save) were triggering swift_task_dealloc aborts. Older pending saves now quietly skip instead of being cancelled mid-sleep.

Install

curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bash

Previous fixes still included

  • v0.1.2 — Postgres connect/test uses a direct connection (no connection pool timers)
  • v0.1.1curl | bash install script stderr fix