v3.110.0
mickael-kerjean/filestashv3.110.0Jul 27, 2026by claudfuen
AI Summary
This release improves user experience in modals and audit logging, specifically stopping plaintext secrets from leaking and fixing scrolling issues, while adding notification features for access requests.
Key Highlights
- Fixed audit logging of plaintext secrets
- Improved invite modal usability with scrollable manual rows
- Email alerts for portal access requests
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))