Skip to content

chore(antd): release v0.9.2 — bump ant-core to ant-cli-v0.2.6#193

Merged
Nic-dorman merged 1 commit into
mainfrom
nic/release-v0.9.2
Jun 4, 2026
Merged

chore(antd): release v0.9.2 — bump ant-core to ant-cli-v0.2.6#193
Nic-dorman merged 1 commit into
mainfrom
nic/release-v0.9.2

Conversation

@Nic-dorman
Copy link
Copy Markdown
Collaborator

What

Bumps the ant-core pin from ant-cli-v0.2.3ant-cli-v0.2.6 (released 2026-06-03) and cuts antd v0.9.2.

Diff is intentionally minimal — only antd/Cargo.toml (3 lines) and antd/Cargo.lock. No antd source changes.

Transitive lockfile bumps

  • ant-core 0.2.4 → 0.2.7 (workspace internal version inside the v0.2.6 tag)
  • ant-protocol 2.1.0 → 2.1.2
  • saorsa-core 0.24.3 → 0.24.5
  • self_encryption 0.35.0 → 0.36.0 — antd's direct pin bumped to match ant-core and avoid compiling two semver-incompatible copies (self_encryption is not referenced directly in antd source)

Why

v0.2.6 adds an already-stored preflight to the upload engine: chunks already on the network (deterministic self-encryption) are detected and excluded from payment + PUT. Uploads cost less with no API change. A Merkle-eligible upload can now legitimately come back cheaper, or as wave_batch if the remaining count drops below the merkle threshold.

The new PreparedUpload fields (total_chunks, already_stored_addresses) are additive — antd's consumption (destructure-with-.., by-ref reads) is unchanged. Surfacing those fields in the prepare-upload response across all SDKs is tracked for the next release.

Verification (on dev2, Linux)

  • cargo build --locked
  • cargo fmt --check
  • cargo clippy --locked --all-targets -- -D warnings
  • cargo test --locked37/37 passed

Language SDKs have no source delta in this release, so their suites are unaffected.

🤖 Generated with Claude Code

Replace the ant-cli-v0.2.3 pin with ant-cli-v0.2.6 (released 2026-06-03).
Lockfile picks up the transitive bumps:

- ant-core 0.2.4 -> 0.2.7 (workspace internal version inside the v0.2.6 tag)
- ant-protocol 2.1.0 -> 2.1.2
- saorsa-core 0.24.3 -> 0.24.5
- self_encryption 0.35.0 -> 0.36.0 (antd direct pin bumped to match ant-core
  and avoid compiling two semver-incompatible copies; self_encryption is not
  referenced directly in antd source)

v0.2.6 adds an already-stored preflight to the upload engine: chunks already
on the network are detected and excluded from payment + PUT, so uploads cost
less with no API change. The new PreparedUpload fields (total_chunks,
already_stored_addresses) are additive; antd builds and runs unchanged.
Surfacing them in the prepare-upload response is tracked for the next release.

cargo fmt / clippy -D warnings / test (37/37) all green on dev2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Nic-dorman Nic-dorman merged commit e102df9 into main Jun 4, 2026
3 checks passed
@Nic-dorman Nic-dorman deleted the nic/release-v0.9.2 branch June 4, 2026 14:53
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