Skip to content

@cloudflare/[email protected]

Choose a tag to compare

@threepointone threepointone released this 18 Nov 11:38
· 46 commits to main since this release
96bf4c9

Patch Changes

  • #190 57d764c Thanks @ghostwriternr! - Add S3-compatible bucket mounting

    Enable mounting S3-compatible buckets (R2, S3, GCS, MinIO, etc.) as local filesystem paths using s3fs-fuse. Supports automatic credential detection from environment variables and intelligent provider detection from endpoint URLs.

  • #223 b1a86c8 Thanks @ghostwriternr! - Improve container startup resiliency

    SDK now retries both 503 (provisioning) and 500 (startup failure) errors automatically. Container timeouts increased to 30s instance + 90s ports (was 8s + 20s).

  • #219 94e53f8 Thanks @threepointone! - Update dependencies