Skip to content

Releases: crabbuild/crab-release

Crab CLI v1.0.13

Choose a tag to compare

@forhappy forhappy released this 16 Jul 04:49
8f91415

Crab CLI v1.0.13

Changes since v1.0.12.

Changes

  • docs(release): remove emulation guidance (3c67f87b)
  • fix(release): drop obsolete emulation flag (e6bb1740)
  • fix(release): cross-compile x86 Linux natively (a0bb8901)
  • docs: design crab sync reconciliation (784b3971)
  • fix(fetch): avoid ref validation pipe deadlock (7aab28ce)
  • fix(release): support empty args on macOS Bash (3119f51e)
  • fix(release): serialize x86 Docker emulation (ba3d07c7)
  • fix(release): use native linker in arm64 container (59501609)
  • Update AGENTS.md (c7b978f8)
  • chore: release crab 1.0.13 (841ada6c)
  • fix: harden git push and mirror workflows (70cf21bc)
  • perf(fetch): omit locally complete remote packs (3f991d67)
  • perf(push): bound locator and CAS retry cost (f7ada980)
  • fix(git): reserve bounded pack headroom (a118f21c)
  • perf(push): bound incremental connectivity (8172462f)
  • perf(git): bind fetch trust to manifest proof (43c03378)
  • perf(metadb): bypass locator writer cache (f9e92760)
  • perf(fetch): bound batch object validation (f1a2ef25)
  • test(git): measure clone memory in locator proof (6989711f)
  • perf(metadb): bound locator writer memory (c1e8b800)
  • fix(fetch): validate complete pack batches (c83e0c59)
  • perf(git): validate objects during pack indexing (b74279a8)
  • perf(git): stream bounded connectivity verification (1eea1263)
  • fix(test): measure Crab RSS separately from Git children (8f402c20)
  • fix(test): exercise Git-only mirror push path (841fd650)
  • test(git): add locator performance verification (24e95376)
  • perf(push): measure locator publication phase (25ddc6c7)
  • perf(push): box locator publication future (16244a42)
  • test(git): assert exact compact locator coverage (ed400703)
  • docs: describe bounded compact Git publication (47304e5b)
  • feat(git): rebuild and verify compact locator coverage (273fa495)
  • feat(auth): stream protected Git locator publication (4d1a6df8)
  • perf(push): stream bounded Git pack publication (5728a850)
  • fix(metadata): preserve immutable Git pack bindings (a46c5419)
  • feat(git): stream verified pack locations (0c497a0b)
  • feat(metadata): add exact compact locator reader (8baeffb5)
  • feat(metadata): add bounded WAL-free locator writer (9711e446)
  • feat(metadata): define compact Git locator format (36132277)
  • docs: plan compact SlateDB Git locator (b85bc61e)
  • docs: design compact SlateDB Git locator (b0dc59f3)
  • test(workflow): use split workflow contracts (1285e8a6)
  • feat(git): cut over to SlateDB object locators (ed2a4c88)
  • feat(git): derive verified pack object ranges (717de845)
  • chore: ignore implementation worktrees (b27cecb0)
  • docs: plan SlateDB git object cutover (029f7c1b)
  • docs: require hard-cut Git locator model (067bb69b)
  • docs: design SlateDB-indexed Git object store (05c35d78)
  • Update script (af8943d0)
  • fix(vfs): harden daemon NFS workflows (12213f7f)

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Crab CLI v1.0.12

Choose a tag to compare

@forhappy forhappy released this 11 Jul 17:57
8f91415

Crab CLI v1.0.12

Full Changelog: crabbuild/crab@v1.0.11...v1.0.12

Changes

  • Add NFS daemon mount support and committed snapshot generation for mounts.
  • Fix add and push progress reporting, including streaming upload progress.
  • Extract VFS, Git mechanics, and workflow runtime code into dedicated crates.
  • Add Crab CLI verification tooling and improve the add/push pipeline.

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; hosted release evidence gates were intentionally bypassed for this local publish path, and release-grade retained evidence directories were not used for this publication.

Crab CLI v1.0.11

Choose a tag to compare

@forhappy forhappy released this 10 Jul 02:34
8f91415

Crab CLI v1.0.11

Full Changelog: crabbuild/crab@v1.0.10...v1.0.11

