Skip to content

Releases: cometchat/changelog

AI Agents v0.4.2

22 Apr 14:14
201617f

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where API responses returned incorrect HTTP status codes.

Notifications v1.7.2

21 Apr 13:36
57e76a0

Choose a tag to compare

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.

Enhancements

  • None

Fixes

  • None

Management API v1.4.0

21 Apr 10:45
1b37326

Choose a tag to compare

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

21 Apr 14:58
b4629ef

Choose a tag to compare

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

08 Apr 14:17
99d848d

Choose a tag to compare

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

02 Apr 12:35
5a3d9cb

Choose a tag to compare

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

02 Apr 14:54
74be487

Choose a tag to compare

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 hideDeletedMessages setting in the Message/Thread Request Builder.

Fixes

  • None

Chat API v3.10.0

02 Apr 08:20
f9a8da8

Choose a tag to compare

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 hideDeletedMessages setting in the Message/Thread Request Builder.

Fixes

  • None

moderation-v1.1.0

31 Mar 14:07
ab81c17

Choose a tag to compare

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

26 Mar 11:46
6dca258

Choose a tag to compare

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.