v3.110.0

milvus-io/milvusv3.110.0Jul 27, 2026by claudfuen

AI Summary

This release focuses on security and usability, fixing plaintext secret leakage in audit logs and making invite modals scrollable. It also adds email notifications for access requests.

Key Highlights

  • Fixed invite modal scrolling issues
  • Stopped plaintext secrets from leaking into audit logs
  • Added email alerts for portal access requests
  • Fixed audit logging read endpoints

New Features

  • Email alerts for portal access requests

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))