Changes

  • Remove downloaded fetch pack temporary files after use.
  • Prevent Crab mirror operations from getting stuck.

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; hosted release evidence gates were intentionally bypassed for this local publish path, and release-grade retained evidence directories were not used for this publication.

Crab CLI v1.0.10

Choose a tag to compare

@forhappy forhappy released this 09 Jul 08:48
8f91415

Crab CLI v1.0.10

Full Changelog: crabbuild/crab@v1.0.9...v1.0.10

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; hosted release evidence gates were intentionally bypassed for this local publish path, and release-grade retained evidence directories were not used for this publication.

Crab CLI v1.0.9

Choose a tag to compare

@forhappy forhappy released this 09 Jul 00:18
8f91415

Crab CLI v1.0.9

Full Changelog: crabbuild/crab@v1.0.8...v1.0.9

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; hosted release evidence gates were intentionally bypassed for this local publish path, and release-grade retained evidence directories were not used for this publication.

Crab CLI v1.0.8

Choose a tag to compare

@forhappy forhappy released this 08 Jul 07:33
8f91415

Crab CLI v1.0.8

Full Changelog: crabbuild/crab@v1.0.7...v1.0.8

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; hosted release and NFS evidence workflows were blocked before artifact publication, and retained evidence directories were not present in this workspace.

Crab CLI v1.0.7

Choose a tag to compare

@forhappy forhappy released this 07 Jul 02:52
8f91415

Crab CLI v1.0.7

Changes since v1.0.6.

Changes

  • chore: release crab 1.0.7 (2fbaa296)
  • fix: compile nfs release without fuse (27f806aa)
  • fix: resolve nfs mount overlays from registry (129127e2)
  • Add crab-web about-us, privacy and terms page (3906a449)
  • Enhanace the cross repository dedup in the same bucket (1047ea1d)
  • feat: add nfs mount backend (43a942f7)
  • feat(cli): add recovery release audit capabilities (fa0c2a5b)
  • Enhance the crab schema (696b0037)
  • Update crab sdk and python binding (577812ae)
  • Add crab CLI command enhancements (5a440bc9)

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Evidence Gate Status

Published from local verified artifacts with RELEASE_BYPASS_EVIDENCE=1 after explicit approval; retained enterprise evidence directories were not present in this workspace.

Crab CLI v1.0.6

Choose a tag to compare

@forhappy forhappy released this 06 Jul 03:17
8f91415

Crab CLI v1.0.6

Changes since v1.0.5.

Changes

  • test: stabilize crab release gates (3e947d15)
  • chore: release crab 1.0.6 (842c7d6c)
  • feat: improve optimize and mount workflows (2dc89e11)
  • test: update release target directory check (93f2a290)

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

Crab CLI v1.0.5

Choose a tag to compare

@forhappy forhappy released this 04 Jul 16:11
8f91415

Crab CLI v1.0.5

Changes since v1.0.4.

Changes

  • fix: honor release target directory (95454849)
  • chore: release crab 1.0.5 (fba8daf0)
  • feat: expand lfs compatibility (56d900ee)
  • Update crab mount (237f9449)
  • Add codex skills to publish the released artifacts (b5943bc8)

Artifacts

  • crab-darwin-aarch64.tar.gz
  • crab-darwin-x86_64.tar.gz
  • crab-linux-aarch64.tar.gz
  • crab-linux-x86_64.tar.gz
  • crab-windows-aarch64.zip
  • crab-windows-x86_64.zip
  • SHA256SUMS.txt

Release Metadata

  • Source commit: 95454849d6a8a0a4f1dee25146e9e31d39f83974
  • Source tag: v1.0.5 (local only; source tag was not pushed in this local publish run)
  • Commit: 95454849d6a8a0a4f1dee25146e9e31d39f83974
  • Release artifacts: https://github.com/crabbuild/crab-release/releases/tag/v1.0.5
  • Checksums: attached as SHA256SUMS.txt
  • Evidence: RELEASE_BYPASS_EVIDENCE=1 was used with explicit user authorization

Crab CLI v1.0.4

Choose a tag to compare

@forhappy forhappy released this 03 Jul 10:17
8f91415

Crab CLI v1.0.4 release artifacts for macOS, Linux, and Windows on ARM64 and x86_64.

Published from local dist with RELEASE_BYPASS_EVIDENCE=1.