Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Remote script execution with live streaming Scripts can now be declared to run remotely in once.toml or via once run --remote and once exec --remote. The first supported remote compute
Once
Once
0.13.0
GitHub
Remote compute providers are supported Scripts can run on remote compute providers such as Daytona and Microsandbox. Execution output is streamed live into the cache, remote respo
Once
Once
0.13.0
GitHub
Cache action keys are declared with --input cache action get and cache action put now accept repeatable --input specs (paths, path:, value:, env: variables, and stdin) so scripts decla
Once
Once
0.13.0
GitHub
Remote compute with embedded Microsandbox provider Once now supports remote compute providers so you can run commands outside the local machine. The embedded Microsandbox provider is included
Once
Once
0.13.0
GitHub
Remote compute providers and embedded Microsandbox support Scripts can now run on remote compute providers. The CLI embeds the Microsandbox provider for sandboxed remote execution, and release packag
Once
Once
0.13.0
GitHub
Remote execution for scripts and remote cache providers Scripts can now be marked for remote execution and dispatched to remote compute providers. The embedded Microsandbox provider and a Daytona
Once
Once
0.13.0
GitHub
Fixed Tuist remote blob upload content type Blob uploads to the Tuist remote cache now set the Content-Type: application/octet-stream header, fixing a server-side contract issue that c
Once
Once
0.13.0
GitHub
Faster cache CLI hashing of directories Directory hashing in the cache CLI now walks, reads, and hashes files in a single blocking task, reducing thread-pool churn and improving th
Once
Once
0.13.0
GitHub
New runtime cache CLI lets scripts probe and reuse the cache directly Once now ships a lower-level once cache CLI that any script can call to probe, read, or write the cache directly. Commands include blob put/
Once
Once
0.13.0
GitHub
Transparent zstd compression for cache blobs and configurable symlink capture Cache blobs are now transparently compressed with zstd when the result is smaller than the original, while the BLAKE3 digest stays based on
Once
Once
0.13.0
GitHub