Releases: RocketChat/Rocket.Chat
7.11.0-rc.1
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.56.0-rc.0
Patch Changes
-
Bump @rocket.chat/meteor version.
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.11.0-rc.0
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.56.0-rc.0
Minor Changes
-
(#36723 by @tiagoevanp) Fixes search by name in custom emojis list, by adding a correct parameter to the endpoint
emoji-custom.allNow the endpoint
emoji-custom.allaccepts anameas parameter, so the filter should work on emojis page withouth the necessity of setALLOW_UNSAFE_QUERY_AND_FIELDS_API_PARAMSenv var -
(#36923) Replaces some texts in order to improve the E2E encryption communication on the UI
-
(#36589) Adds new endpoint to disable Livechat Contacts by its id, with a new permission
delete-livechat-contact. -
(#36820) Fixes login using iframe authentication.
-
(#36945) It removes the encrypted input from the edit room panel in order to avoid duplicated configurations with the same purpose
-
(#36778) Introduces the ability to reset the e2e encrypted password from the enter e2e encrypted password modal
-
(#36207) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat
-
(#36717) Introduces a new voice call architecture along with a new and improved call widget experience.
-
(#36397) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu.
-
(#36974) Improves the Outbound Message modal’s scrolling on smaller viewports and with large templates
Patch Changes
-
(#36861) Enable room search by Cyrillic characters in channel names (e.g. "тест").
-
(#36967) Fixes an issue where apps that import node native modules with the optional
node:specifier would fail to construct -
(#37031) Removes deprecated search federated rooms
-
(#36933) Adds deprecation warning on
livechat:removeCustomFieldwith new endpoint replacing it;livechat/custom-fields.delete -
(#36975) Adds deprecation warning on
livechat:saveAgentInfowith new endpoint replacing it;livechat/agents.saveInfo -
(#36866) Fixes an issue with iframe authentication where login should always fallback to iframe authentication in case of any erorrs.
-
(#36661) Fixes
channels.messages,groups.messages,dm.messagesandim.messagesAPIs to filter out deleted messages. -
(#37052) Adds deprecation warning on
saveCannedResponse -
(#36812 by @tiagoevanp) Prevent
Export Messagestab from closing when selecting messages by clicking outside of it and preference "Hide Contextual Bar by clicking outside of it" is set true. -
(#36845) Adds deprecation warning to
livechat:getAnalyticsChartData, as well as it adds a new endpoint to replace it;livechat/analytics/dashboards/charts-data -
(#36683) Fixes an issue where deleted messages remain visible until a manual page refresh when "Message removed" is hidden in hidden system messages settings.
-
(#36982) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
(#36897) Adds deprecation warning on
livechat:getRoutingConfig, as well as it adds new endpoint to replace it;livechat/config/routing -
(#37068) Changes the feedback message when inviting external users to a federated channel
-
(#36995) Disables cache for outbound message providers to ensure UI is always up to date
-
(#36813) Fixes an issue where the omnichannel default priorities are not being translated in the sidebar room menu
-
(#36772 by @tiagoevanp) Fix issue where resending the welcome email could include unresolved placeholders (e.g.,
[name],[email]). -
(#37065) Adds missing tooltip when adding users to federated room, indicating verification status
-
(#36799) Fixes a missing translation on the create channel/team modal
-
(#36993) Adds deprecation warning on
livechat:removeRoom, uselivechat/inquiries.takeinstead -
(#36852) Fixes
teams.addMembersAPI to assign team member roles properly. -
(#36921) Adds deprecation warning on
livechat:removeAllClosedRoomswith new endpoint replacing it;livechat/rooms.removeAllClosedRooms -
(#36855) Changes a strict behavior on reporting slash commands provided by apps
-
(#37007) Fixes reactivity when creating a federated room, that was wrongly showing Join button on composer, requiring a reload or change of route to be able to send a message.
-
(#36780) Fixes an issue where isn't possible to scroll the discussion list
-
(#36981) Adds deprecation warning on
livechat:saveDepartment -
(#36797) Fixes an issue where the encryption toggle was incorrectly reset/disabled/enabled in the Teams creation modal when Broadcast or Private was toggled, or when the user lacked unrelated permissions.
-
(#36919) Show iframe authentication page, when login through iframe authentication API token fails
-
(#37050) Adds a validation to external users when creating a channel that is not federated
-
(#36814) Fixes canned messages contextual bar "Create" button not being affected by the correct permission
-
(#36745 by @tiagoevanp) Fixes intermittent error "Cannot read properties of undefined" when editing messages
-
(#36776) Fixes an issue where the omnichannel default priorities are not being translated in priorities list
-
(#36870) Fixes an issue with inconsistent tooltip display in the permission row
-
(#36943) Fixes an issue where an object reference leak would cause invalid data to be stored in the database during app installation
-
(#36880) Fixes issue with Login Detection emails showing undefined values instead of the user agent info
-
(#36668 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat chat.unPinMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36971) Adds deprecation warning on
livechat:saveCustomFieldwith new endpoint replacing it;livechat/custom-fields.save -
(#37071) Prevents adding a external user to a non federated room through Members tab
-
(#36883) Fixes an issue where users table headers are being displayed when there's no results
-
(#36986) Adds deprecation warning on
livechat:sendTranscriptwith endpoint replacing it;livechat/trasncript -
(#36994) Fixes button
Add membersnot being disabled on a federated room memers tab, when no user is selected
7.9.4
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.54.0
Patch Changes
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
(#36963 by @dionisio-bot) Fixes login using iframe authentication.
-
(#37001 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.7.9
Engine versions
- Node:
22.14.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.52.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#37003 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.6.6
Engine versions
- Node:
22.13.1 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.51.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#37004 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.5.5
Engine versions
- Node:
22.13.1 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.50.0
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#37005 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.4.6
Engine versions
- Node:
22.13.1 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.49.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#37006 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.10.0
Summary
What's new
This release introduces significant improvements across usability, APIs, and platform integration. App logging now features enhanced filters, accurate exports, and fixes for instance-specific logs. OpenAPI 3.0 coverage expands with new conversions, JSON schema support, and improved error handling. A new @rocket.chat/desktop-api package enables tighter integration with the desktop app. Citizen Engagement sees a boost with an Omnichannel microservice, outbound messaging actions, UI endpoints, and default agent queue support. UI/UX refinements include a restored scroll bar on the Permissions dashboard and scoped navigation with a second sidebar, filters, and smoother scrolling. Additional updates include normalized PT-BR translations, removal of outdated React test parameters, and cleaner, more consistent user experiences across the platform.
Bug fixes
This update delivers a series of critical bug fixes to improve reliability and consistency across the platform. Thread replies with quoted messages now render correctly, and the 'users.update' API no longer overwrites existing custom fields when modifying a single one. App enablement errors tied to missing permissions have been resolved, and team creation behavior now properly aligns with channel creation permissions. Audio playback from S3 is stabilized to work beyond URL expiration without refresh, and SAML authentication now consistently supports username creation across web and mobile. Encryption settings remain intact when switching between room types, while locale mismatches causing load errors have been corrected. Custom statuses now update instantly, custom notification sounds function as expected post-7.6.3, and Livechat reliably uploads PDFs with correct S3 permissions. Additionally, Omnichannel rooms are now properly locked to a single agent, preventing duplicate assignments.
For further details, check out the release notes.
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.55.0
Minor Changes
-
(#36623) Overrides the scrollbars auto hide behavior from hiding while not scrolling to hiding while not moving
-
(#36556) Adds a "Clear Filters" Button to the App Logs Filter Contextual Bar
-
(#36424) Adds an endpoint to fetch a Outbound Comms Provider's metadata.
-
(#36553) Creates a new endpoint that allows agents to send an outbound message from a registered app provider
-
(#36558) Adds a "Collapse All" button to the Apps Logs Filter and moves existing "Expand All" button to a kebab menu
-
(#36049) Introduces the side navigation with a new filtering system. The update adds new filters for All, Mentions, Favorites, and Discussions, as well as dedicated filters for Omnichannel conversations and grouping by Teams, Channels, and DMs.
This change is being tested under
Enhanced navigation experiencefeature preview, in order to check it you need to enabled it
Patch Changes
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
(#36622) Fixes an issue where audio and video messages would stop playing if left idle past their link expiration. Now the player automatically refreshes expired links so users can continue listening or watching without reloading the chat.
-
(#36507 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat oauth-apps.create API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36585 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat oauth-apps.update API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36703) Fixes an issue where custom room notification sounds were not applied.
-
(#36738) Addresses an issue where video conference popups don't receive proper focus because FocusScope is mispositioned
-
(#36577) Fixes an issue where rooms transferred to a department's queue could get stuck—marked as taken but with no agent assigned.
-
(#36020 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat chat.pinMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36617) Allows agents to set a default agent when the chat being transferred ends up in the queue
-
(#36716 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat e2e.setRoomKeyID endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36625) Fixes an issue where app installation would fail if the app package contained JS syntax newer than 2017
-
(#36592) Fixes
create-pandcreate-cpermissions not being applyed in teams creation -
(#36714) Fixes an issue where the Encrypted toggle in the
Create Channel Modalwould change unexpectedly or become disabled after switching the Private or Broadcast options when E2E defaults are enabled. -
(#36611) Fix an issue where the report exported in the App logs page would not consider the instance id filter
-
(#36815) Fixes queued conversations not being sorted in real time based on the room's SLA policy
-
(#36606 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat oauth-apps.delete API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36802) Fixes an error on apps loading that would cause an unhandled promise rejection crash during startup in some cases
-
(#36080) Fixes issue preventing the Security Logs from being accessed using the Enhanced Navbar in feature preview
-
(#36749) Fixes an issue with Omnichannel inquiries where multiple instances could take the same inquiry from the queue resulting in the same room being assined to multiple agents.
-
(#36527) Fixes an issue that caused some types of messages to generate an empty thread preview
-
(#36672) fixes an issue where some apps that don't need permission would have grantedPermissions as null making it impossible to activate the app
-
(#36651) Fixes some locale loading issues for date-time formatting functionality.
-
(#36747) Fixes the
onlyMyDepartmentsflag that some endpoints accept so it works more consistent across different user roles. Now, for monitors,onlyMyDepartmentswill include departments the user is serving as an agent. For agents, it will filter the ones the user is serving. There's no change for managers and admins, which can see anything. -
(#36601) Fixes an issue where user custom status text is being overwritten, causing it not being updated in real time
-
(#36591) Fixes order on featured room header actions
-
(#36677 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat dm.delete/im.delete API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation.
-
(#36569) Fixes "View Logs" button not filtering logs by instance id
-
([#36662](https://github.com/RocketChat/Rocket.Chat/pull/...
7.10.0-rc.6
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.55.0-rc.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#36815) Fixes queued conversations not being sorted in real time based on the room's SLA policy
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
7.10.0-rc.5
Engine versions
- Node:
22.16.0 - Deno:
1.43.5 - MongoDB:
5.0, 6.0, 7.0 - Apps-Engine:
1.55.0-rc.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
Updated dependencies []:
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]