Skip to content

chore: bump pinned antd installer v0.11.1 -> v0.12.0 - #14

Open
Nic-dorman wants to merge 2 commits into
mainfrom
chore/bump-antd-pin-v0.11.2
Open

chore: bump pinned antd installer v0.11.1 -> v0.12.0#14
Nic-dorman wants to merge 2 commits into
mainfrom
chore/bump-antd-pin-v0.11.2

Conversation

@Nic-dorman

@Nic-dorman Nic-dorman commented Aug 12, 2026

Copy link
Copy Markdown
Member

What

Bump the pinned antd installer tag ANTD_RELEASE_TAG v0.11.1 → v0.12.0 so the onboarding "Download daemon" flow installs the latest stable antd (released 2026-08-13). The extension's runtime update-checker already surfaces 0.12.0 to users; this brings the shipped installer in line.

History: this PR originally targeted v0.11.2; antd v0.12.0 was released the following day, so the pin was retargeted before merge (branch name kept to preserve the PR).

Safety check

The download URL is releases/download/<tag>/<asset>, so the pin is only valid if v0.12.0 carries the installer assets. Verified present:

  • antd-windows-x64-setup.msi
  • antd-macos.pkg
  • antd-linux-x64.deb

MIN_ANTD_VERSION stays 0.11.0 (unchanged). antd 0.12.0's breaking change is confined to the external-signer merkle upload wire (prepare batches array / finalize winner-hash list); the extension's antd client wraps only download endpoints (GET /health, GET /v1/data/public/:addr, GET /v1/chunks/:addr, POST /v1/files/download/public), none of which changed — no reason to raise the floor.

Verification (re-run at v0.12.0)

  • tsc --noEmit — clean
  • node --test — 22/22 pass (version-comparison logic)
  • node build.mjs — built; confirmed the bundle inlines v0.12.0 with no stale v0.11.x

Note for release

Did not bump the extension version (src/manifest.json / package.json at 0.2.2) — leaving that to the maintainer to batch at publish time, per how the pin was handled before.

🤖 Generated with Claude Code

Nic-dorman and others added 2 commits August 12, 2026 10:26
Point the "Download daemon" onboarding flow at the latest stable antd
(v0.11.2, released 2026-08-10). Verified the release carries the three
installer assets the extension links to (antd-windows-x64-setup.msi /
antd-macos.pkg / antd-linux-x64.deb). MIN_ANTD_VERSION stays 0.11.0.

typecheck clean; 22/22 tests pass; build verified to inline v0.11.2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.12.0 (2026-08-13) superseded v0.11.2 as latest stable the day after
the original bump; installer assets verified present on the release.
The extension only uses download endpoints (/health, /v1/data/public,
/v1/chunks, /v1/files/download/public), none touched by 0.12.0's
external-merkle wire change, so MIN_ANTD_VERSION stays 0.11.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Nic-dorman Nic-dorman changed the title chore: bump pinned antd installer v0.11.1 -> v0.11.2 chore: bump pinned antd installer v0.11.1 -> v0.12.0 Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant