v0.159.29
Infisical/infisicalv0.159.29May 15, 2026by mathnogueira
AI Summary
Adds Oracle DB access support, secret insights page, and distributed cron jobs. Fixes various security and auth issues like SAML issuer requirements and password recovery token consumption.
Key Highlights
- Oracle DB access support for PAM
- Secret insights page
- Distributed cron job system with Redis
- Honey token audit logs
- SAML issuer requirement fix
New Features
- Oracle PAM access
- Secret Insights
- Distributed Cron
- Honey Token Audit
- SAML issuer fix
Full Release Notes
## What's Changed * feat(pam): add Oracle DB access support by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6134 * docs(encryptionkey): clarify FIPS encryption key requirements by @jakehulberg in https://github.com/Infisical/infisical/pull/6346 * docs: add secret insights page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6392 * fix(pam-oracle): run TLS hostname probe for all SSL Oracle connections by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6398 * fix: mark password recovery token as consumed by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6412 * improvement: always show environment selection when creating secrets by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6395 * chore(api): add migration to clean empty strings on k8 auth ca certs by @Thiago-AS in https://github.com/Infisical/infisical/pull/6413 * docs(honey): add walkthrough video to honey tokens overview by @jakehulberg in https://github.com/Infisical/infisical/pull/6427 * fix: make saml issuer required on saml form by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6434 * chore: pin github workflow dependencies by @varonix0 in https://github.com/Infisical/infisical/pull/6435 * chore(api): create short lived token in key value store for email sign up by @Thiago-AS in https://github.com/Infisical/infisical/pull/6419 * improvement: add tooltip to overview environment cols/items and give each more default width by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6418 * fix: make scoped identity access token revocation lookup sargable + partial index by @PrestigePvP in https://github.com/Infisical/infisical/pull/6440 * improvement: bump project max length and add missing validation / update existing validation by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6438 * feat: removed reviewer read permission for approval once approval request has closed by @akhilmhdh in https://github.com/Infisical/infisical/pull/6436 * fix(certificate-manager): save organizational unit and other subject fields in PKI certificates by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6433 * chore(api): memoize userDAL.findById on requests and where no mutation occurs by @Thiago-AS in https://github.com/Infisical/infisical/pull/6453 * feat(dynamic-secrets): added memory db (valkey) support by @varonix0 in https://github.com/Infisical/infisical/pull/6405 * feat(secret-rotation): add rotation for datadog service account by @adilsitos in https://github.com/Infisical/infisical/pull/6416 * fix: update oidc upgrade modal to reference enterprise plan, not pro by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6456 * fix(sec-4): add privilege boundary check to org membership updates by @PrestigePvP in https://github.com/Infisical/infisical/pull/6437 * feat: add gateway pool support across remaining platform areas by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/6285 * feat(secret-rotation): add verification button by @adilsitos in https://github.com/Infisical/infisical/pull/6372 * feat(backend): add distributed cron job system with Redis-backed scheduling by @victorvhs017 in https://github.com/Infisical/infisical/pull/6442 * feat(gateway): add enrollment flow support to Helm chart and re-add Kubernetes docs by @bernie-g in https://github.com/Infisical/infisical/pull/6422 * feat(pam-rdp): browser RDP session replay player by @bernie-g in https://github.com/Infisical/infisical/pull/6351 * fix: pass whether the vault migration config is using a gateway or not by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6465 * feat: create audit log for honey token triggers by @mathnogueira in https://github.com/Infisical/infisical/pull/6457 * fix: add missing snapshot index and chunk deletion in cleanup by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/6468 * fix(frontend): url-encode secret key in API request paths by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/6475 * fix(vault): define default ports for https when not defined by @adilsitos in https://github.com/Infisical/infisical/pull/6477 * feat: added lock and made scim endpoint idempotent by @akhilmhdh in https://github.com/Infisical/infisical/pull/6471 ## New Contributors * @Thiago-AS made their first contribution in https://github.com/Infisical/infisical/pull/6413 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.28...v0.159.29