ReleaseCoreWeaveCoreWeavepublished Sep 4, 2026seen 4d

coreweave/cwsandbox-client v1.14.1

coreweave/cwsandbox-client

Open original ↗

Captured source

source ↗
published Sep 4, 2026seen 4dcaptured 4dhttp 200method plain

v1.14.1

Repository: coreweave/cwsandbox-client

Tag: v1.14.1

Published: 2026-09-04T18:45:54Z

Prerelease: no

Release notes:

v1.14.1 (2026-09-04)

_This release is published under the Apache-2.0 License._

Bug Fixes

  • sandbox: Raise SandboxProtocolError for undecodable Get responses (`a3898ae`)

When a GetSandbox reply fails protobuf deserialization, grpc logs "Exception deserializing message!" and yields None instead of raising. The SDK passed that None into the sandbox view adapter, so wait/poll, get_status(), and from_id() surfaced an unrelated AttributeError ('NoneType' object has no attribute ...) and the real signal, that the response could not be decoded, was lost.

Reject a None response in the shared adapter with a new SandboxProtocolError that names the sandbox. The class sits outside the transient retry registry, so the poll loop treats it as fatal: a decode failure is not a blip that repeating the request would clear.

Fixes #145

---

Detailed Changes: v1.14.0...v1.14.1