v0.24.0

Infisical/agent-vaultv0.24.0Jun 1, 2026by github-actions[bot]

AI Summary

Upgraded the web build stack to Vite 8 and updated various crypto and routing libraries, while introducing new substitution surfaces for HTTP bodies and WebSockets.

Key Highlights

  • Upgraded to Vite 8
  • Updated @tanstack/react-router
  • Added body substitution surface
  • Added WebSocket substitution surface

New Features

  • Body and WebSocket substitution surfaces

Full Release Notes

## Changelog
* 9fe00e94913e8c7a8f7b87a878286372934780fc deps: bump @tanstack/react-router from 1.170.3 to 1.170.8 in /web (#220)
* a03e9fb0e022dc4f23266f114f5198be8c69794f deps: bump @types/react from 19.2.14 to 19.2.15 in /web (#216)
* 4c302a95bdbc5bae4e095de9ff0a81aff94c727d deps: bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#218)
* cee96bd076e630e0f3e55812a09292af3095e701 deps: bump vite to 8 and @vitejs/plugin-react to 6 in /web (#223)
* 42fb8de74a1cb1840261dc231fad8c164077df1c feat: add body and websocket substitution surfaces (#225)

## 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
```