chore(deps): bump antd v0.11.2-rc.1 -> v0.12.0 (all three pins) - #157
Merged
Conversation
Move off the release candidate onto the final antd v0.11.2 (released 2026-08-10). Builds clean and all tests pass against the stable API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.12.0 released while the v0.11.2 bump sat in review; go straight to it. Also brings .antd-version and the Dockerfile ANTD_IMAGE arg along per the lockstep rule — the earlier commit had only moved go.mod. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 17, 2026
Nic-dorman
added a commit
that referenced
this pull request
Aug 17, 2026
Changelog + upgrading notes for the 0.12.0 cut. The antd pins already moved on master (#157); this is the docs half: download-cache epic, download admission control, RealIP removal + resolved client IPs, already_stored fix, migrations 013/014, security bumps. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Move the antd pin from the release candidate
v0.11.2-rc.1tov0.12.0(released 2026-08-13), across all three lockstep pins:go.mod/go.sum—antd-gomodule.antd-version— bundled antd for release buildsDockerfileANTD_IMAGEarg (ghcr.io/withautonomi/antd:v0.12.0— tag verified on ghcr)Originally this PR targeted
v0.11.2and only movedgo.mod; v0.12.0 released while it sat in review, and the lockstep rule (see 9bc0d12) wants all three pins together.What's in v0.12.0
Multi-batch external merkle support (lifts the ~1 GiB external-signer cap) on ant-core 0.6.0. rc.1 -> 0.12.0 API is compatible for indelible's usage — no source changes needed.
Verification
go build ./...— cleango test ./...— all packages pass locally (sqlite)🤖 Generated with Claude Code