Skip to content

chore: release v0.6.0 - #53

Merged
xsmyile merged 3 commits into
masterfrom
chore/release-0.6.0
Aug 24, 2026
Merged

chore: release v0.6.0#53
xsmyile merged 3 commits into
masterfrom
chore/release-0.6.0

Conversation

@xsmyile

@xsmyile xsmyile commented Aug 24, 2026

Copy link
Copy Markdown
Member

Cuts v0.6.0 over the reliability and performance sweep merged in #51.

Minor rather than patch: the sweep added an API capability (?limit on the raw endpoint, plus the /headers endpoint), changed observable message ordering from ULID text to arrival order, and added a runtime UI dependency.

Also clears the two new unsound advisories that cargo audit picked up (RUSTSEC-2026-0190 in anyhow, RUSTSEC-2026-0221 in event-listener), both fixed by semver-compatible patch bumps.

One incidental fix: the audit.toml ignore list lived at the repo root, where cargo-audit never reads it, so its three justified entries had no effect. Moved to .cargo/audit.toml and extended with RUSTSEC-2026-0253 (lru, needs a ratatui-core bump we do not control). The only remaining audit output is a yanked-version notice for spin, reached through flume via sqlx.

RUSTSEC-2026-0190 and RUSTSEC-2026-0221, both fixed in semver-compatible
patch releases.
cargo-audit looks for .cargo/audit.toml, so the root file never applied and
its three justified entries were never honoured. Adds RUSTSEC-2026-0253,
which needs a ratatui-core bump we do not control.
@xsmyile
xsmyile merged commit 2a7e78b into master Aug 24, 2026
3 checks passed
@xsmyile
xsmyile deleted the chore/release-0.6.0 branch August 24, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant