Hive Hive
Sign in

Drops

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

Activity
Published Title Project Domains Version Source
TOML script targets removed Breaking change. Script targets no longer live in once.toml. once.toml is reserved for workspace configuration, and script actions now live
Once
Once
0.13.0
GitHub
Run scripts remotely on Daytona or Microsandbox Scripts can now run remotely through once exec --remote --compute with caching and live output. The release ships an embedded Microsandbox p
Once
Once
0.13.0
GitHub
Cache action commands accept declarative input specs cache action get and cache action put now accept a repeatable --input flag in place of, or alongside, a positional digest. The grammar cover
Once
Once
0.13.0
GitHub
Local content-addressed cache now compresses blobs with zstd The on-disk content-addressed blob store now stores blobs compressed with zstd while keeping BLAKE3 digests computed over uncompressed bytes
Once
Once
0.13.0
GitHub
TOML script targets removed, script fields aligned with annotations Once 0.13.0 removes TOML-backed script target parsing, so fabrik.toml is reserved for workspace configuration. Script annotations across par
Once
Once
0.13.0
GitHub
Cache substrate aligned with Bazel/REAPI two-cache model The cache layer now follows the Bazel/REAPI two-cache model: one content-addressed blob store plus one action cache. The experimental kv/ ke
Once
Once
0.13.0
GitHub
Compressed cache storage and a richer runtime cache CLI Cache blobs are now stored compressed with zstd, which reduces disk usage while keeping the same BLAKE3-based addressing. The cache CLI also
Once
Once
0.13.0
GitHub
Daytona remote execution now uses the API The Daytona remote provider now calls the Daytona API directly over HTTP instead of invoking the local daytona CLI. It uses the sandbox, API
Once
Once
0.13.0
GitHub
Remote execution on Daytona with Microsandbox isolation Once now supports remote compute providers, starting with Daytona. Declared actions can run remotely while keeping their inputs, outputs, en
Once
Once
0.13.0
GitHub
New once cache CLI for reading, writing, and probing the cache The CLI now exposes once cache blob put, once cache blob get, once cache blob exists, once cache action get, once cache action put, once cac
Once
Once
0.13.0
GitHub