Skip to content

Releases: RocketChat/Rocket.Chat

8.1.0

10 Feb 02:38

Choose a tag to compare

Summary

What's new

This release improves both communication and security. Rocket.Chat Voice now updates calling and call forwarding menus in real time based on user presence, makes it easier to jump from a call into a direct message, and improves reliability with backend updates like longer activation timeouts and customizable outbound caller IDs. On the security side, new installations now enforce a stronger default password policy out of the box, reducing the risk of weak credentials while still allowing administrators to adjust requirements to fit their organization’s standards.

Bug fixes

This release fixes a wide range of issues to improve reliability, performance, and security across calling, livechat, file uploads, and administration. Calling and notifications are now more stable, with better audio handling, cleaner UI behavior, and more reliable call setup. Livechat limits, transfers, routing, and APIs now behave correctly and consistently across agents, guests, and visitors. File uploads are significantly more robust, with major reductions in memory and CPU usage, better S3 handling, stricter file validation, correct cleanup when users are deleted, and more accurate file listings. Several admin and integration issues were resolved, including incorrect upgrade prompts for custom roles, SAML regressions, webhook errors, OAuth and LDAP name display issues, version mismatches, and crashes caused by invalid MongoDB options. Security was strengthened by preventing credential exposure in logs, and multiple UI and performance fixes reduce errors, browser slowdowns, and configuration noise.

For further details, check out the release notes.

Details

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.0
  • Apps-Engine: 1.59.1

