Skip to content

Releases: mkuznets/sqlc-d1-typescript

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 14:45
Immutable release. Only release title and notes can be modified.

Configuration

version: "2"
plugins:
  - name: d1-ts
    wasm:
      url: https://sqlc.mkuznets.com/plugins/sqlc-gen-d1-typescript_0.1.0.wasm
      sha256: 3f6221fd837cd1a2c797a6d22cb59e2f22576722fc2bfe3d6a0165c71ef6e70d

Initial release

  • Generate the release body from the manifest (654f0ec)
  • Name the sqlc plugin d1-ts instead of ts (f92b264)
  • Upgrade every dependency the toolchain can carry (#51) (6407f38)
  • Simplify the canonical D1 Worker example (#49) (e8687dd)
  • Move every pinned action onto a Node 24 runtime (05d4f8a)
  • Cut five layers that cost more than they proved (#48) (e9cc20d)
  • Cut the verification apparatus down to the project's actual size (8727ba3)
  • Cut the scaffolding that had no audience (#47) (e32b4e8)
  • say what a dry-run rerun actually proves (8ae68d4)
  • say what preflight can and cannot prove from inside a workflow (4e9ed3c)
  • download retained artifacts into the directory the next step reads (684fc7d)
  • keep the pre-install release scripts free of packages (ee8d99e)
  • name only permission scopes GitHub actually accepts (fcbe9b7)
  • reach R2 through the aws CLI instead of a hand-rolled signer (b48edb6)
  • publish the proven candidate to R2 and GitHub, in that order (00bd210)
  • ship a tag-matched consumer skill for wiring the Plugin into a Worker (580ecb0)
  • route maintainer guidance by task instead of by tool (4c982be)
  • tell the Worker apart from the Cloudflare edge when probing (80c400d)
  • wait for the Worker secret rollout instead of trusting one probe (7b6cf0c)
  • make managed verification say where it failed, and tolerate route propagation (5796c3b)
  • extract workflow scripts and log every step (a292e39)
  • wait for managed Worker secret propagation (fd0008a)
  • report bounded managed scenario failures (5235b75)
  • make managed resource names Worker-compatible (93949dd)
  • report bounded managed setup phases (982ea2a)
  • execute managed D1 schema statement-wise (5dbb6aa)
  • use D1 API for managed schema setup (1d44782)
  • fix managed D1 schema setup (8908cf6)
  • fix managed D1 API contracts (07243b9)
  • fix managed D1 workflow integration (5999a20)
  • chore: adopt Prettier and improve vertical whitespace (60ad18c)
  • ignore .pi (f785b9c)
  • ci: add managed D1 release verification (6e1585e)
  • ci: upgrade checkout action to v5 (bb9133d)
  • Fix sqlc 1.31 JSONB projection drift (e1c3c4f)
  • docs: simplify release documentation checks (feeefe3)
  • docs: add pre-1.0 release guidance (9c69e1f)
  • Add exact-artifact release spine (#39) (eaa6f73)
  • Implement compatibility matrix and uncredentialed CI (#38) (6cdc76e)
  • Build canonical local verification gate (#37) (a9b3102)
  • Implement heterogeneous batch and session contracts (#36) (290d914)
  • Address embed reconstruction review findings (401b8ad)
  • Implement sqlc.embed reconstruction (#35) (f8c2f0d)
  • Implement named, nullable, and slice arguments (#34) (8f591b8)
  • Complete the six ordinary command semantics (#33) (8774ee3)
  • Return fresh bytes for ArrayBuffer BLOB results (9aff2f0)
  • Implement checked bind values, row mapping, and runtime errors (#45) (032b9a4)
  • Generate opaque reusable query descriptors (#31) (4c9ba14)
  • Implement safe TypeScript emission planning (#30) (c1ba685)
  • Preserve independent emission diagnostics (71cafed)
  • Address generator boundary review findings (2cb1237)
  • Validate generator boundary and report safe diagnostics (#29) (42c3110)
  • test: add pure generator and candidate harness (#28) (cffd36e)
  • gitignore .scratch (d68bb76)
  • docs: define release artifact vocabulary (7a7811b)
  • revise documentation prototype from review (b9fb314)
  • prototype human documentation structure (fad94c0)
  • research (ba40fc8)
  • docs: record runtime error research (041b4bc)
  • docs: define bind value and row mapping terms (34f00da)
  • Configure agent workflows and domain vocabulary (86bce18)
  • Add a D1 Worker integration testbench (41a64b6)
  • Reject duplicate D1 result column names (e05b16e)
  • add initial plugin version (30ceff6)
  • initial commit (69ada1f)