Skip to content

Releases: os-tack/ostk-cache

v0.3.1

12 May 01:26
5184eb0

Choose a tag to compare

Release v0.3.1 — incorporate project metadata and infrastructure config

Release v0.3.0

12 May 00:30
09a45c6

Choose a tag to compare

- 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

09 May 05:24
a1976bb

Choose a tag to compare

v0.2.7 — ship hooks + stats binaries

v0.2.6

09 May 05:05
6097b75

Choose a tag to compare

v0.2.6 — restore Windows to release build

v0.2.5: release: 0.2.5

08 May 21:31
e8cbe93

Choose a tag to compare

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

08 May 21:28
a34b5de

Choose a tag to compare

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

08 May 21:25
3d2e656

Choose a tag to compare

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

06 May 18:34
15dc686

Choose a tag to compare

fix: make hooks bin compile on windows