Releases: cometchat/changelog
Releases · cometchat/changelog
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
Chat API v3.10.0
New
- Introduced support for presigned URLs with configurable expiration (TTL), enabling time-bound access to media files.
Enhancements
- Added provision to automatically decrement thread reply count when replies are deleted, allowing customization based on the
hideDeletedMessagessetting in the Message/Thread Request Builder.
Fixes
- None
moderation-v1.1.0
Moderation v1.1.0 | 2026-03-31
New
- Added malware and virus scanning capability that checks file attachments for threats. It supports configurable rules with file type filtering.
Enhancements
- None
Fixes
- None
Notifications v1.7.1
New
- None
Enhancements
- Logs API now supports multi-select filtering for Provider, Trigger, Message Category, Message Type, Receiver Type, and Reason fields.
Fixes
- Fixed an issue in the Settings API where the GET endpoint would occasionally return stale data due to a cache invalidation failure.