v0.161.10
Infisical/infisicalv0.161.10Jun 29, 2026by varonix0
AI Summary
Refactors project settings and certificate schemas while fixing critical OAuth callback URL derivation issues.
Key Highlights
- Certificate name schema updates and shortened certificateId.
- OAuth callback URL now derived from request origin to prevent session loss.
- Exposed public CA certificate URL in UI.
New Features
- Public CA certificate URL exposure
- OAuth callback URL derivation fix
Full Release Notes
### Changed - Refactor secret project settings (https://github.com/Infisical/infisical/pull/7056) - Move remove product button to management sheet (https://github.com/Infisical/infisical/pull/7053) - Update certificate name schema and shorten certificateId (https://github.com/Infisical/infisical/pull/6998) ### Added - Expose public CA certificate URL in UI (https://github.com/Infisical/infisical/pull/7023) ### Fixed - Fix 500 error when merging change requests with no approvers (https://github.com/Infisical/infisical/pull/7055) - Validate GitHub request host on the non-gateway app connection (https://github.com/Infisical/infisical/pull/7052) - Scope group role sync to the group's organization in SCIM (https://github.com/Infisical/infisical/pull/7050) - Improve v2 checkbox disabled state (https://github.com/Infisical/infisical/pull/7040) - Derive OAuth callback URL from request origin to prevent session loss (https://github.com/Infisical/infisical/pull/6912) **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.161.9...v0.161.10