v0.24.1
Infisical/agent-vaultv0.24.1Jun 1, 2026by github-actions[bot]
AI Summary
Fixed a rate limiting logic issue where proxy authentication failures were incorrectly counted against the TierAuth limit.
Key Highlights
- Corrected TierAuth rate limit calculation
- Fixed proxy auth failure counting
Full Release Notes
## Changelog * e6b6d2e9bc577ef3ae049d51e33cd4213bfd4ce9 fix: only count proxy auth failures against TierAuth rate limit (#226) ## 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 ```