v0.159.15
Infisical/infisicalv0.159.15Apr 17, 2026by scott-ray-wilson
AI Summary
This release redesigns the audit logs date range picker, adds an insights page for secrets management, and includes several fixes for auth token handling and PKI dashboard components.
Key Highlights
- Audit logs date range picker redesign
- Insights page for secrets management product type
- Auth token invalidation fixes after org selection
- PKI dashboard and recharts dependency fixes
- Default query staleTime configuration
New Features
- Audit logs date range picker redesign
- Insights page for secrets management
Full Release Notes
## What's Changed * feat(audit-logs): redesign the date range picker by @mathnogueira in https://github.com/Infisical/infisical/pull/6033 * fix(frontend): invalidate auth token after org select; default query staleTime by @victorvhs017 in https://github.com/Infisical/infisical/pull/6002 * chore: bump transitive dependencies by @x032205 in https://github.com/Infisical/infisical/pull/6054 * Revert "fix(frontend): invalidate auth token after org select; default query staleTime" by @maidul98 in https://github.com/Infisical/infisical/pull/6058 * Revert "feat: add insights page to secrets management product type" by @varonix0 in https://github.com/Infisical/infisical/pull/6060 * fix: remove recharts and pki dashboard by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6061 * fix(frontend): invalidate auth token after org select; default query staleTime by @maidul98 in https://github.com/Infisical/infisical/pull/6059 * fix: add back recharts, pki dashboard and manually chunk rechart dependencies by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6063 * fix: reapply "feat: add insights page to secrets management product type" by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6064 * fix(frontend): set staleTime to 0 for auth token query to ensure fresh data retrieval by @victorvhs017 in https://github.com/Infisical/infisical/pull/6065 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.14...v0.159.15