Skip to content

Releases: cometchat/changelog

Chat API v3.11.1

29 Apr 14:05
40df8b2

Choose a tag to compare

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

29 Apr 14:03
40df8b2

Choose a tag to compare

New

  • None

Enhancements

  • Upgraded the backend infrastructure to improve reliability, security, and performance.

Fixes

  • None

AI Agents v0.5.0

28 Apr 10:28
9421d36

Choose a tag to compare

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

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