Skip to content

Releases: RocketChat/Rocket.Chat

6.11.0-rc.1

27 Jul 13:41
Compare
Choose a tag to compare
6.11.0-rc.1 Pre-release
Pre-release

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.11.0-rc.1
    • @rocket.chat/rest-typings@6.11.0-rc.1
    • @rocket.chat/api-client@0.2.2-rc.1
    • @rocket.chat/license@0.2.2-rc.1
    • @rocket.chat/omnichannel-services@0.3.0-rc.1
    • @rocket.chat/pdf-worker@0.2.0-rc.1
    • @rocket.chat/presence@0.2.2-rc.1
    • @rocket.chat/apps@0.1.2-rc.1
    • @rocket.chat/core-services@0.5.0-rc.1
    • @rocket.chat/cron@0.1.2-rc.1
    • @rocket.chat/fuselage-ui-kit@9.0.0-rc.1
    • @rocket.chat/gazzodown@9.0.0-rc.1
    • @rocket.chat/model-typings@0.6.0-rc.1
    • @rocket.chat/ui-contexts@9.0.0-rc.1
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.2.0-rc.1
    • @rocket.chat/ui-theming@0.2.0
    • @rocket.chat/ui-avatar@5.0.0-rc.1
    • @rocket.chat/ui-client@9.0.0-rc.1
    • @rocket.chat/ui-video-conf@9.0.0-rc.1
    • @rocket.chat/web-ui-registration@9.0.0-rc.1
    • @rocket.chat/instance-status@0.1.2-rc.1

6.11.0-rc.0

25 Jul 13:49
Compare
Choose a tag to compare
6.11.0-rc.0 Pre-release
Pre-release

