Skip to main content

dothttp-runner 1.0.67 - SQLite-based History with node:sqlite

We're releasing dothttp-runner 1.0.67 with a major upgrade to request history storage! This release migrates from tingo to Node.js's native node:sqlite module, bringing improved performance, better stability, and native integration.

๐Ÿ”„ What Changed#

SQLite Migration: tingo โ†’ node:sqlite#

We've migrated the request history storage from tingo to Node.js's native node:sqlite module (available in Node.js 22.5.0+).

Why the change?

  • Native Node.js integration: Built into Node.js runtime, no native dependencies
  • Better performance: Optimized by the Node.js core team
  • Improved stability: No compilation issues across platforms
  • Reduced bundle size: Removes ~1MB of native binaries
  • Future-proof: Maintained as part of Node.js core