Releases: cometchat/changelog
Releases · cometchat/changelog
Chat API v3.11.1
New
- None
Enhancements
- None
Fixes
- Fixed an issue in the Legacy Admin APIs where list group/user messages endpoints returned empty results when the subject user's UID was passed as a path parameter prefix (for example,
/users/<uid>). This issue was introduced in a recent platform update.
Chat API v3.11.0
New
- None
Enhancements
- Upgraded the backend infrastructure to improve reliability, security, and performance.
Fixes
- None
AI Agents v0.5.0
New
- None
Enhancements
- None
Fixes
- Fixed an issue where the Google Send Email tool failed to send emails without attachments.
AI Agents v0.4.2
New
- None
Enhancements
- None
Fixes
- Fixed an issue where API responses returned incorrect HTTP status codes.
Notifications v1.7.2
Management API v1.4.0
New
- Added support for authentication in AI-powered terminal environments, including Cursor and Claude. This skill allows users to sign in, sign up, and manage apps directly from the terminal with functionality similar to the dashboard.
Enhancements
- None
Fixes
- None
Dashboard v3.15.40
New
- Introduced notification templates for @user mentions, enabling customization of push notifications sent to mentioned users.
- Introduced notification templates for @ALL mentions, enabling customization of push notifications for group mentions.
- Added a new "Intent Selection" step to the onboarding flow, allowing users to indicate whether they are building, evaluating, or exploring CometChat. This step appears after role selection and before application creation.
Enhancements
- None
Fixes
- Fixed an issue where refreshing the Groups page resulted in an endless loading state instead of displaying the groups list.
- Fixed an issue where the "Fetching more details" message remained visible indefinitely on the Chats page instead of disappearing after data was retrieved or after a timeout period.
- Fixed an error where refreshing any page and immediately clicking on another tab would throw "App with app id undefined does not exist or you do not have access to it" and redirect to the app list page.
- Fixed multiple API calls being triggered when clicking next on pagination in user and group components.
- Fixed an infinite re-render loop on the Roles detail page that occurred when a multi-tenant child app referenced a parent app that no longer exists.
Dashboard v3.15.39
New
- Added support for the compact message composer in the UI Kit Builder, Widget Builder, and Preview, enabling switching between single-line and multi-line message composition.
- Added support for rich text formatting in the UI Kit Builder, Widget Builder, and Preview, enabling users to toggle rich text formatting in the core messaging experience. This feature is enabled by default.
Enhancements
- Updated the React UI Kit to version 6.4.2 and Calls SDK to version 4.2.5 across the UI Kit Builder, Widget Builder, Dashboard, and Preview for improved stability and consistency.
Fixes
- Fixed an issue in call logs pagination where navigation beyond page 10 was not working.
Moderation v1.2.0
New
- None
Enhancements
- Added filter support to the Moderation Logs API, enabling more efficient retrieval of moderation logs data based on specific criteria.
Fixes
- Resolved an issue where OpenAI moderation did not trigger on the first message sent by a new user in a chat.
Dashboard v3.15.38
New
- Introduced a unified filtering experience across CometChat Dashboard data tables, including Users, Groups, Chat Logs, Moderation Logs, Voice & Video Logs, and Notification Logs, making it easier to find and manage data consistently.
- Added support for presigned URLs with configurable expiration times (TTL), enabling secure, time-bound access to media files.
Enhancements
- Enhanced thread reply count handling to automatically decrease when replies are deleted, with behavior that can be tailored based on the
hideDeletedMessagessetting in the Message/Thread Request Builder.
Fixes
- None