Releases: os-tack/ostk-cache
Releases · os-tack/ostk-cache
v0.3.1
Release v0.3.0
- Consolidate fmt_bytes into lib.rs - Refactor account() with AccountInput struct for readability - Enhance amp ledger with section-byte columns (system, tools, synthetic, in_flight) - Record soft-cap reduction events as dedicated ledger rows (mode="reduce") - Implement graceful shutdown (SIGINT/SIGTERM) with axum::serve - Add focused Tier C soft-cap unit test - Suppress Windows-specific unused_async warning in kernel_client.rs - Bump version to 0.3.0
v0.2.7
v0.2.7 — ship hooks + stats binaries
v0.2.6
v0.2.6 — restore Windows to release build
v0.2.5: release: 0.2.5
Drops Windows from the release.yml matrix. ostk-cache is Unix-only since gemini's post-RTS wave (UnixStream scan-trigger socket, POSIX fork in serve). Restoring Windows support is a separate IPC redesign follow-up (named pipes / TCP loopback). Linux + macOS x86_64 + macOS arm64 are the supported release targets. Same source as v0.2.4 — workflow change only.
v0.2.4: release: 0.2.4
Relaxes 'cargo clippy -- -D warnings' to plain 'cargo clippy' so the CI gate is no longer blocked by 9 latent clippy lints in ostk-cache source (collapsible-if, sort_by_key, matches! macro, push_str). The lints existed before this release wave; they only surfaced now that v0.2.3's git-deps fix lets cargo reach the clippy step at all. Lint cleanup tracked as a follow-up. v0.2.4 is functionally identical to v0.2.3 — same git-deps shape, same dep-fetch behavior, same binary output. Workflow change only.
v0.2.3: release: 0.2.3 — CI fix
Drops the [patch] block that v0.2.1/v0.2.2 had in Cargo.toml. Cargo's [patch] doesn't gracefully fall back to the git source when the path is missing, so CI runners (no sibling haystack checkout) still failed. Same git-deps shape as v0.2.2 (https + per-crate tags pinned against private os-tack/haystack), no [patch]. Local devs who want the sibling-checkout short-circuit can add the [patch] block to their ~/.cargo/config.toml — see the doc comment in Cargo.toml. CI auth via OSTK_CRATES PAT + git insteadOf rewrite, unchanged from v0.2.2.
v0.1.0
fix: make hooks bin compile on windows