Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 05:44
· 41 commits to main since this release
Immutable release. Only release title and notes can be modified.
v1.0.0
ca5c884

Promotion to v1.0.0 following API stabilization and 0.5.0 release.

API compatible with node:sqlite from Node.js v25.8.0.

Added

  • db.limits property: Get and set SQLite limits (length, sqlLength, column, exprDepth, compoundSelect, vdbeOp, functionArg, attach, likePatternLength, variableNumber, triggerDepth) at runtime. Supports Infinity to reset to compile-time maximum. Also accepts limits option in DatabaseSync constructor.
  • Statement iterator invalidation: Calling stmt.run(), stmt.get(), stmt.all(), or stmt.iterate() now invalidates any active iterator on the same statement, throwing ERR_INVALID_STATE

Changed

  • SQLite 3.52.0: Updated from 3.51.2

Full Changelog: v0.5.0...v1.0.0