v0.11.0
Infisical/agent-vaultv0.11.0Apr 26, 2026by github-actions[bot]
AI Summary
Implements long-lived sessions with idle expiry and revocation, adds URL credential substitutions, and updates the web UI for service management.
Key Highlights
- Long-lived sessions with idle expiry and revocation
- URL credential substitutions for path/query/header surfaces
- Web UI: Add/Edit Service form converted to side sheet
- CLI re-prompts for credentials on expired sessions
New Features
- Long-lived sessions
- URL credential substitutions
- Side sheet UI for services
- Fix for server stop command
Full Release Notes
## Changelog * 1f5a898d25c2eb5f5259d474844bb3b9a56bfa4b feat(cli): re-prompt for credentials on expired session and retry once (#111) * 30205d9e09f070fd4a1502fc3a66dab8fb2d134b feat(server,cli): long-lived sessions with idle expiry and revocation (#112) * f9872e3f02c2a1be99c7fe41fc4ed15fda0bb5c0 feat(web): convert Add/Edit Service form into a side sheet (#122) * bfb488a58415362cba17aec981165d0336fe3dac feat: URL credential substitutions for path/query/header surfaces (#113) * 61966b1faca1ae0ced24c2a3e00880b8919ca693 fix(server): keep `server stop` working after a foreground retry against a live daemon (#109) ## Verify ```bash # Verify checksum sha256sum --check checksums.txt # Verify signature (requires cosign) cosign verify-blob \ --bundle checksums.txt.bundle \ --certificate-identity-regexp "github.com/Infisical/agent-vault" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ checksums.txt ```