Skip to content

Releases: os-tack/ostk-cache

v0.4.0: chore: bump version to 0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 19:06
8a1948b
Since 0.3.7: →2032 Anthropic write-policy state machine; GPT provider
lane (codex backend passthrough); →2035/→2038 HTTP capture with header
redaction + rotation; provider-keyed replay harness + §7.4 loss
taxonomy (scripts); →2049 absence-gated SSE Accept fallback. All merged
two-key per fleet review protocol.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 May 01:26
5184eb0
Release v0.3.1 — incorporate project metadata and infrastructure config

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 May 00:30
09a45c6
- 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

Choose a tag to compare

@github-actions github-actions released this 09 May 05:24
a1976bb
v0.2.7 — ship hooks + stats binaries

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 09 May 05:05
6097b75
v0.2.6 — restore Windows to release build

v0.2.5: release: 0.2.5

Choose a tag to compare

@github-actions github-actions released this 08 May 21:31
e8cbe93
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

Choose a tag to compare

@github-actions github-actions released this 08 May 21:28
a34b5de
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

Choose a tag to compare

@github-actions github-actions released this 08 May 21:25
3d2e656
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

Choose a tag to compare

@github-actions github-actions released this 06 May 18:34
15dc686
fix: make hooks bin compile on windows