ReleaseCoreWeaveCoreWeavepublished Aug 24, 2026seen 3d

coreweave/cwsandbox-client v1.7.0

coreweave/cwsandbox-client

Open original ↗

Captured source

source ↗
published Aug 24, 2026seen 3dcaptured 3dhttp 200method plain

v1.7.0

Repository: coreweave/cwsandbox-client

Tag: v1.7.0

Published: 2026-08-24T19:33:01Z

Prerelease: no

Release notes:

v1.7.0 (2026-08-24)

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

Features

  • feat(sandbox): allow pull credentials on templates

CreateSandboxFromTemplate now accepts image_pull_credentials on a container overlay. A credentials-only patch would replace the whole container and drop image and command, so the SDK still requires container_image — the same rule as other container-field overrides.

  • test(sandbox): cover template pull credentials in e2e

Unit tests only proved the request shape. Add live create-from-template coverage for a credential stored on the template and one sent as a full container overlay, skipping when the private-registry fixture is not configured.

  • test(sandbox): drop template pull-credential integration tests

Those tests created templates over gRPC, which this client does not own and which the sandbox API host does not serve.

---

Detailed Changes: v1.6.0...v1.7.0