Skip to content

Releases: RocketChat/Rocket.Chat

8.3.0-rc.1

26 Mar 13:55

Choose a tag to compare

8.3.0-rc.1 Pre-release
Pre-release

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@8.3.0-rc.1
    • @rocket.chat/rest-typings@8.3.0-rc.1
    • @rocket.chat/abac@0.1.6-rc.1
    • @rocket.chat/federation-matrix@0.1.0-rc.1
    • @rocket.chat/license@1.1.13-rc.1
    • @rocket.chat/media-calls@0.3.0-rc.1
    • @rocket.chat/omnichannel-services@0.3.50-rc.1
    • @rocket.chat/pdf-worker@0.3.32-rc.1
    • @rocket.chat/presence@0.2.53-rc.1
    • @rocket.chat/api-client@0.2.53-rc.1
    • @rocket.chat/apps@0.6.6-rc.1
    • @rocket.chat/core-services@0.13.2-rc.1
    • @rocket.chat/cron@0.1.53-rc.1
    • @rocket.chat/fuselage-ui-kit@29.0.0-rc.1
    • @rocket.chat/gazzodown@29.0.0-rc.1
    • @rocket.chat/http-router@7.9.20-rc.1
    • @rocket.chat/message-types@0.1.1-rc.0
    • @rocket.chat/model-typings@2.1.2-rc.1
    • @rocket.chat/ui-avatar@25.0.0-rc.1
    • @rocket.chat/ui-client@29.0.0-rc.1
    • @rocket.chat/ui-contexts@29.0.0-rc.1
    • @rocket.chat/ui-voip@19.0.0-rc.1
    • @rocket.chat/web-ui-registration@29.0.0-rc.1
    • @rocket.chat/models@2.1.2-rc.1
    • @rocket.chat/server-cloud-communication@0.0.3-rc.0
    • @rocket.chat/network-broker@0.2.32-rc.1
    • @rocket.chat/omni-core-ee@0.0.18-rc.1
    • @rocket.chat/ui-video-conf@29.0.0-rc.1
    • @rocket.chat/instance-status@0.1.53-rc.1
    • @rocket.chat/omni-core@0.0.18-rc.1
    • @rocket.chat/server-fetch@0.1.2-rc.1

8.3.0-rc.0

20 Mar 21:52

Choose a tag to compare

8.3.0-rc.0 Pre-release
Pre-release

Engine versions

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

