Skip to content

Tags: aleph-im/aleph-rs

Tags

v0.17.0-rc3

Toggle v0.17.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc3 (#322)

v0.17.0-rc2

Toggle v0.17.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc2 (#320)

v0.17.0-rc1

Toggle v0.17.0-rc1's commit message
test(cli): cover the vprogram create --wait JSON payloads (#316)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.16.0 (#302)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(sdk): default upload idle timeout to 120s, add env override (#295)

Large files on slow-but-healthy links were still hitting the 60s idle
timeout. Raise the default no-progress window to 120s (SDK default and
CLI), and add an ALEPH_UPLOAD_TIMEOUT escape hatch to override it: a
number of seconds sets the idle window, none/0 disables the SDK-managed
deadline entirely.

Parsing lives in a FromStr impl on UploadTimeout; the CLI reads the env
var in common::resolve_upload_timeout.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.14.0 (#277)

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.13.2 (#271)

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.13.1 (#268)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.13.0 (#262)

aleph-cid-v0.1.0

Toggle aleph-cid-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extract CID computation into a standalone, independently released ale…

…ph-cid crate (#260)

Carves the kubo-compatible content-addressing code out of aleph-sdk into a new aleph-cid crate (v0.1.0) that is fully self-contained: no Aleph-internal dependencies, no networking/signing/async. This lets it be reused from FFI bindings (a PyO3 wheel for aleph-sdk-python is the first planned consumer) and released to crates.io on its own, much slower cadence than the aleph-types/aleph-sdk/aleph-cli trio.