Skip to content

Release harlite 0.4.0#132

Merged
brucehart merged 2 commits into
mainfrom
feature/release-0.4.0
Jul 14, 2026
Merged

Release harlite 0.4.0#132
brucehart merged 2 commits into
mainfrom
feature/release-0.4.0

Conversation

@brucehart

Copy link
Copy Markdown
Owner

Summary

  • ship prebuilt Linux AMD64/ARM64, macOS AMD64/ARM64, and Windows AMD64 archives with SHA-256 checksums and Sigstore-backed GitHub artifact attestations
  • add harlite check, stdin HAR support, HAR/database redaction and PII handling, and cURL/Fetch/node-fetch/PowerShell request export
  • add analyze/diff CI regression gates, atomic output hardening, expanded validation, release notes, and pinned CI/release actions
  • bump the crate to 0.4.0 and prepare crates.io packaging

Verification

  • cargo test --all-features
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo check --all-targets --no-default-features --locked
  • cargo test --lib --no-default-features --locked
  • cargo +1.85.0 check --all-features --locked
  • cargo package --allow-dirty --locked
  • cargo fmt --all -- --check
  • git diff --check
  • go run github.com/rhysd/actionlint/cmd/actionlint@latest
  • cargo audit
  • nine recursive local Codex review passes; final pass reported no actionable findings

Closes #126

Add HAR and database integrity checks, HAR-native redaction and PII handling, request snippet export, stdin HAR support, and CI-oriented analyze/diff regression gates.

Harden output writes and external blob handling, expand integration coverage, document the release, and add pinned CI/release workflows for five platform archives, checksums, and Sigstore artifact attestations.
@brucehart

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

Reviewed commit: aca260db96

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@brucehart

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: e0fe464253

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@brucehart
brucehart merged commit 512d3b8 into main Jul 14, 2026
7 checks passed
@brucehart
brucehart deleted the feature/release-0.4.0 branch July 14, 2026 13:33
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.

Add prebuilt release binaries (Linux + macOS) to GitHub releases

1 participant