Skip to content

Releases: RocketChat/Rocket.Chat

7.8.5

05 Jan 19:15

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

7.9.7

02 Jan 11:30

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

8.0.0-rc.2

31 Dec 14:38

Choose a tag to compare

8.0.0-rc.2 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.2
  • Apps-Engine: 1.59.0-rc.0

Patch Changes

7.10.6

30 Dec 13:04

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

8.0.0-rc.1

23 Dec 04:28

Choose a tag to compare

8.0.0-rc.1 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.2
  • Apps-Engine: 1.59.0-rc.0

Patch Changes

8.0.0-rc.0

21 Dec 17:36

Choose a tag to compare

8.0.0-rc.0 Pre-release
Pre-release

Engine versions

  • Node: 22.16.0
  • Deno: 1.43.5
  • MongoDB: 8.2
  • Apps-Engine: 1.59.0-rc.0

Major Changes

  • (#36829) Removes the deprecated sendConfirmationEmail method

  • (#37460) Removes deprecated livechat:removeUnit method

  • (#36836) Removes the deprecated livechat:getTagsList method

    Removes the deprecated livechat:getUnitsFromUser method

    Removes the deprecated livechat:getFirstRoomMessage method

    Removes the deprecated livechat:getDepartmentForwardRestrictions method

  • (#37672) Removes deprecated VoIP permissions

  • (#36941) Makes Voice Calls enabled by default when available

  • (#37672) Removes deprecated VoIP from Omnichannel

  • (#37461) Removes deprecated livechat:saveUnit method

  • (#36864) Removes the deprecated authorization:removeUserFromRole method

  • (#36976) Promotes Timestamp Parser from preview state to stable

  • (#37123) Removes ecdh functionality and related settings

  • (#35436 by @blackmamba1231) Removes deprecated canAccessRoom meteor method

  • (#36925) Removes deprecated Realtime API method: livechat:getAnalyticsChartData

  • (#37392) Removes deprecated livechat:returnAsInquiry method

  • (#37390) Removes deprecated removeCustomField method

  • (#37672) Removes Deprecated FreeSwitch integration

  • (#36851) Removes the deprecated getUserRoles method in favor of the /v1/roles.getUsersInPublicRoles endpoint.

  • (#37388) Removes deprecated setAdminStatus method

  • (#35961) Removes support of MongoDB versions 5.x and 6.x

  • (#36823) Removes deprecated meteor method muteUserInRoom

  • (#36825) Removes the deprecated method createToken

  • (#37022) Promotes Resizable Contextualbars from preview state to stable.

  • (#36837) Removes the deprecated setReaction meteor method

  • (#36824) Removes deprecated Realtime API method: livechat:closeRoom

  • (#36832) Removes the deprecated setCustomFields method

  • (#36931) Removes deprecated Realtime API method: livechat:removeAllClosedRooms

  • (#36830) Removes the deprecated getAvatarSuggestion method

  • (#37462) Removes deprecated livechat:saveDepartment method

  • (#37397) Removes deprecated livechat:setUpConnection method

  • Removes the deprecated getRoomRoles method

  • Removes the deprecated authorization:deleteRole method

  • (#37391) Removes deprecated livechat:removeRoom method

  • (#36849) Removes deprecated appId parameter from the oauth-apps.get endpoint.

  • (#37463) Removes deprecated sendFileLivechatMessage method

  • (#32590) Removes the setting API_Use_REST_For_DDP_Calls. Turning this on meant websocket was only used for realtime data/events, and any other meteor method calls goes over method.call endpoint. For microservice deployments, this had to be turned on. Now method calls will always happen over http endpoints.

  • (#36966) Promotes quick reactions from preview state to stable

  • (#36821) Removes /api/v1/banners.getnew deprecated endpoint

  • (#36871) Removes the livechat:transfer deprecated method
    Removes the livechat/room.transfer deprecated endpoint
    Creates the livechat/visitor.department.transfer for visitors department transfer use

  • (#36924) Removes deprecated Realtime API method: livechat:getRoutingConfig

  • (#36809) Removes deprecated Realtime API method: livechat:changeLivechatStatus

  • (#36951) Removes the deprecated param hideRoomsWithNoActivity and adjust the api tests accordingly. Endpoint always returns rooms that are not empty.

  • (#36838) Removes the deprecated insertOrUpdateUser meteor method

  • (#37406) Removes deprecated livechat:removeTag method

  • (#37810) Fixes role assignment precedence in SAML provisioning, ensuring that SAML-specific default roles take priority over global registration roles, and preventing role merging when both are configured.

  • (#36831) Removes the deprecated setUsername method

  • (#37446) Removes deprecated removeCannedResponse method

  • (#37405) Removes deprecated saveCannedResponse method

  • (#37396) Removes deprecated livechat:sendTranscript method

  • (#36857) Removes the deprecated /api/v1/rooms.upload endpoint

  • (#36908) Removes the deprecated livechat:resumeOnHold method

  • (#36935) Removes addUserToRole and removeUserFromRole type declaration and deprecation logger

  • (#37393) Removes deprecated livechat:saveAgentInfo method

  • (#36907) Removes the deprecated GET Method from /api/v1/apps

  • (#37114) Removes stdout logging functionality, related components and settings

  • (#36647) Removes deprecated 'e2e.updateGroupKey' method and related type declarations

  • (#37421) Removes deprecated livechat:saveCustomField method

  • (#36896) Removes the deprecated roleName parameter from /api/v1/roles.addUserToRole and /api/v1/roles.removeUserFromRole

    Removes the ability to pass a role name to the role parameter type from /api/v1/roles.getUsersInRole

  • (#36828) Removes the deprecated setUserPassword method

  • (#37285) Promotes Enhanced Navigation from preview state to stable.

  • (#37464) Removes deprecated livechat:takeInquiry method

  • (#36865) Removes the deprecated authorization:addUserToRole method

Minor Changes

  • (#36570) REST endpoint /v1/users.createToken is not deprecated anymore. It now requires a secret parameter to generate a token for a user. This change is part of the effort to enhance security by ensuring that tokens are generated with an additional layer of validation. The secret parameter is validated against a new environment variable CREATE_TOKENS_FOR_USERS_SECRET.

  • (#37719) Adds a new method to the Apps-Engine that allows apps to retrieve multiple rooms from database

  • (#37659) Changes the position of the buttons in Unique ID change detected modal in order to highlight configuration update instead of new workspace

  • (#37233) Validates attachment fields to require title and value properties on APIs chat.postMessage and chat.sendMessage.

  • (#37224) Enhance user's deactivated state handling to correctly distinguish between pending and deactivated users.

  • (#37091) Adds Attribute Based Access Control (ABAC) for private channels & private teams.

  • (#37771) Introduces an info button to...

Read more

7.13.2

19 Dec 20:14

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

7.12.3

19 Dec 20:24

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

7.11.3

19 Dec 20:17

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

7.13.1

09 Dec 04:47

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