v3.110.0
shivangi-aneja/GaussianSpeechv3.110.0Jul 27, 2026by claudfuen
AI Summary
This release introduces an automated notification system for portal access requests and significantly improves audit logging by preventing plaintext secrets from being logged. It also resolves UI issues with invite modals and refines audit event naming.
Key Highlights
- Email notifications for portal access requests to org owners/admins
- Stops plaintext secrets leaking into audit logs
- Stops logging read endpoints as mutations
- Makes invite modal rows scrollable
New Features
- Email org owners/admins when a portal access request is submitted
Full Release Notes
# [3.110.0](https://github.com/trycompai/comp/compare/v3.109.0...v3.110.0) (2026-07-27) ### Bug Fixes * **app:** make invite modal manual rows scrollable so action buttons stay visible ([#3510](https://github.com/trycompai/comp/issues/3510)) ([9926408](https://github.com/trycompai/comp/commit/99264081bcb5e9389b79d05f1c733fa23a193a56)) * **audit:** stop logging read endpoints as mutations + name task-item events ([#3508](https://github.com/trycompai/comp/issues/3508)) ([3f9e1cf](https://github.com/trycompai/comp/commit/3f9e1cfe69e71c1611a4f1a4a47a4f792ee7071e)) * **audit:** stop plaintext secrets leaking into the audit log ([#3512](https://github.com/trycompai/comp/issues/3512)) ([55a48fb](https://github.com/trycompai/comp/commit/55a48fb0abc2a419970356914979575735f076b1)) ### Features * **api:** email org owners/admins when a portal access request is submitted (CS-522) ([#3494](https://github.com/trycompai/comp/issues/3494)) ([258ce45](https://github.com/trycompai/comp/commit/258ce4570ec6b949ff29746310cdbf6d0b90181b))