v0.26.0
Infisical/agent-vaultv0.26.0Jun 2, 2026by github-actions[bot]
AI Summary
Optimizes the MITM proxy to flush responses per-chunk, improving performance for live streaming operations.
Key Highlights
- Per-chunk MITM response flushing
- Improved performance for git clone and SSE
New Features
- Flush MITM responses per-chunk for live streaming
Full Release Notes
## Changelog * e1f6f187106ebd16951178eab89ec7213dfb2dec feat: flush MITM responses per-chunk for live streaming (git clone, SSE) (#229) ## Verify ```bash # Verify checksum (portable across macOS and Linux) shasum -a 256 --ignore-missing -c checksums.txt # Verify signature (requires cosign v2+) cosign verify-blob \ --bundle checksums.txt.sig \ --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ checksums.txt ```