v0.159.2
Infisical/infisicalv0.159.2Mar 30, 2026by adilsitos
AI Summary
This release introduces a PAM rotation revamp, a browser-based Postgres data explorer, and support for external users in secret sharing, alongside various UI and caching improvements.
Key Highlights
- PAM rotation revamp
- In-browser Postgres data explorer
- Secret sharing for external users
- Webhooks on secret rotations
New Features
- PAM rotation revamp
- In-browser Postgres data explorer
- Secret sharing for external users
- Webhooks on secret rotations
- SCEP enrollment method
Full Release Notes
## What's Changed * feat: updated doc on redis hardware correction and github action as well by @akhilmhdh in https://github.com/Infisical/infisical/pull/5822 * feat(pam): rotation revamp + windows rotation + pam ui changes by @x032205 in https://github.com/Infisical/infisical/pull/5694 * improvement: use etag caching for list secrets api by @PrestigePvP in https://github.com/Infisical/infisical/pull/5799 * fix(user-service): cannot favorite project without direct org membership by @IgorHorta in https://github.com/Infisical/infisical/pull/5823 * feat(pam): in-browser data explorer for postgres by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5786 * fix(pam): one character cell edits in data explorer fix by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5828 * chore: custom branding fix by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5832 * chore: updated the move function in old service by @akhilmhdh in https://github.com/Infisical/infisical/pull/5833 * feat(log): add log for authentication errors by @adilsitos in https://github.com/Infisical/infisical/pull/5790 * feat(secret-sharing): allow external users to also receive email with secrets by @adilsitos in https://github.com/Infisical/infisical/pull/5804 * improvement(permissions): re-vamp additional privileges and adding policies, add add. priv. from access insights, and fix add priv resolution by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5778 * improvement: remove aws-sdk v2, replace it with aws-sdk v3 by @PrestigePvP in https://github.com/Infisical/infisical/pull/5789 * fix: unblock e2e CI step by @varonix0 in https://github.com/Infisical/infisical/pull/5838 * fix: removed ts-node in import path of prod build by @akhilmhdh in https://github.com/Infisical/infisical/pull/5841 * fix(tooltip): increase tooltip z index by @adilsitos in https://github.com/Infisical/infisical/pull/5840 * feat(webhook): add support for webhooks on secret rotations by @adilsitos in https://github.com/Infisical/infisical/pull/5827 * feat: add SCEP enrollment method by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5819 * Revert "improvement: remove aws-sdk v2, replace it with aws-sdk v3" by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5846 * feat(pam): small account row update by @x032205 in https://github.com/Infisical/infisical/pull/5848 * fix: emove unused columns for sanitized schema generation by @maidul98 in https://github.com/Infisical/infisical/pull/5863 ## New Contributors * @adilsitos made their first contribution in https://github.com/Infisical/infisical/pull/5790 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.1...v0.159.2