v0.160.1
Infisical/infisicalv0.160.1May 19, 2026by akhilmhdh
AI Summary
Fixes critical bugs in honey tokens, cert manager endpoints, and RSA padding. Adds a browser-based RDP client with recording and session persistence, and extends retry budgets for secret sync.
Key Highlights
- Browser-based RDP client with session recording
- Padding Oracle RSA fix on SCEP
- Secret sync concurrency improvements
- Honey token trigger bug fixes
- PAM bypass approvals
New Features
- Browser RDP client
- Padding Oracle fix
- Secret sync concurrency
- Honey token fixes
- PAM bypass approvals
Full Release Notes
## What's Changed * fix: bug fix for honey token trigger by @mathnogueira in https://github.com/Infisical/infisical/pull/6460 * fix: removed block for cert manager project endpoints by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/6511 * chore(cron): per-job timeout for daily resource cleanup by @victorvhs017 in https://github.com/Infisical/infisical/pull/6506 * improvement: decrease gateway health check interval for HA by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6432 * fix: explicit project id requests throw BadRequestError by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6512 * fix: remove BadRequestError on multiple cert-manager projects by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6514 * fix(secret-sync): make per-connection concurrency admission atomic and extend retry budget to 60 min by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6467 * feat(pam): browser-based RDP client with session recording and playback by @bernie-g in https://github.com/Infisical/infisical/pull/6403 * chore: validate slug format on FE and throw unique constrain error on BE by @Thiago-AS in https://github.com/Infisical/infisical/pull/6489 * feat(secrets): allow duplication of secrets between environments by @adilsitos in https://github.com/Infisical/infisical/pull/6388 * fix: padding oracle RSA on SCEP by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6411 * feat(pam): add bypass approvals for PAM access requests by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6263 * feat(gateway-helm): add PVC for session recording persistence by @x032205 in https://github.com/Infisical/infisical/pull/6491 * feat(api): adds extensible window error tracking system for audit log streams by @Thiago-AS in https://github.com/Infisical/infisical/pull/6470 * fix: show multiple actions in org roles page by @mathnogueira in https://github.com/Infisical/infisical/pull/6528 * fix: improve EST Authentication by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6428 * feat: resolved entra scim replace issue by @akhilmhdh in https://github.com/Infisical/infisical/pull/6525 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.160.0...v0.160.1