Engine versions

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

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

  • (#32570) Login services button was not respecting the button color and text color settings. Implemented a fix to respect these settings and change the button colors accordingly.

    Added a warning on all settings which allow admins to change OAuth button colors, so that they can be alerted about WCAG (Web Content Accessibility Guidelines) compliance.

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

  • (#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) Fixed "Copy link" message action enabled in Starred and Pinned list for End to End Encrypted channels, this action is disabled now

  • (#32769) Fixed issue that caused unintentional clicks when scrolling the channels sidebar on safari/chrome in iOS

  • (#32857) Fixed some anomalies related to disabled E2EE rooms. Earlier there are some weird issues with disabled E2EE rooms, this PR fixes these anomalies.

  • (#32765) Fixed an issue that prevented the option to start a discussion from being shown on the message actions

  • (#32671) Fix show correct user roles after updating user roles on admin edit user panel.

  • (#32482) Fixed an issue with blocked login when dismissed 2FA modal by clicking outside of it or pressing the escape key

  • (#32804) Fixes an issue not displaying all groups in settings list

  • (#32815) Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)

  • (#32632) Improving UX by change the position of room info actions buttons and menu order to avoid missclick in...

Read more

6.10.1

25 Jul 02:17
Compare
Choose a tag to compare

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#32819 by @dionisio-bot) 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)

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

  • (#32829 by @dionisio-bot) Fixes an issue not displaying all groups in settings list

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.10.1
    • @rocket.chat/rest-typings@6.10.1
    • @rocket.chat/api-client@0.2.1
    • @rocket.chat/license@0.2.1
    • @rocket.chat/omnichannel-services@0.2.1
    • @rocket.chat/pdf-worker@0.1.1
    • @rocket.chat/presence@0.2.1
    • @rocket.chat/apps@0.1.1
    • @rocket.chat/core-services@0.4.1
    • @rocket.chat/cron@0.1.1
    • @rocket.chat/fuselage-ui-kit@8.0.1
    • @rocket.chat/gazzodown@8.0.1
    • @rocket.chat/model-typings@0.5.1
    • @rocket.chat/ui-contexts@8.0.1
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.1.1
    • @rocket.chat/ui-theming@0.2.0
    • @rocket.chat/ui-avatar@4.0.1
    • @rocket.chat/ui-client@8.0.1
    • @rocket.chat/ui-video-conf@8.0.1
    • @rocket.chat/web-ui-registration@8.0.1
    • @rocket.chat/instance-status@0.1.1

6.9.4

24 Jul 15:45
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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#32822 by @dionisio-bot) 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)

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

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.9.4
    • @rocket.chat/rest-typings@6.9.4
    • @rocket.chat/api-client@0.1.37
    • @rocket.chat/license@0.1.19
    • @rocket.chat/omnichannel-services@0.1.19
    • @rocket.chat/pdf-worker@0.0.43
    • @rocket.chat/presence@0.1.19
    • @rocket.chat/apps@0.0.10
    • @rocket.chat/core-services@0.3.19
    • @rocket.chat/cron@0.0.39
    • @rocket.chat/fuselage-ui-kit@7.0.4
    • @rocket.chat/gazzodown@7.0.4
    • @rocket.chat/model-typings@0.4.5
    • @rocket.chat/ui-contexts@7.0.4
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.0.43
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@3.0.4
    • @rocket.chat/ui-client@7.0.4
    • @rocket.chat/ui-video-conf@7.0.4
    • @rocket.chat/web-ui-registration@7.0.4
    • @rocket.chat/instance-status@0.0.43

6.8.4

24 Jul 15:41
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

  • Bump @rocket.chat/meteor version.

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

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.8.4
    • @rocket.chat/rest-typings@6.8.4
    • @rocket.chat/api-client@0.1.36
    • @rocket.chat/license@0.1.18
    • @rocket.chat/omnichannel-services@0.1.18
    • @rocket.chat/pdf-worker@0.0.42
    • @rocket.chat/presence@0.1.18
    • @rocket.chat/apps@0.0.9
    • @rocket.chat/core-services@0.3.18
    • @rocket.chat/cron@0.0.38
    • @rocket.chat/gazzodown@6.0.4
    • @rocket.chat/model-typings@0.4.4
    • @rocket.chat/ui-contexts@6.0.4
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/fuselage-ui-kit@6.0.4
    • @rocket.chat/models@0.0.42
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@2.0.4
    • @rocket.chat/ui-client@6.0.4
    • @rocket.chat/ui-video-conf@6.0.4
    • @rocket.chat/web-ui-registration@6.0.4
    • @rocket.chat/instance-status@0.0.42

6.7.6

24 Jul 15:40
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

  • Bump @rocket.chat/meteor version.

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

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.7.6
    • @rocket.chat/rest-typings@6.7.6
    • @rocket.chat/api-client@0.1.35
    • @rocket.chat/license@0.1.17
    • @rocket.chat/omnichannel-services@0.1.17
    • @rocket.chat/pdf-worker@0.0.41
    • @rocket.chat/presence@0.1.17
    • @rocket.chat/apps@0.0.8
    • @rocket.chat/core-services@0.3.17
    • @rocket.chat/cron@0.0.37
    • @rocket.chat/gazzodown@5.0.6
    • @rocket.chat/model-typings@0.3.13
    • @rocket.chat/ui-contexts@5.0.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/fuselage-ui-kit@5.0.6
    • @rocket.chat/models@0.0.41
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@1.0.6
    • @rocket.chat/ui-client@5.0.6
    • @rocket.chat/ui-video-conf@5.0.6
    • @rocket.chat/web-ui-registration@5.0.6
    • @rocket.chat/instance-status@0.0.41

6.6.11

24 Jul 15:40
Compare
Choose a tag to compare

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

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

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.6.11
    • @rocket.chat/rest-typings@6.6.11
    • @rocket.chat/api-client@0.1.33
    • @rocket.chat/license@0.1.15
    • @rocket.chat/omnichannel-services@0.1.15
    • @rocket.chat/pdf-worker@0.0.39
    • @rocket.chat/presence@0.1.15
    • @rocket.chat/core-services@0.3.15
    • @rocket.chat/cron@0.0.35
    • @rocket.chat/gazzodown@4.0.11
    • @rocket.chat/model-typings@0.3.11
    • @rocket.chat/ui-contexts@4.0.11
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/fuselage-ui-kit@4.0.11
    • @rocket.chat/models@0.0.39
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-client@4.0.11
    • @rocket.chat/ui-video-conf@4.0.11
    • @rocket.chat/web-ui-registration@4.0.11
    • @rocket.chat/instance-status@0.0.39

6.10.0

10 Jul 02:18
Compare
Choose a tag to compare

Engine versions

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

What’s New

We've enhanced our security features with end-to-end encryption (E2EE) updates, including async key distribution, and disabled unnecessary menu items for encrypted messages. E2EE is currently in beta, but we’re still busy adding features and making adjustments, so stay tuned! Additionally, our UI got a boost with improved message readability, a new "Pending Users" tab, and better LDAP sync performance.

Minor Changes

  • (#32471) Removed "Unknown media type" errors on the client side by using application/octet-stream as a fallback media type (MIME type) for all files

  • (#31859) Introduced the use of the API_User_Limit setting to limit amount of members to simultaneously auto-join a room in a team

  • (#32551) Implement E2EE warning callouts letting users know that encrypted messages can't be searched and auditted on search contextual bar and audit panel.

  • (#32446) Added E2EE room setup header, with just limited functionality and room actions.

  • (#32552) Fixed an issue that would not allow the user to dismiss the closeToSeatsLimit banner for old workspaces

  • (#31987) Implemented a new "Pending Users" tab on the users page to list users who have not yet been activated and/or have not logged in for the first time.
    Additionally, added a "Pending Action" column to aid administrators in identifying necessary actions for each user. Incorporated a "Reason for Joining" field
    into the user info contextual bar, along with a callout for exceeding the seats cap in the users page header. Finally, introduced a new logic to disable user creation buttons upon surpassing the seats cap.

  • (#32316) Support encrypted files on end-to-end encrypted rooms.

  • (#32436) Added a "LDAP group validation strategy" setting to LDAP channels and roles sync in order to enable faster syncs

  • (#32605) Moves the quotes to be on top of the message for better readability

  • (#32197) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can recieve keys even when they are not online.

  • (#32559) Disable "Reply in direct message", "Copy link" and "Forward message" message menu items for encrypted messages as they don't apply to encrypted messages and also disable apps menu items and show a warning.

  • (#32040) Introduced a new setting which doesn't allow users to access encrypted rooms until E2EE is configured and also doesn't allow users to send un-encrypted messages in encrypted rooms.

    New room setup for E2EE feature which helps users to setup their E2EE keys and introduced states to E2EE feature.

  • (#32604) Upgrades fuselage-toastbar version in order to add RTL support to the component

  • (#31974) Clicking on a message attachment link in the Desktop App will now initiate a direct download of the attachment only when the attachment is not a PDF file

  • (#31821) New runtime for apps in the Apps-Engine based on the Deno platform

  • (#32425) Added the possibility to choose the time unit (days, hours, minutes) to the global retention policy settings

Bug Fixes

We resolved several issues to make your experience smoother, such as fixing file upload settings, improving retention policy warnings, and correcting UI permission checks. Also, we addressed problems with encrypted message handling and stream recreation after login, ensuring a seamless and secure user experience.

Patch Changes

  • (#32579) Improved Retention Policy Warning messages

  • (#32152 by @AllanPazRibeiro) Resolved an issue with the room type filter not being reset after navigating between admin sections.

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

  • Bump @rocket.chat/meteor version.

  • (#32478) Fixed "File Upload > Accepted Media Types" setting to allow all type of files uploads

  • (#32489) Fixed streams being called when the user is not logged in

  • (#32610) Fixes the supported versions problem, where in most cases the data chosen was the oldest

  • (#32696) Added the allowDiskUse option to the users page queries so that if the mongodb memory threshold is exceeded it will use disk space instead of throwing an error.

  • (#32376) Fixed an issue with how the UI checked for permissions when deciding if editing or deleting a message by moderators users

  • (#32459) Prevent usage of OTR messages with End-to-end Encryption, both feature shouldn't and can't work together.

  • (#32563) fixes not being able to reinstall app after installation failure

  • (#32499) Fixed codeBlock styles in light mode

  • (#32380) Decrypt pinned encrypted messages in the chat and pinned messages contextual bar.

  • (#32175) Fixed "Take it" button behavior disabling it when agent status is set to offline

  • (#32472) When using DISABLE_DB_WATCHERS=true this fixes message updates with URLs that were missing the link preview.

  • (#32587) Fixes issues with loading license modules when loading the page while logged out

  • (#32452) Fixed 2 issues with QueueInactivityMonitor callback. This callback was in charge of scheduling the job that would close the inquiry, but it was checking on a property that didn't exist. This caused the callback to early return without scheduling the job, making the feature to not to work.

  • (#32522 by @AllanPazRibeiro) Changed streaming logic to prevent hidden system messages from being broadcasted through stream-room-messages.

  • (#32624) Fixed an issue where private encrypted room creation was being forced even when E2EE feature was disabled.

  • (#32428) Fixed an issue that allowed saveSettings method to save NaN values on numeric settings.

  • (#32640) Fixes the issue where the modal backdrop is overlapping the options of the Select component

  • (#32636) Fixed file name being incorrectly sent from the client when uploading assets

  • (#32431) Fixed last message preview in Sidebar for E2E Ecrypted channels

  • (#32547) Fixes the issue not allowing users without edit-room-retention-policy permission try to edit the room with the retention policy enabled

  • (#32653) Prevent E2EE key reset on startup due to possible race conditions

  • (#32625) Fixes an issue where settings code mirror is not being displayed correctly in full screen mode

  • (#32548) Disable slash commands in encrypted rooms and show a disabled warning.

  • (#32566) Fix the sorting by last chat in Contact Center table

  • (#32412) Fixes an issue not rendering the proper error and empty state on users in role table

  • (#32485) Adds the missing ignoreThreads param fixing the issue not allowing ignoring threads when overriding retention policy

  • (#31750) Don't show Join default channels option on edit user form.

  • (#32612) Fixes a cosmetic issue where emoji picker object and symbols category icon are swapped...

Read more

6.10.0-rc.7

09 Jul 20:57
Compare
Choose a tag to compare
6.10.0-rc.7 Pre-release
Pre-release

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.10.0-rc.7
    • @rocket.chat/rest-typings@6.10.0-rc.7
    • @rocket.chat/api-client@0.2.0-rc.7
    • @rocket.chat/license@0.2.0-rc.7
    • @rocket.chat/omnichannel-services@0.2.0-rc.7
    • @rocket.chat/pdf-worker@0.1.0-rc.7
    • @rocket.chat/presence@0.2.0-rc.7
    • @rocket.chat/apps@0.1.0-rc.7
    • @rocket.chat/core-services@0.4.0-rc.7
    • @rocket.chat/cron@0.1.0-rc.7
    • @rocket.chat/fuselage-ui-kit@8.0.0-rc.7
    • @rocket.chat/gazzodown@8.0.0-rc.7
    • @rocket.chat/model-typings@0.5.0-rc.7
    • @rocket.chat/ui-contexts@8.0.0-rc.7
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.1.0-rc.7
    • @rocket.chat/ui-theming@0.2.0-rc.0
    • @rocket.chat/ui-avatar@4.0.0-rc.7
    • @rocket.chat/ui-client@8.0.0-rc.7
    • @rocket.chat/ui-video-conf@8.0.0-rc.7
    • @rocket.chat/web-ui-registration@8.0.0-rc.7
    • @rocket.chat/instance-status@0.1.0-rc.7

6.10.0-rc.6

07 Jul 21:56
Compare
Choose a tag to compare
6.10.0-rc.6 Pre-release
Pre-release

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • (#32696) Added the allowDiskUse option to the users page queries so that if the mongodb memory threshold is exceeded it will use disk space instead of throwing an error.

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.10.0-rc.6
    • @rocket.chat/rest-typings@6.10.0-rc.6
    • @rocket.chat/api-client@0.2.0-rc.6
    • @rocket.chat/license@0.2.0-rc.6
    • @rocket.chat/omnichannel-services@0.2.0-rc.6
    • @rocket.chat/pdf-worker@0.1.0-rc.6
    • @rocket.chat/presence@0.2.0-rc.6
    • @rocket.chat/apps@0.1.0-rc.6
    • @rocket.chat/core-services@0.4.0-rc.6
    • @rocket.chat/cron@0.1.0-rc.6
    • @rocket.chat/fuselage-ui-kit@8.0.0-rc.6
    • @rocket.chat/gazzodown@8.0.0-rc.6
    • @rocket.chat/model-typings@0.5.0-rc.6
    • @rocket.chat/ui-contexts@8.0.0-rc.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.1.0-rc.6
    • @rocket.chat/ui-theming@0.2.0-rc.0
    • @rocket.chat/ui-avatar@4.0.0-rc.6
    • @rocket.chat/ui-client@8.0.0-rc.6
    • @rocket.chat/ui-video-conf@8.0.0-rc.6
    • @rocket.chat/web-ui-registration@8.0.0-rc.6
    • @rocket.chat/instance-status@0.1.0-rc.6