Minor Changes

  • (#39750) Adds support to name changes on federated rooms

  • (#39268) refactor(ui-kit): Remove UiKit deprecations

  • (#38978 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat autotranslate translateMessage 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

  • (#37922) Introduces native screen sharing for internal voice calls. This feature is currently in beta and can be disabled through admin settings.

  • (#39225 by @sezallagwal) Add OpenAPI support for the chat.followMessage and chat.unfollowMessage API endpoints by migrating to a modern chained route definition syntax and utilizing AJV schemas for body and response validation.

  • (#39227 by @sezallagwal) Add OpenAPI support for the chat.starMessage and chat.unStarMessage API endpoints by migrating to a modern chained route definition syntax and utilizing AJV schemas for body and response validation.

  • (#38957 by @Verifieddanny) Migrated rooms.leave endpoint to new OpenAPI pattern with AJV validation

  • (#38549 by @Rohitgiri02) migrated rooms.delete endpoint to new OpenAPI pattern with AJV validation

  • (#39094 by @ahmed-n-abdeltwab) Adds OpenAPI support for the Rocket.Chat e2e.updateGroupKey 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.

  • (#36402 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat users.getAvatarSuggestion 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.

  • (#38881 by @smirk-dev) adds instances.get API endpoint to new chained pattern with response schemas

  • (#38883 by @smirk-dev) Migrates ldap.testConnection and ldap.testSearch REST API endpoints from legacy addRoute pattern to the new chained .post() API pattern with typed response schemas and AJV body validation (replacing Meteor check()).

  • (#38882 by @smirk-dev) Migrates presence.getConnections and presence.enableBroadcast REST API endpoints from legacy addRoute pattern to the new chained .get()/.post() API pattern with typed response schemas.

  • (#38610) Fixes Custom Sounds Contextualbar state and refresh behavior

  • (#36779 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat e2e.fetchMyKeys 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.

  • (#39425) Adds support for multiple files in message composer, improving file upload experience

  • (#36916 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat custom-user-status.list 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

  • (#39219 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat e2e 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.

  • (#38610) Adds new custom-sounds.getOne REST endpoint to retrieve a single custom sound by _id and updates client to consume it.

Patch Changes

  • (#39492) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • (#39010) Fixes an authorization issue that allowed users to confirm uploads from other users

  • (#39092) Fixes main channel scroll position changing when jumping to a thread message from search

  • (#38531) Fixes a cross-resource access issue that allowed users to retrieve emojis from the Custom Sounds endpoint and sounds from the Custom Emojis endpoint when using the FileSystem storage mode.

  • (#39752) Fixes an issue on Federation where all domains ending with the pattern where being allowed to communicate, the feature is meant to work with a list, url by url

  • (#38662 by @TheRazorbill) Fixes wrong i18n key in RegisterWorkspace confirmation step so the text is translated instead of showing a missing key.

  • (#38983 by @copilot-swe-agent) Fixes incoming webhook messages ignoring literal \n escape sequences, and fixes the MarkdownText document variant not rendering newlines as line breaks.

  • (#39087) Fixes race condition causing duplicate open livechat rooms per visitor token.

  • (#39460) Fixes inconsistent username formatting causing '@@username' for federated users

  • (#38989) chore(eslint): Upgrades ESLint and its configuration

  • (#39541) Fixes an issue when forwarding messages to a password-protected room.

  • (#39003) Fix marking a message as sent before the request finishes

  • (#36786 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat e2e.getUsersOfRoomWithoutKey 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.

  • (#38932) Fixes version update banner showing outdated versions after server upgrade.

  • (#39461) Deprecates Anonymous write. Feature will be removed in version 9.0.0.

  • (#39545) Fixes the intermittent behavior where the "New messages" indicator appears incorrectly after the user sends a message

  • (#39753) Fixes an issue where emails were not saved for users logging in via the GitHub OAuth provider.

  • (#39491) Fixes calendar events modifying the wrong status property when attempting to sync busy status.

  • (#39054) Fixes a mismatch in the room icons on the sidebar items, ABAC Managed rooms were not displaying the correct icon

  • (#38760 by @Khizarshah01) Limits Outgoing webhook maximum response size to 10mb.

  • (#39612) Fixes the download of attachments with non-unicode names on E2EE rooms

  • (#36882 by @ahmed-n-abdeltwab) Add OpenAPI support for the Rocket.Chat push.test 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.

  • (#39718) Fixes an issue where, sometimes, updatedAt was not being set during the subscription creation

  • (#39557) Fixes main team channels being able to be converted into public or private with only the create-team-channel or create-team-group (the correct permission for main teams are create-c and create-p)

  • ([#39559](https:...

Read more

8.2.1

16 Mar 18:41

Choose a tag to compare

Engine versions

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

Patch Changes

  • (#39508 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#39517 by @dionisio-bot) Fixes ssrf validation for oauth endpoints, which allows internal endpoints to be used during the auth flow.

  • Updated dependencies []:
    • @rocket.chat/core-typings@8.2.1
    • @rocket.chat/rest-typings@8.2.1
    • @rocket.chat/abac@0.1.5
    • @rocket.chat/federation-matrix@0.0.14
    • @rocket.chat/license@1.1.12
    • @rocket.chat/media-calls@0.2.5
    • @rocket.chat/omnichannel-services@0.3.49
    • @rocket.chat/pdf-worker@0.3.31
    • @rocket.chat/presence@0.2.52
    • @rocket.chat/api-client@0.2.52
    • @rocket.chat/apps@0.6.5
    • @rocket.chat/core-services@0.13.1
    • @rocket.chat/cron@0.1.52
    • @rocket.chat/fuselage-ui-kit@28.0.1
    • @rocket.chat/gazzodown@28.0.1
    • @rocket.chat/http-router@7.9.19
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.1.1
    • @rocket.chat/ui-avatar@24.0.1
    • @rocket.chat/ui-client@28.0.1
    • @rocket.chat/ui-contexts@28.0.1
    • @rocket.chat/ui-voip@18.0.1
    • @rocket.chat/web-ui-registration@28.0.1
    • @rocket.chat/models@2.1.1
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.31
    • @rocket.chat/omni-core-ee@0.0.17
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@28.0.1
    • @rocket.chat/instance-status@0.1.52
    • @rocket.chat/omni-core@0.0.17
    • @rocket.chat/server-fetch@0.1.1

8.1.2

16 Mar 18:40

Choose a tag to compare

Engine versions

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

Patch Changes

  • (#39509 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@8.1.2
    • @rocket.chat/rest-typings@8.1.2
    • @rocket.chat/abac@0.1.4
    • @rocket.chat/federation-matrix@0.0.13
    • @rocket.chat/license@1.1.11
    • @rocket.chat/media-calls@0.2.4
    • @rocket.chat/omnichannel-services@0.3.48
    • @rocket.chat/pdf-worker@0.3.30
    • @rocket.chat/presence@0.2.51
    • @rocket.chat/api-client@0.2.51
    • @rocket.chat/apps@0.6.4
    • @rocket.chat/core-services@0.12.4
    • @rocket.chat/cron@0.1.51
    • @rocket.chat/fuselage-ui-kit@27.0.2
    • @rocket.chat/gazzodown@27.0.2
    • @rocket.chat/http-router@7.9.18
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.0.4
    • @rocket.chat/ui-avatar@23.0.2
    • @rocket.chat/ui-client@27.0.2
    • @rocket.chat/ui-contexts@27.0.2
    • @rocket.chat/ui-voip@17.0.2
    • @rocket.chat/web-ui-registration@27.0.2
    • @rocket.chat/models@2.0.4
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.30
    • @rocket.chat/omni-core-ee@0.0.16
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@27.0.2
    • @rocket.chat/instance-status@0.1.51
    • @rocket.chat/omni-core@0.0.16

8.0.3

16 Mar 18:49

Choose a tag to compare

Engine versions

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

Patch Changes

  • (#39510 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@8.0.3
    • @rocket.chat/rest-typings@8.0.3
    • @rocket.chat/abac@0.1.3
    • @rocket.chat/federation-matrix@0.0.12
    • @rocket.chat/license@1.1.10
    • @rocket.chat/media-calls@0.2.3
    • @rocket.chat/omnichannel-services@0.3.47
    • @rocket.chat/pdf-worker@0.3.29
    • @rocket.chat/presence@0.2.50
    • @rocket.chat/api-client@0.2.50
    • @rocket.chat/apps@0.6.3
    • @rocket.chat/core-services@0.12.3
    • @rocket.chat/cron@0.1.50
    • @rocket.chat/fuselage-ui-kit@26.0.3
    • @rocket.chat/gazzodown@26.0.3
    • @rocket.chat/http-router@7.9.17
    • @rocket.chat/message-types@0.1.0
    • @rocket.chat/model-typings@2.0.3
    • @rocket.chat/ui-avatar@22.0.3
    • @rocket.chat/ui-client@26.0.3
    • @rocket.chat/ui-contexts@26.0.3
    • @rocket.chat/ui-voip@16.0.3
    • @rocket.chat/web-ui-registration@26.0.3
    • @rocket.chat/models@2.0.3
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.29
    • @rocket.chat/omni-core-ee@0.0.15
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@26.0.3
    • @rocket.chat/instance-status@0.1.50
    • @rocket.chat/omni-core@0.0.15

7.13.5

16 Mar 18:49

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

  • (#39512 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#39523 by @dionisio-bot) Fixes an issue that caused Third-party login to not work properly

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.13.5
    • @rocket.chat/rest-typings@7.13.5
    • @rocket.chat/federation-matrix@0.0.11
    • @rocket.chat/license@1.1.9
    • @rocket.chat/media-calls@0.1.5
    • @rocket.chat/omnichannel-services@0.3.46
    • @rocket.chat/pdf-worker@0.3.28
    • @rocket.chat/presence@0.2.49
    • @rocket.chat/api-client@0.2.49
    • @rocket.chat/apps@0.5.28
    • @rocket.chat/core-services@0.11.5
    • @rocket.chat/cron@0.1.49
    • @rocket.chat/freeswitch@1.2.36
    • @rocket.chat/fuselage-ui-kit@25.0.5
    • @rocket.chat/gazzodown@25.0.5
    • @rocket.chat/http-router@7.9.16
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.9.5
    • @rocket.chat/ui-avatar@21.0.5
    • @rocket.chat/ui-client@25.0.5
    • @rocket.chat/ui-contexts@25.0.5
    • @rocket.chat/web-ui-registration@25.0.5
    • @rocket.chat/models@1.8.5
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.28
    • @rocket.chat/omni-core-ee@0.0.14
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@25.0.5
    • @rocket.chat/ui-voip@15.0.5
    • @rocket.chat/instance-status@0.1.49
    • @rocket.chat/omni-core@0.0.14

7.12.6

16 Mar 18:53

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.2

Patch Changes

  • (#39549 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#39532 by @dionisio-bot) Fixes an issue that caused Third-party login to not work properly

  • (#39516 by @dionisio-bot) Fixes a bug that would cause apps to go into invalid_installation_disabled in some cases

  • Updated dependencies [7bab3a1]:
    • @rocket.chat/apps-engine@1.57.2
    • @rocket.chat/presence@0.2.47
    • @rocket.chat/apps@0.5.26
    • @rocket.chat/core-services@0.10.10
    • @rocket.chat/core-typings@7.12.6
    • @rocket.chat/fuselage-ui-kit@24.0.6
    • @rocket.chat/rest-typings@7.12.6
    • @rocket.chat/federation-matrix@0.0.9
    • @rocket.chat/license@1.1.7
    • @rocket.chat/media-calls@0.0.9
    • @rocket.chat/omnichannel-services@0.3.44
    • @rocket.chat/pdf-worker@0.3.26
    • @rocket.chat/api-client@0.2.47
    • @rocket.chat/cron@0.1.47
    • @rocket.chat/freeswitch@1.2.34
    • @rocket.chat/gazzodown@24.0.6
    • @rocket.chat/http-router@7.9.14
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.8.7
    • @rocket.chat/ui-avatar@20.0.6
    • @rocket.chat/ui-client@24.0.6
    • @rocket.chat/ui-contexts@24.0.6
    • @rocket.chat/web-ui-registration@24.0.6
    • @rocket.chat/models@1.7.7
    • @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@24.0.6
    • @rocket.chat/ui-voip@14.0.6
    • @rocket.chat/instance-status@0.1.47
    • @rocket.chat/omni-core@0.0.12

7.11.6

16 Mar 18: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

  • (#39550 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#39533 by @dionisio-bot) Fixes an issue that caused Third-party login to not work properly

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.11.6
    • @rocket.chat/rest-typings@7.11.6
    • @rocket.chat/federation-matrix@0.0.8
    • @rocket.chat/license@1.1.6
    • @rocket.chat/media-calls@0.0.8
    • @rocket.chat/omnichannel-services@0.3.43
    • @rocket.chat/pdf-worker@0.3.25
    • @rocket.chat/presence@0.2.46
    • @rocket.chat/api-client@0.2.46
    • @rocket.chat/apps@0.5.25
    • @rocket.chat/core-services@0.10.9
    • @rocket.chat/cron@0.1.46
    • @rocket.chat/freeswitch@1.2.33
    • @rocket.chat/fuselage-ui-kit@23.0.6
    • @rocket.chat/gazzodown@23.0.6
    • @rocket.chat/http-router@7.9.13
    • @rocket.chat/message-types@0.0.1
    • @rocket.chat/model-typings@1.8.6
    • @rocket.chat/ui-avatar@19.0.6
    • @rocket.chat/ui-client@23.0.6
    • @rocket.chat/ui-contexts@23.0.6
    • @rocket.chat/web-ui-registration@23.0.6
    • @rocket.chat/models@1.7.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.25
    • @rocket.chat/omni-core-ee@0.0.11
    • @rocket.chat/ui-theming@0.4.4
    • @rocket.chat/ui-video-conf@23.0.6
    • @rocket.chat/ui-voip@13.0.6
    • @rocket.chat/instance-status@0.1.46
    • @rocket.chat/omni-core@0.0.11

7.10.9

16 Mar 19:02

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

  • (#39552 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#39534 by @dionisio-bot) Fixes an issue that caused Third-party login to not work properly

  • Updated dependencies []:
    • @rocket.chat/core-typings@7.10.9
    • @rocket.chat/rest-typings@7.10.9
    • @rocket.chat/license@1.0.37
    • @rocket.chat/omnichannel-services@0.3.43
    • @rocket.chat/pdf-worker@0.3.25
    • @rocket.chat/presence@0.2.46
    • @rocket.chat/api-client@0.2.46
    • @rocket.chat/apps@0.5.25
    • @rocket.chat/core-services@0.10.9
    • @rocket.chat/cron@0.1.46
    • @rocket.chat/freeswitch@1.2.33
    • @rocket.chat/fuselage-ui-kit@22.0.9
    • @rocket.chat/gazzodown@22.0.9
    • @rocket.chat/http-router@7.9.13
    • @rocket.chat/model-typings@1.7.9
    • @rocket.chat/ui-avatar@18.0.9
    • @rocket.chat/ui-client@22.0.9
    • @rocket.chat/ui-contexts@22.0.9
    • @rocket.chat/web-ui-registration@22.0.9
    • @rocket.chat/models@1.6.9
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/network-broker@0.2.25
    • @rocket.chat/ui-theming@0.4.3
    • @rocket.chat/ui-video-conf@22.0.9
    • @rocket.chat/ui-voip@12.0.9
    • @rocket.chat/omni-core-ee@0.0.11
    • @rocket.chat/instance-status@0.1.46
    • @rocket.chat/omni-core@0.0.11

8.0.2

04 Mar 01:51

Choose a tag to compare

Engine versions

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

Patch Changes

  • (#38351 by @dionisio-bot) Fixes integration saving error because of missing babel dependencies inside the docker container

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#38787 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

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