Skip to content

Releases: RocketChat/Rocket.Chat

6.10.5

06 Sep 21:04
Compare
Choose a tag to compare

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.43.1

Patch Changes

6.9.6

06 Sep 20:26
Compare
Choose a tag to compare

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.42.2

Patch Changes

6.8.6

06 Sep 20:25
Compare
Choose a tag to compare

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.42.2

Patch Changes

6.7.8

06 Sep 20:26
Compare
Choose a tag to compare

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: ^1.42.1

Patch Changes

6.12.0

05 Sep 13:30
Compare
Choose a tag to compare

Warning

Known Issue: Affects workspaces using the Retention Policy feature

When upgrading from a previous version older than 6.10, a race condition may change the Retention Policy period definition to 30 days, resulting in the removal of data older than 30 days. If the workspace uses a Retention Policy configured for more than 30 days, data may be removed immediately after the upgrade. To prevent this issue, disable the Retention Policy before upgrading, and re-enable it afterward.

Summary

What's New

The update brings new features such as a "Created at" column in the admin rooms table, Matrix Federation validation, an audit endpoint for room members, a 'Deactivated' tab on the Users page, and a setting for file encryption in end-to-end encrypted rooms.

Bug Fixes

The update resolves issues with encrypted file uploads, third-party app logins, and federated user protection. It also prevents non-members from dragging files into channels and ensures system messages do not skew live chat response metrics.

For more detailed information, check out our documentation

Details

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.45.0-alpha.866

Minor Changes

  • (#32535) Federation actions like sending message in a federated DM, reacting in a federated chat, etc, will no longer work if the configuration is invalid.

  • (#32916) Added a new Audit endpoint audit/rooms.members that allows users with view-members-list-all-rooms to fetch a list of the members of any room even if the user is not part of it.

  • (#32032) Added a new 'Deactivated' tab to the users page, this tab lists users who have logged in for the first time but have been deactivated for any reason. Also added the UI code for the Active tab;

  • (#33044) Replaces an outdated banner with the Bubble component in order to display retention policy warning

  • (#32867) Added an accordion for advanced settings on Create teams and channels

  • (#32709 by @heet434) Add "Created at" column to admin rooms table

  • (#32535) New button added to validate Matrix Federation configuration. A new field inside admin settings will reflect the configuration status being either 'Valid' or 'Invalid'.

  • (#32969) Upgrades fuselage-toastbar version in order to add pause on hover functionality

  • (#33003) Added a new setting to enable/disable file encryption in an end to end encrypted room.

  • (#32868) Added sidepanel field to teams.create and rooms.saveRoomSettings endpoints

  • (#33003) Fixed a bug related to uploading end to end encrypted file.

    E2EE files and uploads are uploaded as files of mime type application/octet-stream as we can't reveal the mime type of actual content since it is encrypted and has to be kept confidential.

    The server resolves the mime type of encrypted file as application/octet-stream but it wasn't playing nicely with existing settings related to whitelisted and blacklisted media types.

    E2EE files upload was getting blocked if application/octet-stream is not a whitelisted media type.

    Now this PR solves this issue by always accepting E2EE uploads even if application/octet-stream is not whitelisted but it will block the upload if application/octet-stream is black listed.

Patch Changes

  • (#32968) Bumped @rocket.chat/fuselage that fixes the Menu onPointerUp event behavior

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

  • (#33159) Improves Omnichannel queue page performance

  • (#32986) Fixed login with third-party apps not working without the "Manage OAuth Apps" permission

  • (#32852) Federated users can no longer be deleted.

  • (#33033 by @csuadev) Fixed an issue due to an endpoint pagination that was causing that when an agent have assigned more than 50 departments, the departments have a blank space instead of the name.

  • (#33058) Prevent processRoomAbandonment callback from erroring out when a room was inactive during a day Business Hours was not configured for.

  • (#24889 by @Shivansh2287) Fixes an issue where the Announcement modal with long words was adding a horizontal scrollbar

  • (#32940) Stopped non channel members from dragging and dropping files in a channel they do not belong

  • (#33001) Allow apps to react/unreact to messages via bridge

  • (#32809) Deactivating users who federated will now be permanent.

  • (#31525) Fix: Show correct user info actions for non-members in channels.

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

  • (#32931) Fixed an issue that caused UI to show an error when the call to get the Business Hour type from settings returned undefined.

  • (#32743) Fixes an issue where creating a new user with an invalid username (containing special characters) resulted in an error message, but the user was still created. The user creation process now properly aborts when an invalid username is provided.

  • (#33109) Fixes the expanded prop being accidentally forwarded to ContextualbarHeader

  • (#32846) Fixed issue with system messages being counted as agents' first responses in livechat rooms (which caused the "best first response time" and "average first response time" metrics to be unreliable for all agents)

  • (#32791) Fixed a behavior when updating messages that prevented the customFields prop from being updated if there were no changes to the msg property. Now, customFields will be always updated on message update even if msg doesn't change

  • (#33169) Fixed issue that prevented sending encrypted filed from the mobile app

  • (#33101) Fixed an issue where teams were being created with no room associated with it.

  • (#33036) Fixes multiple problems with the processRoomAbandonment hook. This hook is in charge of calculating the time a room has been abandoned (this means, the time that elapsed since a room was last answered by an agent until it was closed). However, when business hours were enabled and the user didn't open on one day, if an abandoned room happened to be abandoned over the day there was no business hour configuration, then the process will error out.
    Additionally, the values the code was calculating were not right. When business hours are enabled, this code should only count the abandonment time while a business hour was open. When rooms were left abandoned for days or weeks, this will also throw an error or output an invalid count.

  • (#33174) Restored tooltips to the unit edit department field selected options

  • (#33054) Fixed issue with livechat analytics in a given date range considering conversation data from the following day

  • (#32981) fixed an issue with the "follow message" button not changing state after click

  • (#32928) Fixed issue where after-registration-triggers would show up in a page when the user was not yet registered

  • (#33047) Fixed: Custom fields in extraData now correctly added to extraRoomInfo by livechat.beforeRoom callback during livechat room creation.

  • (#33040) Fixed an issue related to setting Accounts_ForgetUserSessionOnWindowClose, this setting was not working as expected.

    The new meteor 2.16 release introduced a new option to configure the Accounts package and choose between the local storage or session storage. They also changed how Meteor._localstorage works internally. Due to these changes in Meteo...

Read more

6.12.0-rc.6

04 Sep 20:45
Compare
Choose a tag to compare
6.12.0-rc.6 Pre-release
Pre-release

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.45.0-alpha.866

Patch Changes

6.12.0-rc.5

04 Sep 02:59
Compare
Choose a tag to compare
6.12.0-rc.5 Pre-release
Pre-release

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.45.0-alpha.866

Patch Changes

6.12.0-rc.4

03 Sep 18:13
Compare
Choose a tag to compare
6.12.0-rc.4 Pre-release
Pre-release

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.45.0-alpha.866

Patch Changes

6.12.0-rc.3

03 Sep 01:14
Compare
Choose a tag to compare
6.12.0-rc.3 Pre-release
Pre-release

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.45.0-alpha.866

Patch Changes

6.11.2

03 Sep 16:50
Compare
Choose a tag to compare

Warning

Known Issue: Affects workspaces using the Retention Policy feature

When upgrading from a previous version older than 6.10, a race condition may change the Retention Policy period definition to 30 days, resulting in the removal of data older than 30 days. If the workspace uses a Retention Policy configured for more than 30 days, data may be removed immediately after the upgrade. To prevent this issue, disable the Retention Policy before upgrading, and re-enable it afterward.

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.44.0

Patch Changes