v0.159.14
Infisical/infisicalv0.159.14Apr 16, 2026by scott-ray-wilson
AI Summary
This release adds multiple features including gateway enrollment token flow, bulk tag modal, SCEP dynamic challenges, and PostHog telemetry enhancements, along with PKI dashboard rework and auth refactoring.
Key Highlights
- Gateway enrollment token flow
- Bulk tag modal for overview page
- SCEP dynamic challenges
- PKI inventory and dashboard rework
- PostHog telemetry with deployment_type, instance_type, and region
- PAM web access idle timeout increased to 20 minutes
- Email verification banner improvement
New Features
- Gateway enrollment token flow
- Bulk tag modal
- SCEP dynamic challenges
- PKI dashboard rework
- PostHog telemetry enhancements
- Insights page for secrets management
Full Release Notes
## What's Changed * fix: use actual actor as distinctId for IntegrationSynced PostHog event by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/6028 * feat: add deployment_type, instance_type, and region to PostHog telemetry by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/5976 * feat(login): show login SMTP errors in case of misconfiguration by @mathnogueira in https://github.com/Infisical/infisical/pull/6029 * Revert "feat(login): show login SMTP errors in case of misconfiguration" by @akhilmhdh in https://github.com/Infisical/infisical/pull/6039 * feature(cache): project permission caching by @victorvhs017 in https://github.com/Infisical/infisical/pull/6031 * feat: refactor of auth by @akhilmhdh in https://github.com/Infisical/infisical/pull/5947 * fix: improved response for the discovery endpoint by @x032205 in https://github.com/Infisical/infisical/pull/6040 * Revert "feature(cache): project permission caching" by @maidul98 in https://github.com/Infisical/infisical/pull/6041 * feat: inventory+dashboard rework on PKI by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5958 * fix: made totp verify lax by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/6049 * improvement(eng-4792): speed up CI by @PrestigePvP in https://github.com/Infisical/infisical/pull/6018 * fix: dependabot security vulnerabilities by @x032205 in https://github.com/Infisical/infisical/pull/6035 * improvement: make email verifcation required banner less spooky by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6051 * feat: add insights page to secrets management product type by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5968 * improvement(frontend): reduce default integration and approval polling intervals by @victorvhs017 in https://github.com/Infisical/infisical/pull/6003 * fix(pam): increase web access idle timeout from 5 to 20 minutes by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/6052 * feat: gateway enrollment token flow by @bernie-g in https://github.com/Infisical/infisical/pull/6020 * feat: add oci standard labels to Dockerfile.standalone-infisical by @Erwan-loot in https://github.com/Infisical/infisical/pull/5323 * feat: add dynamic challenges to SCEP by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6023 * feat: add bulk tag modal to overview page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6043 ## New Contributors * @Erwan-loot made their first contribution in https://github.com/Infisical/infisical/pull/5323 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.13...v0.159.14