Skip to content

Release NativeLink v1.6.5 - #2696

Merged
amankrx merged 1 commit into
TraceMachina:mainfrom
amankrx:release-v1.6.5
Aug 18, 2026
Merged

Release NativeLink v1.6.5#2696
amankrx merged 1 commit into
TraceMachina:mainfrom
amankrx:release-v1.6.5

Conversation

@amankrx

@amankrx amankrx commented Aug 18, 2026

Copy link
Copy Markdown
Member

What and why

Releases Nativelink v1.6.5. This commit is the version bump and changelog only; every change in it landed and was reviewed in its own PR.

Focuses on multi-replica scheduler correctness and large-blob handling. Two scheduler fixes stop replicas timing out each other's in-flight actions and stop orphaned actions leaking on the default configuration, and the remaining ByteStream paths now chunk oversized messages instead of failing them outright. Also adds full OTLP metric coverage for workers, gRPC, the scheduler, store tiers and health, and an optional TTL for Redis store keys. Anyone running more than one CAS replica, or proxying to another CAS, should upgrade.

How was this verified?

Each change was verified in its own PR: unit tests throughout. And the environment was tested in a live cluster with positive results.

Risk

Moderate, and concentrated in two behaviour changes rather than in the release mechanics.

  • Orphaned actions now get reaped. On a deployment leaving max_action_executing_timeout_s at its default of 0, an action whose scheduler disappeared previously hung until the client gave up; it is now cleaned up after an hour.
  • Duplicate Execute now joins instead of recreating.
  • Wire framing changed for ByteStream pass-through.
  • The Redis key TTL defaults to 0 (no expiry), so it does nothing unless configured.

This change is Reviewable

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nativelink Ready Ready Preview Aug 18, 2026 6:29pm
nativelink-aidm Ready Ready Preview Aug 18, 2026 6:29pm

Request Review

@MarcusSorealheis MarcusSorealheis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amankrx
amankrx merged commit 0943380 into TraceMachina:main Aug 18, 2026
45 checks passed
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.

2 participants