Skip to content

Releases: TraceMachina/nativelink

v1.6.4

Choose a tag to compare

@corcillo corcillo released this 04 Aug 20:14
v1.6.4
3cd745e

This release adds opt-in zstd wire compression for GrpcStore transfers, fixes S3 credential discovery over HTTP, and makes Redis more resilient.

Adds scheduler stability fixes, resolving a deadlock caused by a worker resource-tracking leak, duplicate executions of the same action that desynced scheduler state, and workers aborting when a disconnect caught an action in transit. Also refreshes configuration reference docs and new GitHub issue templates to make bug reports more approachable.

1.6.4 - 2026-08-04

⛰️ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

v1.6.3

Choose a tag to compare

@amankrx amankrx released this 27 Jul 17:51
46c3d0f

Focuses on filesystem and directory-cache performance, more resilient GCS and Redis storage paths, and more accurate execution metrics. It also brings expanded documentation, new marketing and careers pages, and a range of CI and dependency updates. All users benefit from the storage and stability improvements.

1.6.3

⛰️ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

⬆️ Bumps & Version Updates

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

Choose a tag to compare

@amankrx amankrx released this 17 Jul 17:32
9717f2f

Introduced several performance optimizations for MacOS, resilience to the simple scheduler, and stability to the newly added compression features. All users will benefit from the improvements.

1.6.2

⛰️ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

⬆️ Bumps & Version Updates

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

Choose a tag to compare

@amankrx amankrx released this 09 Jul 16:50
23e960d

1.6.1

⛰️ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

⬆️ Bumps & Version Updates

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@amankrx amankrx released this 07 Jul 00:32
05c5fac

1.6.0

Description

NativeLink 1.6.0 introduces a new Oracle Cloud Infrastructure (OCI) Store, improved OCI image upload reliability, multi-architecture container image support, and signed release artifacts with SLSA provenance. This release also includes improvements to Azure Blob Storage through migration to the Azure SDK v1.0, enhanced logging, documentation updates, security improvements, and various fixes across the project.

⚠️ Breaking Change (Azure Blob Storage)
NativeLink has migrated to the Azure Storage SDK v1.0. As part of this migration, authentication using AZURE_STORAGE_KEY is no longer supported. Azure Blob Storage users must migrate to either:

  • Shared Access Signature (SAS) URLs (recommended for access-key based deployments), or
  • Azure Workload Identity for Kubernetes and cloud-native deployments.

Please update your deployment configuration before upgrading to v1.6.0.

⛰️ Features

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

⬆️ Bumps & Version Updates

Read more

v1.5.2

Choose a tag to compare

@amankrx amankrx released this 17 Jun 17:58
6e63ef9

v1.5.2

🐛 Bug Fixes

📚 Documentation

⚙️ Miscellaneous

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@amankrx amankrx released this 17 Jun 00:26
3d9d74a

v1.5.1

⛰️ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing & CI

⚙️ Miscellaneous

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@MarcusSorealheis MarcusSorealheis released this 15 Jun 05:49
v1.5.0
06f0152

This release introduces a few bug fixes and stability improvements for standard Nativelink components (worker, and scheduler), introduces our licensing platform to the website, fixes some broken links from our website migration, and improves developer ergonomics with more clear logs.

Installation

🦀 Cargo

cargo install --git https://github.com/TraceMachina/nativelink --tag v1.5.0

❄️ Nix

nix run github:TraceMachina/nativelink/v1.5.0

🐋 Docker

docker run ghcr.io/tracemachina/nativelink:v1.5.0

What's Changed

  • Link from main nativelink site to enterprise site by @corcillo in #2407
  • fix(worker): sample action peak memory by process group by @amankrx in #2409
  • fix(scheduler): publish resource-usage origin event from ApiWorkerScheduler by @amankrx in #2413
  • worker: use Duration::from_mins() for timeout constants by @matdexir in #2411
  • ft_aggregate: pass explicit TIMEOUT to absorb RediSearch slow scans by @amankrx in #2393
  • fast_slow_store: bypass leader/follower dedup for huge blobs by @amankrx in #2415
  • store_awaited_action_db: bound cid_* lifetime to stop orphan accumulation by @amankrx in #2417
  • fix(deps): update rust crate zip to v8 by @renovate[bot] in #2422
  • Drop as_know_platform_property_provider from ClientStateManager trait by @matdexir in #2410
  • Fix:Prevent CAS and AC from using the same store and add integration … by @RickDeb2004 in #1177
  • Fix calculation of multipart S3 upload chunk size (continues #1648) by @MarcusSorealheis in #2091
  • Add cmake and recc tutorial blog by @MarcusSorealheis in #2297
  • Fix println/debug warnings by @palfrey in #2423
  • De-duplicate filesystem emplace by @palfrey in #2396
  • fast_slow_store: fall through to slow on stale fast-tier map entries by @amankrx in #2414
  • Fix broken reid link at the bottom of cmake-recc by @palfrey in #2426
  • Drop vercel.json by @palfrey in #2425
  • bytestream_server: single-acquire active_uploads in create_or_join_up… by @MarcusSorealheis in #2429
  • filesystem_store: make unref ENOENT idempotent and demote map/disk divergence to warn by @amankrx in #2424
  • Release NativeLink v1.5.0 by @corcillo in #2430

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@MarcusSorealheis MarcusSorealheis released this 07 Jun 08:20
v1.4.0
dd2d776

Installation

🦀 Cargo

cargo install --git https://github.com/TraceMachina/nativelink --tag v1.4.0

❄️ Nix

nix run github:TraceMachina/nativelink/v1.4.0

🐋 Docker

docker run ghcr.io/tracemachina/nativelink:v1.4.0

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

Choose a tag to compare

@MarcusSorealheis MarcusSorealheis released this 30 May 00:33
v1.3.2
cb486a6

A patch release related to fast-slow store performance regressions introduced by the Mac OS X-specific optimizations. Fixed by @chrisstaite-menlo right away. Thank you Chris!

Installation

🦀 Cargo

cargo install --git https://github.com/TraceMachina/nativelink --tag v1.3.2

❄️ Nix

nix run github:TraceMachina/nativelink/v1.3.2

🐋 Docker

docker run ghcr.io/tracemachina/nativelink:v1.3.2

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2