Minor Changes

  • (#37954) Changes OAuth login process to update users' names throughout the whole workspace when an existing user logs in with a changed name

  • (#38032) Enables the password policy by default to ensure security by default and alters SetupWizard to handle errors

  • (#38077) Changes list of Room Files to only show files that have been successfully attached to a message

Patch Changes

  • (#38210) Fixes integration saving error because of missing babel dependencies inside the docker container

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#38183) Fixes /sendEmailAttachment to support sending multiple file attachments in a single email

  • (#38081) Fixes an issue where cancelling a file upload results in an uncaught exception

  • (#38169) Introduces in the call widget a quick link that redirects to the participant's direct message

  • (#37660) Fixes browser slowdowns by preventing a rare cascading of language preference updates when multiple tabs reload

  • (#38101 by @smirk-dev) Adds error handling for MONGO_OPTIONS environment variable JSON parsing

  • (#38036 by @dodaa08) Fixes an issue where words are breaking mid-character in user card's bio

  • (#38151) Changes OEmbed URL processing. Now, the processing is done asynchronously and has a configurable timeout for each request. Additionally, the API_EmbedIgnoredHosts setting now accepts wildcard domains.

  • (#38267) Fixes an issue where web clients could remain with a stale slashcommand list during a rolling workspace update

  • (#37951) Fixes incorrect permission checks on workspace registration status, aligning the API and UI hooks with manage-cloud access.

  • (#38040 by @harshjdhv) Fixes a variable shadowing issue preventing new visitor registration in livechat/messages API.

  • (#38184) Fixes email notifications to display all files when a message contains multiple attachments

  • (#38186) Prevents custom status being saved in local storage as undefined and breaking the UI when accessing it

  • (#38106) Fixes an issue with the file type blacklist being easily bypassed by changing the file's extension

  • (#37950) Fixes premium capability popup showing despite active enterprise license.

  • (#38088) Changes users.getAvatar endpoint to prevent unauthorized access.

  • (#38068) Fixes an issue that caused a spike in memory usage when apps handled the IPreFileUpload event

  • (#37919) Makes roomsPerGuest exclude DMs when counting subscriptions, ensuring guest limits apply only to non-DM rooms as per expected behavior.

  • (#38105) Fixes user deletion not removing thumbnails of images sent by the deleted user

  • (#38127) Fixes workspace statistics deployment data not updating on server version changes.

  • (#38119) Ensures SAML respects blank custom Authn Context

  • (#38071) Improves file upload flow to prevent buffering of contents in memory

  • Updated dependencies [f4fa393, 00b36c5, e639382, 7b51ba8, fd319d5, 719b85a, 5c3c52b, 1e0b37f, 9a20563, bed615e, 6654c5b, 020dfbc, c547985, 5fa1509, 05c415b, ccd7694]:
    • @rocket.chat/model-typings@2.0.2
    • @rocket.chat/models@2.0.2
    • @rocket.chat/ui-client@27.0.0
    • @rocket.chat/ui-voip@17.0.0
    • @rocket.chat/pdf-worker@0.3.28
    • @rocket.chat/core-services@0.12.2
    • @rocket.chat/i18n@2.0.1
    • @rocket.chat/rest-typings@8.1.0
    • @rocket.chat/message-parser@0.31.33
    • @rocket.chat/core-typings@8.1.0
    • @rocket.chat/license@1.1.9
    • @rocket.chat/apps-engine@1.59.1
    • @rocket.chat/http-router@7.9.16
    • @rocket.chat/omnichannel-services@0.3.46
    • @rocket.chat/apps@0.6.2
    • @rocket.chat/abac@0.1.2
    • @rocket.chat/federation-matrix@0.0.11
    • @rocket.chat/media-calls@0.2.2
    • @rocket.chat/omni-core-ee@0.0.14
    • @rocket.chat/presence@0.2.49
    • @rocket.chat/cron@0.1.49
    • @rocket.chat/instance-status@0.1.49
    • @rocket.chat/omni-core@0.0.14
    • @rocket.chat/gazzodown@27.0.0
    • @rocket.chat/web-ui-registration@27.0.0
    • @rocket.chat/network-broker@0.2.28
    • @rocket.chat/ui-contexts@27.0.0
    • @rocket.chat/api-client@0.2.49
    • @rocket.chat/fuselage-ui-kit@27.0.0
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/ui-avatar@23.0.0
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@27.0.0

8.1.0-rc.2

09 Feb 22:16

Choose a tag to compare

8.1.0-rc.2 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.0
  • Apps-Engine: 1.59.1-rc.0

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Updated dependencies [bed615e]:
    • @rocket.chat/message-parser@0.31.33-rc.0
    • @rocket.chat/pdf-worker@0.3.28-rc.2
    • @rocket.chat/core-services@0.12.2-rc.2
    • @rocket.chat/core-typings@8.1.0-rc.2
    • @rocket.chat/gazzodown@27.0.0-rc.2
    • @rocket.chat/rest-typings@8.1.0-rc.2
    • @rocket.chat/abac@0.1.2-rc.2
    • @rocket.chat/federation-matrix@0.0.11-rc.2
    • @rocket.chat/network-broker@0.2.28-rc.2
    • @rocket.chat/omni-core-ee@0.0.14-rc.2
    • @rocket.chat/omnichannel-services@0.3.46-rc.2
    • @rocket.chat/presence@0.2.49-rc.2
    • @rocket.chat/license@1.1.9-rc.2
    • @rocket.chat/media-calls@0.2.2-rc.2
    • @rocket.chat/api-client@0.2.49-rc.2
    • @rocket.chat/apps@0.6.2-rc.2
    • @rocket.chat/cron@0.1.49-rc.2
    • @rocket.chat/fuselage-ui-kit@27.0.0-rc.2
    • @rocket.chat/http-router@7.9.16-rc.2
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.0.2-rc.2
    • @rocket.chat/ui-avatar@23.0.0-rc.2
    • @rocket.chat/ui-client@27.0.0-rc.2
    • @rocket.chat/ui-contexts@27.0.0-rc.2
    • @rocket.chat/ui-voip@17.0.0-rc.2
    • @rocket.chat/web-ui-registration@27.0.0-rc.2
    • @rocket.chat/models@2.0.2-rc.2
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@27.0.0-rc.2
    • @rocket.chat/instance-status@0.1.49-rc.2
    • @rocket.chat/omni-core@0.0.14-rc.2

8.1.0-rc.1

30 Jan 13:49

Choose a tag to compare

8.1.0-rc.1 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.0
  • Apps-Engine: 1.59.1-rc.0

Patch Changes

  • Bump @rocket.chat/meteor version.

  • (#38267) Fixes an issue where web clients could remain with a stale slashcommand list during a rolling workspace update

  • Updated dependencies [fd319d5]:
    • @rocket.chat/rest-typings@8.1.0-rc.1
    • @rocket.chat/federation-matrix@0.0.10-rc.1
    • @rocket.chat/omnichannel-services@0.3.45-rc.1
    • @rocket.chat/presence@0.2.48-rc.1
    • @rocket.chat/api-client@0.2.48-rc.1
    • @rocket.chat/core-services@0.12.1-rc.1
    • @rocket.chat/http-router@7.9.15-rc.1
    • @rocket.chat/models@2.0.1-rc.1
    • @rocket.chat/ui-contexts@27.0.0-rc.1
    • @rocket.chat/web-ui-registration@27.0.0-rc.1
    • @rocket.chat/abac@0.1.1-rc.1
    • @rocket.chat/network-broker@0.2.27-rc.1
    • @rocket.chat/omni-core-ee@0.0.13-rc.1
    • @rocket.chat/media-calls@0.2.1-rc.1
    • @rocket.chat/cron@0.1.48-rc.1
    • @rocket.chat/instance-status@0.1.48-rc.1
    • @rocket.chat/omni-core@0.0.13-rc.1
    • @rocket.chat/ui-client@27.0.0-rc.1
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/fuselage-ui-kit@27.0.0-rc.1
    • @rocket.chat/gazzodown@27.0.0-rc.1
    • @rocket.chat/ui-avatar@23.0.0-rc.1
    • @rocket.chat/ui-video-conf@27.0.0-rc.1
    • @rocket.chat/ui-voip@17.0.0-rc.1
    • @rocket.chat/core-typings@8.1.0-rc.1
    • @rocket.chat/license@1.1.8-rc.1
    • @rocket.chat/pdf-worker@0.3.27-rc.1
    • @rocket.chat/apps@0.6.1-rc.1
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.0.1-rc.1
    • @rocket.chat/server-cloud-communication@0.0.2

8.1.0-rc.0

21 Jan 00:55

Choose a tag to compare

8.1.0-rc.0 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.0
  • Apps-Engine: 1.59.1-rc.0

Minor Changes

  • (#37954) Changes OAuth login process to update users' names throughout the whole workspace when an existing user logs in with a changed name

  • (#38032) Enables the password policy by default to ensure security by default and alters SetupWizard to handle errors

  • (#38077) Changes list of Room Files to only show files that have been successfully attached to a message

Patch Changes

  • (#38210) Fixes integration saving error because of missing babel dependencies inside the docker container

  • (#38183) Fixes /sendEmailAttachment to support sending multiple file attachments in a single email

  • (#38081) Fixes an issue where cancelling a file upload results in an uncaught exception

  • (#38169) Introduces in the call widget a quick link that redirects to the participant's direct message

  • (#37660) Fixes browser slowdowns by preventing a rare cascading of language preference updates when multiple tabs reload

  • (#38101 by @smirk-dev) Adds error handling for MONGO_OPTIONS environment variable JSON parsing

  • (#38036 by @dodaa08) Fixes an issue where words are breaking mid-character in user card's bio

  • (#38151) Changes OEmbed URL processing. Now, the processing is done asynchronously and has a configurable timeout for each request. Additionally, the API_EmbedIgnoredHosts setting now accepts wildcard domains.

  • (#37951) Fixes incorrect permission checks on workspace registration status, aligning the API and UI hooks with manage-cloud access.

  • (#38040 by @harshjdhv) Fixes a variable shadowing issue preventing new visitor registration in livechat/messages API.

  • (#38184) Fixes email notifications to display all files when a message contains multiple attachments

  • (#38186) Prevents custom status being saved in local storage as undefined and breaking the UI when accessing it

  • (#38106) Fixes an issue with the file type blacklist being easily bypassed by changing the file's extension

  • (#37950) Fixes premium capability popup showing despite active enterprise license.

  • (#38088) Changes users.getAvatar endpoint to prevent unauthorized access.

  • (#38068) Fixes an issue that caused a spike in memory usage when apps handled the IPreFileUpload event

  • (#37919) Makes roomsPerGuest exclude DMs when counting subscriptions, ensuring guest limits apply only to non-DM rooms as per expected behavior.

  • (#38105) Fixes user deletion not removing thumbnails of images sent by the deleted user

  • (#38127) Fixes workspace statistics deployment data not updating on server version changes.

  • (#38119) Ensures SAML respects blank custom Authn Context

  • (#38071) Improves file upload flow to prevent buffering of contents in memory

  • Updated dependencies [f4fa393, 00b36c5, e639382, 7b51ba8, 719b85a, 5c3c52b, 1e0b37f, 9a20563, 6654c5b, 020dfbc, c547985, 5fa1509, 05c415b, ccd7694]:
    • @rocket.chat/model-typings@2.0.1-rc.0
    • @rocket.chat/models@2.0.1-rc.0
    • @rocket.chat/ui-client@27.0.0-rc.0
    • @rocket.chat/ui-voip@17.0.0-rc.0
    • @rocket.chat/pdf-worker@0.3.27-rc.0
    • @rocket.chat/core-services@0.12.1-rc.0
    • @rocket.chat/i18n@2.0.1-rc.0
    • @rocket.chat/rest-typings@8.1.0-rc.0
    • @rocket.chat/core-typings@8.1.0-rc.0
    • @rocket.chat/license@1.1.8-rc.0
    • @rocket.chat/apps-engine@1.59.1-rc.0
    • @rocket.chat/http-router@7.9.15-rc.0
    • @rocket.chat/omnichannel-services@0.3.45-rc.0
    • @rocket.chat/apps@0.6.1-rc.0
    • @rocket.chat/abac@0.1.1-rc.0
    • @rocket.chat/federation-matrix@0.0.10-rc.0
    • @rocket.chat/media-calls@0.2.1-rc.0
    • @rocket.chat/omni-core-ee@0.0.13-rc.0
    • @rocket.chat/presence@0.2.48-rc.0
    • @rocket.chat/cron@0.1.48-rc.0
    • @rocket.chat/instance-status@0.1.48-rc.0
    • @rocket.chat/omni-core@0.0.13-rc.0
    • @rocket.chat/gazzodown@27.0.0-rc.0
    • @rocket.chat/web-ui-registration@27.0.0-rc.0
    • @rocket.chat/network-broker@0.2.27-rc.0
    • @rocket.chat/ui-contexts@27.0.0-rc.0
    • @rocket.chat/api-client@0.2.48-rc.0
    • @rocket.chat/fuselage-ui-kit@27.0.0-rc.0
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/ui-avatar@23.0.0-rc.0
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@27.0.0-rc.0

7.8.6

16 Jan 15:43

Choose a tag to compare

Engine versions

  • Node: 22.14.0
  • Deno: 1.43.5
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.53.1

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.8.6
    • @rocket.chat/rest-typings@7.8.6
    • @rocket.chat/license@1.0.26
    • @rocket.chat/omnichannel-services@0.3.32
    • @rocket.chat/pdf-worker@0.3.14
    • @rocket.chat/presence@0.2.35
    • @rocket.chat/api-client@0.2.35
    • @rocket.chat/apps@0.5.14
    • @rocket.chat/core-services@0.9.14
    • @rocket.chat/cron@0.1.35
    • @rocket.chat/freeswitch@1.2.22
    • @rocket.chat/fuselage-ui-kit@20.0.6
    • @rocket.chat/gazzodown@20.0.6
    • @rocket.chat/http-router@7.8.6
    • @rocket.chat/model-typings@1.6.14
    • @rocket.chat/ui-contexts@20.0.6
    • @rocket.chat/models@1.5.14
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.14
    • @rocket.chat/ui-theming@0.4.3
    • @rocket.chat/ui-avatar@16.0.6
    • @rocket.chat/ui-client@20.0.6
    • @rocket.chat/ui-video-conf@20.0.6
    • @rocket.chat/ui-voip@10.0.6
    • @rocket.chat/web-ui-registration@20.0.6
    • @rocket.chat/instance-status@0.1.35

7.13.3

13 Jan 15:31

Choose a tag to compare

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 5, 6, 7, 8
  • Apps-Engine: 1.58.0

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.13.3
    • @rocket.chat/rest-typings@7.13.3
    • @rocket.chat/federation-matrix@0.0.9
    • @rocket.chat/license@1.1.7
    • @rocket.chat/media-calls@0.1.3
    • @rocket.chat/omnichannel-services@0.3.44
    • @rocket.chat/pdf-worker@0.3.26
    • @rocket.chat/presence@0.2.47
    • @rocket.chat/api-client@0.2.47
    • @rocket.chat/apps@0.5.26
    • @rocket.chat/core-services@0.11.3
    • @rocket.chat/cron@0.1.47
    • @rocket.chat/freeswitch@1.2.34
    • @rocket.chat/fuselage-ui-kit@25.0.3
    • @rocket.chat/gazzodown@25.0.3
    • @rocket.chat/http-router@7.9.14
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.9.3
    • @rocket.chat/ui-avatar@21.0.3
    • @rocket.chat/ui-client@25.0.3
    • @rocket.chat/ui-contexts@25.0.3
    • @rocket.chat/web-ui-registration@25.0.3
    • @rocket.chat/models@1.8.3
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.26
    • @rocket.chat/omni-core-ee@0.0.12
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@25.0.3
    • @rocket.chat/ui-voip@15.0.3
    • @rocket.chat/instance-status@0.1.47
    • @rocket.chat/omni-core@0.0.12

7.12.4

13 Jan 15:46

Choose a tag to compare

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.57.1

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.12.4
    • @rocket.chat/rest-typings@7.12.4
    • @rocket.chat/federation-matrix@0.0.7
    • @rocket.chat/license@1.1.5
    • @rocket.chat/media-calls@0.0.7
    • @rocket.chat/omnichannel-services@0.3.42
    • @rocket.chat/pdf-worker@0.3.24
    • @rocket.chat/presence@0.2.45
    • @rocket.chat/api-client@0.2.45
    • @rocket.chat/apps@0.5.24
    • @rocket.chat/core-services@0.10.8
    • @rocket.chat/cron@0.1.45
    • @rocket.chat/freeswitch@1.2.32
    • @rocket.chat/fuselage-ui-kit@24.0.4
    • @rocket.chat/gazzodown@24.0.4
    • @rocket.chat/http-router@7.9.12
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.8.5
    • @rocket.chat/ui-avatar@20.0.4
    • @rocket.chat/ui-client@24.0.4
    • @rocket.chat/ui-contexts@24.0.4
    • @rocket.chat/web-ui-registration@24.0.4
    • @rocket.chat/models@1.7.5
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.24
    • @rocket.chat/omni-core-ee@0.0.10
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@24.0.4
    • @rocket.chat/ui-voip@14.0.4
    • @rocket.chat/instance-status@0.1.45
    • @rocket.chat/omni-core@0.0.10

7.11.4

13 Jan 15:57

Choose a tag to compare

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.56.1

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.11.4
    • @rocket.chat/rest-typings@7.11.4
    • @rocket.chat/federation-matrix@0.0.6
    • @rocket.chat/license@1.1.4
    • @rocket.chat/media-calls@0.0.6
    • @rocket.chat/omnichannel-services@0.3.41
    • @rocket.chat/pdf-worker@0.3.23
    • @rocket.chat/presence@0.2.44
    • @rocket.chat/api-client@0.2.44
    • @rocket.chat/apps@0.5.23
    • @rocket.chat/core-services@0.10.7
    • @rocket.chat/cron@0.1.44
    • @rocket.chat/freeswitch@1.2.31
    • @rocket.chat/fuselage-ui-kit@23.0.4
    • @rocket.chat/gazzodown@23.0.4
    • @rocket.chat/http-router@7.9.11
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.8.4
    • @rocket.chat/ui-avatar@19.0.4
    • @rocket.chat/ui-client@23.0.4
    • @rocket.chat/ui-contexts@23.0.4
    • @rocket.chat/web-ui-registration@23.0.4
    • @rocket.chat/models@1.7.4
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.23
    • @rocket.chat/omni-core-ee@0.0.9
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@23.0.4
    • @rocket.chat/ui-voip@13.0.4
    • @rocket.chat/instance-status@0.1.44
    • @rocket.chat/omni-core@0.0.9

7.10.7

13 Jan 17:16

Choose a tag to compare

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.55.2

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.10.7
    • @rocket.chat/rest-typings@7.10.7
    • @rocket.chat/license@1.0.35
    • @rocket.chat/omnichannel-services@0.3.41
    • @rocket.chat/pdf-worker@0.3.23
    • @rocket.chat/presence@0.2.44
    • @rocket.chat/api-client@0.2.44
    • @rocket.chat/apps@0.5.23
    • @rocket.chat/core-services@0.10.7
    • @rocket.chat/cron@0.1.44
    • @rocket.chat/freeswitch@1.2.31
    • @rocket.chat/fuselage-ui-kit@22.0.7
    • @rocket.chat/gazzodown@22.0.7
    • @rocket.chat/http-router@7.9.11
    • @rocket.chat/model-typings@1.7.7
    • @rocket.chat/ui-avatar@18.0.7
    • @rocket.chat/ui-client@22.0.7
    • @rocket.chat/ui-contexts@22.0.7
    • @rocket.chat/web-ui-registration@22.0.7
    • @rocket.chat/models@1.6.7
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.23
    • @rocket.chat/ui-theming@0.4.3
    • @rocket.chat/ui-video-conf@22.0.7
    • @rocket.chat/ui-voip@12.0.7
    • @rocket.chat/omni-core-ee@0.0.9
    • @rocket.chat/instance-status@0.1.44
    • @rocket.chat/omni-core@0.0.9

7.9.8

13 Jan 17:29

Choose a tag to compare

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.

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.9.8
    • @rocket.chat/rest-typings@7.9.8
    • @rocket.chat/license@1.0.32
    • @rocket.chat/omnichannel-services@0.3.38
    • @rocket.chat/pdf-worker@0.3.20
    • @rocket.chat/presence@0.2.41
    • @rocket.chat/api-client@0.2.41
    • @rocket.chat/apps@0.5.20
    • @rocket.chat/core-services@0.9.20
    • @rocket.chat/cron@0.1.41
    • @rocket.chat/freeswitch@1.2.28
    • @rocket.chat/fuselage-ui-kit@21.0.8
    • @rocket.chat/gazzodown@21.0.8
    • @rocket.chat/http-router@7.9.8
    • @rocket.chat/model-typings@1.6.20
    • @rocket.chat/ui-avatar@17.0.8
    • @rocket.chat/ui-client@21.0.8
    • @rocket.chat/ui-contexts@21.0.8
    • @rocket.chat/web-ui-registration@21.0.8
    • @rocket.chat/models@1.5.20
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.20
    • @rocket.chat/ui-theming@0.4.3
    • @rocket.chat/ui-video-conf@21.0.8
    • @rocket.chat/ui-voip@11.0.8
    • @rocket.chat/instance-status@0.1.41