Skip to content

v0.1.1

Choose a tag to compare

@ryan-prayoga ryan-prayoga released this 16 Jun 23:54
· 13 commits to main since this release

OpenrowDB 0.1.1 is a small stability patch on top of 0.1.0.

Fixed

  • curl | bash install — progress messages no longer break the download path when you pipe the install script (they now go to stderr instead of stdout)
  • Postgres pool shutdown (partial) — first attempt to reduce crashes when connecting; if you still crash on connect, upgrade to 0.1.2 which removes the pool entirely

Install

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

Pin this version:

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

Full feature list

See v0.1.0 — nothing new was added here, only fixes.