Skip to content

Releases: RocketChat/Rocket.Chat

6.12.0-rc.2

30 Aug 00:33
Compare
Choose a tag to compare
6.12.0-rc.2 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.1

26 Aug 22:56
Compare
Choose a tag to compare
6.12.0-rc.1 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.0

23 Aug 03:49
Compare
Choose a tag to compare
6.12.0-rc.0 Pre-release
Pre-release

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

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

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

  • (#33033) 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.

  • (#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

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

  • (#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 Meteor, our setting to use session storage wasn't working as expected. This PR fixes this issue and configures the Accounts package according to the workspace settings.

  • Updated dependencies [8ea6517, c11f372, 7f88158, 127866c, 0c919db, b764c41, 1f061a1, dd37ea1, 7937ff7, a14c067, 58c0efc, e28be46, 58c0efc]:

6.11.1

16 Aug 00:45
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

6.10.4

16 Aug 17:23
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.43.1

Patch Changes

6.11.0

09 Aug 13:48
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

Keep your video conference chats accessible anytime with our new Persistent Chat feature, storing messages using a unique discussion ID to allow conversations continue seamlessly beyond calls. The Pexip app can now integrate this functionality to access chats from calls anytime easily. Omnichannel transcripts now include system messages and load faster thanks to pre-loaded translations. Experience improved navigation with size adjustments to the Header and Contextualbar, making them consistent with the sleek new global NavBar. Furthermore, version 6.11 gives you the flexibility to reorganize and customize your sidebar to suit your workflow!

Bug fixes

AAC audio files now play smoothly on the web. We’ve also resolved issues with Omnichannel email attachments, ensuring images display correctly and clear error messages appear when attachments aren't supported.

For more detailed information, check out our Website release page.

Details

Engine versions

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

Minor Changes

  • (#32498) Created a transferChat Livechat API endpoint for transferring chats programmatically, the endpoint has all the limitations & permissions required that transferring via UI has

  • (#32792) Allows admins to customize the Subject field of Omnichannel email transcripts via setting. By passing a value to the setting Custom email subject for transcript, system will use it as the Subject field, unless a custom subject is passed when requesting a transcript. If there's no custom subject and setting value is empty, the current default value will be used

  • (#32739) Fixed an issue where FCM actions did not respect environment's proxy settings

  • (#32706) Added the possibility for apps to remove users from a room

  • (#32517) Feature Preview: New Navigation - Header and Contextualbar size improvements consistent with the new global NavBar

  • (#32493) Fixed Livechat rooms being displayed in the Engagement Dashboard's "Channels" tab

  • (#32742) Fixed an issue where adding OVERWRITE_SETTING_ for any setting wasn't immediately taking effect sometimes, and needed a server restart to reflect.

  • (#32752) Added system messages support for Omnichannel PDF transcripts and email transcripts. Currently these transcripts don't render system messages and is shown as an empty message in PDF/email. This PR adds this support for all valid livechat system messages.

    Also added a new setting under transcripts, to toggle the inclusion of system messages in email and PDF transcripts.

  • (#32793) New Feature: Video Conference Persistent Chat.
    This feature provides a discussion id for conference provider apps to store the chat messages exchanged during the conferences, so that those users may then access those messages again at any time through Rocket.Chat.

  • (#32176) Added a method to the Apps-Engine that allows apps to read multiple messages from a room

  • (#32493) Improved Engagement Dashboard's "Channels" tab performance by not returning rooms that had no activity in the analyzed period

  • (#32024) Implemented a new tab to the users page called 'Active', this tab lists all users who have logged in for the first time and are active.

  • (#32744) Added account setting Accounts_Default_User_Preferences_sidebarSectionsOrder to allow users to reorganize sidebar sections

  • (#32820) Added a new setting Livechat_transcript_send_always that allows admins to decide if email transcript should be sent all the times when a conversation is closed. This setting bypasses agent's preferences. For this setting to work, Livechat_enable_transcript should be off, meaning that visitors will no longer receive the option to decide if they want a transcript or not.

  • (#32724) Extended apps-engine events for users leaving a room to also fire when being removed by another user. Also added the triggering user's information to the event's context payload.

  • (#32777) Added handling of attachments in Omnichannel email transcripts. Earlier attachments were being skipped and were being shown as empty space, now it should render the image attachments and should show relevant error message for unsupported attachments.

  • (#32800) Added the ability to filter chats by queued on the Current Chats Omnichannel page

Patch Changes

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

  • (#32679) Fix validations from "UiKit" modal component

  • (#32730) Fixed issue in Marketplace that caused a subscription app to show incorrect modals when subscribing

  • (#32628) Fixed SAML users' full names being updated on login regardless of the "Overwrite user fullname (use idp attribute)" setting

  • (#32692) Fixed an issue that caused the widget to set the wrong department when using the setDepartment Livechat api endpoint in conjunction with a Livechat Trigger

  • (#32527) Fixed an inconsistent evaluation of the Accounts_LoginExpiration setting over the codebase. In some places, it was being used as milliseconds while in others as days. Invalid values produced different results. A helper function was created to centralize the setting validation and the proper value being returned to avoid edge cases.
    Negative values may be saved on the settings UI panel but the code will interpret any negative, NaN or 0 value to the default expiration which is 90 days.

  • (#32626) livechat setDepartment livechat api fixes:

    • Changing department didn't reflect on the registration form in real time
    • Changing the department mid conversation didn't transfer the chat
    • Depending on the state of the department, it couldn't be set as default
  • (#32810) Fixed issue where bad word filtering was not working in the UI for messages

  • (#32707) Fixed issue with livechat agents not being able to leave omnichannel rooms if joining after a room has been closed by the visitor (due to race conditions)

  • (#32837) Fixed an issue where non-encrypted attachments were not being downloaded

  • (#32861) fixed the contextual bar closing when editing thread messages instead of cancelling the message edit

  • (#32713) Fixed the disappearance of some settings after navigation under network latency.

  • (#32592) Fixes Missing line breaks on Omnichannel Room Info Panel

  • (#32807) Fixed web client crashing on Firefox private window. Firefox disables access to service workers inside private windows. Rocket.Chat needs service workers to process E2EE encrypted files on rooms. These types of files won't be available inside private windows, but the rest of E2EE encrypted features should work normally

  • (#32864) fixed an issue in the "Create discussion" form, that would have the "Create" action button disabled even though the form is prefilled when opening it from the message action

  • (#32691) Removed 'Hide' option in the room menu for Omnichannel conversations.

  • (#32445) Fixed LDAP rooms, teams and roles syncs not being triggered on login even when the "Update User Data on Login" setting is enabled

  • (#32328) Allow customFields on livechat creation bridge

  • ([#32803](https://gi...

Read more

6.11.0-rc.6

08 Aug 21:11
Compare
Choose a tag to compare
6.11.0-rc.6 Pre-release
Pre-release

Engine versions

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

Patch Changes

6.11.0-rc.5

07 Aug 13:57
Compare
Choose a tag to compare
6.11.0-rc.5 Pre-release
Pre-release

Engine versions

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

Patch Changes

6.11.0-rc.4

06 Aug 07:50
Compare
Choose a tag to compare
6.11.0-rc.4 Pre-release
Pre-release

Engine versions

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

Patch Changes

6.11.0-rc.3

03 Aug 14:36
Compare
Choose a tag to compare
6.11.0-rc.3 Pre-release
Pre-release

Engine versions

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

Patch Changes