Hive Hive
Sign in

Drops

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

Activity
Published Title Project Domains Version Source
Release packaging repairs for Linux ARM and iOS staticlibs Release packaging jobs now install the required native linker tools (binutils and build-essential) on Linux ARM runners, and iOS staticlib t
Once
Once
0.24.0
GitHub
Fix docs deployment to docs.buildonce.dev Points the docs Cloudflare Worker route and GitHub deployment environment to https://docs.buildonce.dev, aligns the workflow Wrangler versio
Once
Once
0.24.0
GitHub
Collect host and target Cargo metadata for release cross-builds The Rust prelude now collects Cargo metadata for both the host and target platforms during release cross-builds, so host build scripts and p
Once
Once
0.24.0
GitHub
Rust release builds now succeed on Windows Windows release builds of Rust targets no longer fail with command-line-too-long errors, rejected feature cfg values, misquoted build-script
Once
Once
0.24.0
GitHub
Generated argument files are materialized by the action runner A new structured cmd_args(...) Starlark primitive lets target kinds declare command-line fragments that need generated argument files. The e
Once
Once
0.24.0
GitHub
Resolve Apple toolchain paths without xcrun when developer dir is set Apple compile, archive, merge, and code signing actions now invoke their tools by absolute path. When a target pins xcode_developer_dir, pat
Once
Once
0.24.0
GitHub
Add Cypher-style graph expressions to once query once query now accepts Cypher-style expressions of the form RETURN ... for read-only graph exploration. Input is validated with tree-sitter-
Once
Once
0.24.0
GitHub
Rename Starlark rules to modules and target_kind The graph extension surface is now described as modules instead of rules across the Starlark API, manifest loading, and CLI/MCP output. The
Once
Once
0.24.0
GitHub
Persist durable action evidence in once.sqlite Action evidence from once exec, the legacy once run path, and the graph build / run / test flow is now persisted in a SeaORM-backed .once/on
Once
Once
0.24.0
GitHub
Add Android target kinds with Kotlin support and APK run You can now build Android apps in Once through dedicated target kinds: android_resource, android_library, and android_binary. Mixed Java and
Once
Once
0.24.0
GitHub