v0.161.8
Infisical/infisicalv0.161.8Jun 24, 2026by adilsitos
AI Summary
Introduces application membership management and adds database constraints to prevent duplicate secret key names.
Key Highlights
- New application membership API endpoints.
- Database constraint to protect folders from duplicate secret key names.
- Adjusted heartbeat and name requirements.
New Features
- Application membership API endpoints
- Database constraint for duplicate secret keys
Full Release Notes
### Changed - Remove last-admin check for project memberships (https://github.com/Infisical/infisical/pull/6995) - Adjust heartbeat and name requirement (https://github.com/Infisical/infisical/pull/7010) ### Added - Add application membership API endpoints (https://github.com/Infisical/infisical/pull/6987) - Add database constraint to protect folders from duplicate secret key names (https://github.com/Infisical/infisical/pull/6986) ### Fixed - Fix query invalidation (https://github.com/Infisical/infisical/pull/7011) - Allow skipped versions in upgrade-impact validator (https://github.com/Infisical/infisical/pull/7009) - Resolve inherited sub-org groups by name when adding to project (https://github.com/Infisical/infisical/pull/7007) - Document GCP service account impersonation instructions and add troubleshooting guidance (https://github.com/Infisical/infisical/pull/7012) **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.161.7...v0.161.8