·
46 commits
to main
since this release
Patch Changes
-
#190
57d764cThanks @ghostwriternr! - Add S3-compatible bucket mountingEnable 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
b1a86c8Thanks @ghostwriternr! - Improve container startup resiliencySDK now retries both 503 (provisioning) and 500 (startup failure) errors automatically. Container timeouts increased to 30s instance + 90s ports (was 8s + 20s).
-
#219
94e53f8Thanks @threepointone! - Update dependencies