Skip to content

v0.2.0

Choose a tag to compare

@aslakhellesoy aslakhellesoy released this 09 Jun 09:42
· 2 commits to main since this release
13e5f1f

0.2.0 (2026-06-09)

Features

  • api: add D1ApiDialect with parameter-fidelity fix (b4f81e3)
  • api: cover metadata, errors, and transaction-throw; export D1ApiDialect (9ede21f)
  • do: add DOSqliteDialect with autocommit (f3a67db)
  • do: add withDoTransaction helper with Kysely-aware sync closure (c48a407)
  • example: add 1Password 'pnpm secrets' workflow and .tool-versions (0c7eeb1)
  • example: add worker, PetsDO, seed and query scripts (72cbe7c)
  • example: derive database_id from wrangler.toml; auto-discover account_id (d6c52ed)
  • example: scaffold wrangler app with pets schema (1fcab57)
  • internal: add toQueryResult shared helper (74ba733)
  • workers: add D1WorkersDialect with autocommit (5ec90ec)
  • workers: export D1WorkersDialect and cover insertId/numAffectedRows (9ddc774)

Bug Fixes

  • example: rename deploy → worker:deploy to avoid pnpm subcommand collision (4083297)
  • omit insertId when last_row_id <= 0; reuse Cloudflare client across queries (16953fe)
  • test: remove invalid singleThread option from vitest config (cb64f70)