Hive Hive
Sign in

Drops

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

Activity
Published Title Project Domains Version Source
Android target kinds with Kotlin support and APK run Once now ships first-class Starlark target kinds for Android: android_resource, android_library, and android_binary. Kotlin source files are
Once
Once
0.24.0
GitHub
Durable action evidence persisted in once.sqlite Once now persists durable action evidence in a SeaORM-backed once/once.sqlite workspace store. Run, exec, and graph build / run / test outco
Once
Once
0.24.0
GitHub
Shared cross-platform native mobile code in the prelude Once can now model cross-platform native mobile code directly in the prelude. Swift source can be compiled into Android native libraries, Ko
Once
Once
0.24.0
GitHub
Cypher-style graph expressions in once query once query now accepts a native expression path modeled on Cypher for read-only graph exploration. Syntax is validated with tree-sitter-cyph
Once
Once
0.24.0
GitHub
Stable Rust compilation on Windows through graph actions Windows users can now reliably compile Rust dependencies through Once's graph actions, including crates with large dependency graphs such as
Once
Once
0.24.0
GitHub
Build Rust projects reliably on Windows and during cross-compilation Rust builds are now reliable on Windows and during cross-compilation. Windows rustc invocations that exceeded the CreateProcess command-line
Once
Once
0.24.0
GitHub
Documentation is published to the correct domain Documentation deployment now points to docs.buildonce.dev and uses the Wrangler version pinned by the docs package. Docs-only pull requests
Once
Once
0.24.0
GitHub
Linux ARM release builds find the native linker Linux ARM release packaging now installs the native linker tools needed by Cargo dependency builds, and a sanitized C tool PATH is threaded
Once
Once
0.24.0
GitHub
Rust builds work on Windows for large dependency graphs Windows no longer fails with "filename or extension is too long" when compiling Rust crates with many dependencies. The full rustc argument
Once
Once
0.24.0
GitHub
Built-in graph schemas are cached for faster construction Built-in target kind schemas are now cached with OnceLock and reused across batch graph construction, reducing redundant schema work. The CA
Once
Once
0.24.0
GitHub