Releases: RocketChat/Rocket.Chat
7.8.0-rc.2
Engine versions
- Node:
22.14.0
- Deno:
1.43.5
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.53.0-rc.0
Patch Changes
-
Bump @rocket.chat/meteor version.
-
Updated dependencies []:
- @rocket.chat/core-typings@7.8.0-rc.2
- @rocket.chat/rest-typings@7.8.0-rc.2
- @rocket.chat/license@1.0.17-rc.2
- @rocket.chat/omnichannel-services@0.3.23-rc.2
- @rocket.chat/pdf-worker@0.3.5-rc.2
- @rocket.chat/presence@0.2.26-rc.2
- @rocket.chat/api-client@0.2.26-rc.2
- @rocket.chat/apps@0.5.5-rc.2
- @rocket.chat/core-services@0.9.5-rc.2
- @rocket.chat/cron@0.1.26-rc.2
- @rocket.chat/freeswitch@1.2.13-rc.2
- @rocket.chat/fuselage-ui-kit@20.0.0-rc.2
- @rocket.chat/gazzodown@20.0.0-rc.2
- @rocket.chat/http-router@7.8.0-rc.2
- @rocket.chat/model-typings@1.6.5-rc.2
- @rocket.chat/ui-contexts@20.0.0-rc.2
- @rocket.chat/models@1.5.5-rc.2
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.2.5-rc.2
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/ui-avatar@16.0.0-rc.2
- @rocket.chat/ui-client@20.0.0-rc.2
- @rocket.chat/ui-video-conf@20.0.0-rc.2
- @rocket.chat/ui-voip@10.0.0-rc.2
- @rocket.chat/web-ui-registration@20.0.0-rc.2
- @rocket.chat/instance-status@0.1.26-rc.2
7.8.0-rc.1
Engine versions
- Node:
22.14.0
- Deno:
1.43.5
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.53.0-rc.0
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#36263) Fixes an issue, where multiple reconnections would subscribe multiple times to the same stream, only a frontend issue, since the stream cache prevents sending multiple times to the backend, but does not prevent running the callback multiple times
-
Updated dependencies []:
- @rocket.chat/core-typings@7.8.0-rc.1
- @rocket.chat/rest-typings@7.8.0-rc.1
- @rocket.chat/license@1.0.17-rc.1
- @rocket.chat/omnichannel-services@0.3.23-rc.1
- @rocket.chat/pdf-worker@0.3.5-rc.1
- @rocket.chat/presence@0.2.26-rc.1
- @rocket.chat/api-client@0.2.26-rc.1
- @rocket.chat/apps@0.5.5-rc.1
- @rocket.chat/core-services@0.9.5-rc.1
- @rocket.chat/cron@0.1.26-rc.1
- @rocket.chat/freeswitch@1.2.13-rc.1
- @rocket.chat/fuselage-ui-kit@20.0.0-rc.1
- @rocket.chat/gazzodown@20.0.0-rc.1
- @rocket.chat/http-router@7.8.0-rc.1
- @rocket.chat/model-typings@1.6.5-rc.1
- @rocket.chat/ui-contexts@20.0.0-rc.1
- @rocket.chat/models@1.5.5-rc.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.2.5-rc.1
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/ui-avatar@16.0.0-rc.1
- @rocket.chat/ui-client@20.0.0-rc.1
- @rocket.chat/ui-video-conf@20.0.0-rc.1
- @rocket.chat/ui-voip@10.0.0-rc.1
- @rocket.chat/web-ui-registration@20.0.0-rc.1
- @rocket.chat/instance-status@0.1.26-rc.1
7.8.0-rc.0
Engine versions
- Node:
22.14.0
- Deno:
1.43.5
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.53.0-rc.0
Minor Changes
-
(#36091) Replaces the cancel button by reset in notification and export messages contextual bar.
-
(#35315 by @xmaxlad) Prevents creation of unnamed Personal Access Tokens by requiring the form's
name
field fullfilment. -
(#36127) #### Adds support for hiding the "Expand chat" button in the Livechat widget.
This can be configured via the widget API by passing thehideExpandChat
option to thesetTheme
method, or through the Livechat Appearance settings page by enabling the "Hide 'Expand chat'" option. -
(#36169) Fix an issue where action buttons registered by apps would be displayed even if their apps were disabled
-
(#36067) Adds pagination to the App/Logs list, allowing the user to see all logs, instead of a subset of the most recent ones
-
(#36013) Resolves some accessibility violations in the rooms file list context bar, including issues with ARIA attributes and focus management.
-
(#36037) Adds a new setting to select which algorithm to use when signing SAML requests and responses
-
(#36114) Improves form fields layout for mobile screens in profile page
-
(#36153) Adds a new setting to override outlook calendar settings per user email domain
Patch Changes
-
(#36154) Fixes an issue that prevented the action of saving an agent when editing a department to work.
-
(#36143) Fixes message's quote chain limit not being respected for End-to-end encrypted rooms.
-
(#36062) Removes the
Change to Default
language button from the login page -
(#36038) Fixes departments field being limited to 50 entries when adding or editing agents
-
(#36202) Fixes the usage of
Livechat_enabled_when_agent_idle
setting across the codebase. Goal is to use it wherever is applicable making the feature more predictable. -
(#36193) Fixes the condition for firing the
LivechatSessionTaken
webhook event. -
(#36097) Fixes
contact.conflictingFields
being updated with nullish values. -
(#36095) Avoids creating font-size tag multiple times
-
(#36035) Fixes file filtering by name or type not working for non-private channels.
-
(#36224) fix: Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
-
(#36163) Fixes an issue where incoming webhook messages did not respect the maximum allowed characters per message.
-
(#36111) Fixes Omnichannel Rest API validation schemas that were flagging
Pagination
properties as invalid -
(#35947) Fixes an issue where the slash commands options are not truncating correctly in small screen sizes
-
(#35863) Fixes encoding of special characters displayed by code blocks in markdown text attachments
-
(#36100) Disables sorting on non-indexed columns in the "Chats" tab of Omnichannel Contact Center
-
(#36116) Fixed contacts being marked as
known
after editing a custom field, or resolving conflicts by adding a new model function that only updates thecustomFields
orconflictingFields
prop. -
(#36171) Fixes an error message triggered whenever a room is selected on secondary navigation for teams.
-
(#36029) Fixes issue where department autocomplete did not render options with checkboxes when configured
-
(#36236) Fixes the
channels.counters
,groups.counters
andim.counters
endpoint to include only active users in members count. -
(#36156) Fixes an issue where the
Show Message in Notification
andShow Channel/Group/Username in Notification
setting was ignored in desktop notifications. Also ensures users are redirected to the correct room on interacting with the notifications. -
(#36004) Fixes an issue with the Thread List displaying unreadable errors.
-
(#36206) Fixes an issue where overlapping calendar events could cause the user status to stay busy indefinitely
-
(#36138) fixes contextual-bar not working by apps interaction after a page refresh.
-
Updated dependencies [5cd7b20, 8de5b66, 1eb53d2, 8033bdb, da288f6, 5ac20e2, 2f8213e, 2de3aa6, c77056f, dc26071, 3d024a9, 3779de0]:
- @rocket.chat/rest-typings@7.8.0-rc.0
- @rocket.chat/web-ui-registration@20.0.0-rc.0
- @rocket.chat/i18n@1.8.0-rc.0
- @rocket.chat/apps-engine@1.53.0-rc.0
- @rocket.chat/model-typings@1.6.5-rc.0
- @rocket.chat/models@1.5.5-rc.0
- @rocket.chat/core-typings@7.8.0-rc.0
- @rocket.chat/omnichannel-services@0.3.23-rc.0
- @rocket.chat/presence@0.2.26-rc.0
- @rocket.chat/api-client@0.2.26-rc.0
- @rocket.chat/core-services@0.9.5-rc.0
- @rocket.chat/http-router@7.8.0-rc.0
- @rocket.chat/ui-contexts@20.0.0-rc.0
- @rocket.chat/apps@0.5.5-rc.0
- @rocket.chat/fuselage-ui-kit@20.0.0-rc.0
- @rocket.chat/cron@0.1.26-rc.0
- @rocket.chat/instance-status@0.1.26-rc.0
- @rocket.chat/license@1.0.17-rc.0
- @rocket.chat/pdf-worker@0.3.5-rc.0
- @rocket.chat/freeswitch@1.2.13-rc.0
- @rocket.chat/gazzodown@20.0.0-rc.0
- @rocket.chat/network-broker@0.2.5-rc.0
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/ui-avatar@16.0.0-rc.0
- @rocket.chat/ui-client@20.0.0-rc.0
- @rocket.chat/ui-video-conf@20.0.0-rc.0
- @rocket.chat/ui-voip@10.0.0-rc.0
- @rocket.chat/server-cloud-communication@0.0.2
7.7.1
Engine versions
- Node:
22.14.0
- Deno:
1.43.5
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.52.0
Patch Changes
-
(#36204 by @dionisio-bot) Fixes an issue that prevented the action of saving an agent when editing a department to work.
-
Bump @rocket.chat/meteor version.
-
Bump @rocket.chat/meteor version.
-
(#36210 by @dionisio-bot) Fixes the usage of
Livechat_enabled_when_agent_idle
setting across the codebase. Goal is to use it wherever is applicable making the feature more predictable. -
(#36200 by @dionisio-bot) Fixed contacts being marked as
known
after editing a custom field, or resolving conflicts by adding a new model function that only updates thecustomFields
orconflictingFields
prop. -
Updated dependencies [0166119, 710f6b2]:
- @rocket.chat/rest-typings@7.7.1
- @rocket.chat/model-typings@1.6.4
- @rocket.chat/models@1.5.4
- @rocket.chat/omnichannel-services@0.3.22
- @rocket.chat/presence@0.2.25
- @rocket.chat/api-client@0.2.25
- @rocket.chat/core-services@0.9.4
- @rocket.chat/ui-contexts@19.0.1
- @rocket.chat/apps@0.5.4
- @rocket.chat/cron@0.1.25
- @rocket.chat/instance-status@0.1.25
- @rocket.chat/network-broker@0.2.4
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/fuselage-ui-kit@19.0.1
- @rocket.chat/gazzodown@19.0.1
- @rocket.chat/ui-avatar@15.0.1
- @rocket.chat/ui-client@19.0.1
- @rocket.chat/ui-video-conf@19.0.1
- @rocket.chat/ui-voip@9.0.1
- @rocket.chat/web-ui-registration@19.0.1
- @rocket.chat/core-typings@7.7.1
- @rocket.chat/license@1.0.16
- @rocket.chat/pdf-worker@0.3.4
- @rocket.chat/freeswitch@1.2.12
- @rocket.chat/server-cloud-communication@0.0.2
7.6.3
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.
-
(#36139 by @dionisio-bot) Fixes CORS headers not being sent for GET requests
-
(#36134 by @dionisio-bot) Fixes an issue with REST API metrics sent to Prometheus not grouping endpoints by route
-
Updated dependencies []:
- @rocket.chat/core-typings@7.6.3
- @rocket.chat/rest-typings@7.6.3
- @rocket.chat/license@1.0.15
- @rocket.chat/omnichannel-services@0.3.21
- @rocket.chat/pdf-worker@0.3.3
- @rocket.chat/presence@0.2.24
- @rocket.chat/api-client@0.2.24
- @rocket.chat/apps@0.5.3
- @rocket.chat/core-services@0.9.3
- @rocket.chat/cron@0.1.24
- @rocket.chat/freeswitch@1.2.11
- @rocket.chat/fuselage-ui-kit@18.0.3
- @rocket.chat/gazzodown@18.0.3
- @rocket.chat/model-typings@1.6.3
- @rocket.chat/ui-contexts@18.0.3
- @rocket.chat/models@1.5.3
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.2.3
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/ui-avatar@14.0.3
- @rocket.chat/ui-client@18.0.3
- @rocket.chat/ui-video-conf@18.0.3
- @rocket.chat/ui-voip@8.0.3
- @rocket.chat/web-ui-registration@18.0.3
- @rocket.chat/instance-status@0.1.24
7.5.2
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.
-
Bump @rocket.chat/meteor version.
-
(#35895 by @dionisio-bot) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.
-
(#36136 by @dionisio-bot) Fixes an issue with REST API metrics sent to Prometheus not grouping endpoints by route
-
(#36170 by @dionisio-bot) Fixes contact custom fields not being updated when updating a visitor's custom field
-
Updated dependencies [14f19a7]:
- @rocket.chat/pdf-worker@0.2.18
- @rocket.chat/omnichannel-services@0.3.18
- @rocket.chat/core-typings@7.5.2
- @rocket.chat/rest-typings@7.5.2
- @rocket.chat/license@1.0.12
- @rocket.chat/presence@0.2.21
- @rocket.chat/api-client@0.2.21
- @rocket.chat/apps@0.4.2
- @rocket.chat/core-services@0.8.2
- @rocket.chat/cron@0.1.21
- @rocket.chat/freeswitch@1.2.8
- @rocket.chat/fuselage-ui-kit@17.0.2
- @rocket.chat/gazzodown@17.0.2
- @rocket.chat/model-typings@1.5.2
- @rocket.chat/ui-contexts@17.0.2
- @rocket.chat/models@1.4.2
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.13
- @rocket.chat/ui-theming@0.4.3
- @rocket.chat/ui-avatar@13.0.2
- @rocket.chat/ui-client@17.0.2
- @rocket.chat/ui-video-conf@17.0.2
- @rocket.chat/ui-voip@7.0.2
- @rocket.chat/web-ui-registration@17.0.2
- @rocket.chat/instance-status@0.1.21
7.4.3
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.
-
Bump @rocket.chat/meteor version.
-
(#35896 by @dionisio-bot) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.
-
(#36140 by @dionisio-bot) Fixes an issue with REST API metrics sent to Prometheus not grouping endpoints by route
-
Updated dependencies []:
- @rocket.chat/core-typings@7.4.3
- @rocket.chat/rest-typings@7.4.3
- @rocket.chat/license@1.0.11
- @rocket.chat/omnichannel-services@0.3.17
- @rocket.chat/pdf-worker@0.2.17
- @rocket.chat/presence@0.2.20
- @rocket.chat/api-client@0.2.20
- @rocket.chat/apps@0.3.3
- @rocket.chat/core-services@0.7.12
- @rocket.chat/cron@0.1.20
- @rocket.chat/freeswitch@1.2.7
- @rocket.chat/fuselage-ui-kit@16.0.3
- @rocket.chat/gazzodown@16.0.3
- @rocket.chat/model-typings@1.4.3
- @rocket.chat/ui-contexts@16.0.3
- @rocket.chat/models@1.3.3
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.12
- @rocket.chat/ui-theming@0.4.2
- @rocket.chat/ui-avatar@12.0.3
- @rocket.chat/ui-client@16.0.3
- @rocket.chat/ui-video-conf@16.0.3
- @rocket.chat/ui-voip@6.0.3
- @rocket.chat/web-ui-registration@16.0.3
- @rocket.chat/instance-status@0.1.20
7.3.5
Engine versions
- Node:
22.11.0
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.48.2
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#35897 by @dionisio-bot) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.
-
Updated dependencies []:
- @rocket.chat/core-typings@7.3.5
- @rocket.chat/rest-typings@7.3.5
- @rocket.chat/license@1.0.9
- @rocket.chat/omnichannel-services@0.3.15
- @rocket.chat/pdf-worker@0.2.15
- @rocket.chat/presence@0.2.18
- @rocket.chat/api-client@0.2.18
- @rocket.chat/apps@0.2.9
- @rocket.chat/core-services@0.7.10
- @rocket.chat/cron@0.1.18
- @rocket.chat/freeswitch@1.2.5
- @rocket.chat/fuselage-ui-kit@15.0.5
- @rocket.chat/gazzodown@15.0.5
- @rocket.chat/model-typings@1.3.5
- @rocket.chat/ui-contexts@15.0.5
- @rocket.chat/models@1.2.5
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.10
- @rocket.chat/ui-theming@0.4.2
- @rocket.chat/ui-avatar@11.0.5
- @rocket.chat/ui-client@15.0.5
- @rocket.chat/ui-video-conf@15.0.5
- @rocket.chat/ui-voip@5.0.5
- @rocket.chat/web-ui-registration@15.0.5
- @rocket.chat/instance-status@0.1.18
7.2.6
Engine versions
- Node:
20.18.0
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.48.1
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#35898 by @dionisio-bot) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.
-
Updated dependencies []:
- @rocket.chat/core-typings@7.2.6
- @rocket.chat/rest-typings@7.2.6
- @rocket.chat/license@1.0.8
- @rocket.chat/omnichannel-services@0.3.14
- @rocket.chat/pdf-worker@0.2.14
- @rocket.chat/presence@0.2.17
- @rocket.chat/api-client@0.2.17
- @rocket.chat/apps@0.2.8
- @rocket.chat/core-services@0.7.9
- @rocket.chat/cron@0.1.17
- @rocket.chat/freeswitch@1.1.6
- @rocket.chat/fuselage-ui-kit@14.0.6
- @rocket.chat/gazzodown@14.0.6
- @rocket.chat/model-typings@1.2.6
- @rocket.chat/ui-contexts@14.0.6
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.9
- @rocket.chat/models@1.1.6
- @rocket.chat/ui-theming@0.4.1
- @rocket.chat/ui-avatar@10.0.6
- @rocket.chat/ui-client@14.0.6
- @rocket.chat/ui-video-conf@14.0.6
- @rocket.chat/ui-voip@4.0.6
- @rocket.chat/web-ui-registration@14.0.6
- @rocket.chat/instance-status@0.1.17
7.1.6
Engine versions
- Node:
20.18.0
- MongoDB:
5.0, 6.0, 7.0
- Apps-Engine:
1.48.2
Patch Changes
-
Bump @rocket.chat/meteor version.
-
(#35899 by @dionisio-bot) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.
-
Updated dependencies []:
- @rocket.chat/core-typings@7.1.6
- @rocket.chat/rest-typings@7.1.6
- @rocket.chat/license@1.0.7
- @rocket.chat/omnichannel-services@0.3.13
- @rocket.chat/pdf-worker@0.2.13
- @rocket.chat/presence@0.2.16
- @rocket.chat/api-client@0.2.16
- @rocket.chat/apps@0.2.7
- @rocket.chat/core-services@0.7.8
- @rocket.chat/cron@0.1.16
- @rocket.chat/freeswitch@1.0.7
- @rocket.chat/fuselage-ui-kit@13.0.6
- @rocket.chat/gazzodown@13.0.6
- @rocket.chat/model-typings@1.1.6
- @rocket.chat/ui-contexts@13.0.6
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/network-broker@0.1.8
- @rocket.chat/models@1.0.7
- @rocket.chat/ui-theming@0.4.1
- @rocket.chat/ui-avatar@9.0.6
- @rocket.chat/ui-client@13.0.6
- @rocket.chat/ui-video-conf@13.0.6
- @rocket.chat/ui-voip@3.0.6
- @rocket.chat/web-ui-registration@13.0.6
- @rocket.chat/instance-status@0.1.16