Skip to content

Releases: RocketChat/Rocket.Chat

6.13.0-rc.0

20 Sep 00:47
Compare
Choose a tag to compare
6.13.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.868

Minor Changes

  • (#33156) added sidepanelNavigation to feature preview list

  • (#32682) Added support for specifying a unit on departments' creation and update

  • (#33139) Added new setting Allow visitors to finish conversations that allows admins to decide if omnichannel visitors can close a conversation or not. This doesn't affect agent's capabilities of room closing, neither apps using the livechat bridge to close rooms.
    However, if currently your integration relies on livechat/room.close endpoint for closing conversations, it's advised to use the authenticated version livechat/room.closeByUser of it before turning off this setting.

  • (#32729) Implemented "omnichannel/contacts.update" endpoint to update contacts

  • (#32510) Added a new setting to enable mentions in end to end encrypted channels

  • (#32821) Replaced new SidebarV2 components under feature preview

  • (#33011) Return parent and team information when calling rooms.info endpoint

  • (#32693) Introduced "create contacts" endpoint to omnichannel

  • (#33177) New teams.listChildren endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.

  • (#33114) Wraps some room settings in an accordion advanced settings section in room edit contextual bar to improve organization

  • (#33160) Implemented sending email via apps

  • (#32945) Added a new setting which allows workspace admins to disable email two factor authentication for SSO (OAuth) users. If enabled, SSO users won't be asked for email two factor authentication.

  • (#33225) Implemented new feature preview for Sidepanel

Patch Changes

  • (#33317) Fixed error during sendmessage client stub

  • (#33211) Allow to use the token from room.v when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the room.v token.

  • (#33298) Fixed a Federation callback not awaiting db call

  • (#32939) Fixed issue where when you marked a room as unread and you were part of it, sometimes it would mark it as read right after

  • (#33197) Fixes an issue where the retention policy warning keep displaying even if the retention is disabled inside the room

  • (#33321) Changed the contextualbar behavior based on chat size instead the viewport

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

  • (#32999) Fixes multiple selection for MultiStaticSelectElement in UiKit

  • (#33155) Fixed a code issue on NPS service. It was passing startAt as the expiration date when creating a banner.

  • (#33237) fixed retention policy max age settings not being respected after upgrade

  • (#33216) Prevented uiInteraction to subscribe multiple times

  • (#33295) Resolves the issue where outgoing integrations failed to trigger after the version 6.12.0 upgrade by correcting the parameter order from the afterSaveMessage callback to listener functions. This ensures the correct room information is passed, restoring the functionality of outgoing webhooks, IRC bridge, Autotranslate, and Engagement Dashboard.

  • (#33193) Fixed avatar blob image setting in setUserAvatar method by correcting service handling logic.

  • (#33209) Fixed LivechatSessionTaken webhook event being called without the agent param, which represents the agent serving the room.

  • (#33296) Fixed remaining direct references to external user avatar URLs

    Fixed local avatars having priority over external provider

    It mainly corrects the behavior of E2E encryption messages and desktop notifications.

  • (#33157 by @csuadev) Fixed inconsistency between the markdown parser from the composer and the rest of the application when using bold and italics in a text.

  • (#33181) Fixed issue that caused an infinite loading state when uploading a private app to Rocket.Chat

  • (#33158) Fixes an issue where multi-step modals were closing unexpectedly

  • Updated dependencies [bb94c9c, 9a38c8e, 5997627, 7c14fd1, 9eaefdc, 274f4f5, cd0d500, 78e6ba4, 532f088, 79c16d3, 927710d, 3a161c4, 0f21fa0, 12d6307]:
    • @rocket.chat/ui-client@11.0.0-rc.0
    • @rocket.chat/i18n@0.8.0-rc.0
    • @rocket.chat/model-typings@0.8.0-rc.0
    • @rocket.chat/rest-typings@6.13.0-rc.0
    • @rocket.chat/fuselage-ui-kit@11.0.0-rc.0
    • @rocket.chat/core-typings@6.13.0-rc.0
    • @rocket.chat/ui-theming@0.3.0-rc.0
    • @rocket.chat/ui-video-conf@11.0.0-rc.0
    • @rocket.chat/ui-composer@0.3.0-rc.0
    • @rocket.chat/gazzodown@11.0.0-rc.0
    • @rocket.chat/ui-avatar@7.0.0-rc.0
    • @rocket.chat/core-services@0.7.0-rc.0
    • @rocket.chat/message-parser@0.31.30-rc.0
    • @rocket.chat/models@0.3.0-rc.0
    • @rocket.chat/web-ui-registration@11.0.0-rc.0
    • @rocket.chat/ui-contexts@11.0.0-rc.0
    • @rocket.chat/omnichannel-services@0.3.4-rc.0
    • @rocket.chat/apps@0.1.7-rc.0
    • @rocket.chat/presence@0.2.7-rc.0
    • @rocket.chat/api-client@0.2.7-rc.0
    • @rocket.chat/license@0.2.7-rc.0
    • @rocket.chat/pdf-worker@0.2.4-rc.0
    • @rocket.chat/cron@0.1.7-rc.0
    • @rocket.chat/instance-status@0.1.7-rc.0
    • @rocket.chat/server-cloud-communication@0.0.2

6.12.1

13 Sep 15:15
Compare
Choose a tag to compare

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#33242 by @dionisio-bot) Allow to use the token from room.v when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the room.v token.

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

  • (#33265 by @dionisio-bot) fixed retention policy max age settings not being respected after upgrade

  • Updated dependencies [3cbb9f6]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.6.1
    • @rocket.chat/core-typings@6.12.1
    • @rocket.chat/gazzodown@10.0.1
    • @rocket.chat/rest-typings@6.12.1
    • @rocket.chat/omnichannel-services@0.3.4
    • @rocket.chat/presence@0.2.7
    • @rocket.chat/license@0.2.7
    • @rocket.chat/pdf-worker@0.2.4
    • @rocket.chat/api-client@0.2.7
    • @rocket.chat/apps@0.1.7
    • @rocket.chat/cron@0.1.7
    • @rocket.chat/fuselage-ui-kit@10.0.1
    • @rocket.chat/model-typings@0.7.1
    • @rocket.chat/ui-contexts@10.0.1
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.2.4
    • @rocket.chat/ui-theming@0.2.1
    • @rocket.chat/ui-avatar@6.0.1
    • @rocket.chat/ui-client@10.0.1
    • @rocket.chat/ui-video-conf@10.0.1
    • @rocket.chat/web-ui-registration@10.0.1
    • @rocket.chat/instance-status@0.1.7

6.11.3

13 Sep 16:25
Compare
Choose a tag to compare

Engine versions

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

Patch Changes

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#33244 by @dionisio-bot) Allow to use the token from room.v when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the room.v token.

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

  • (#33266 by @dionisio-bot) fixed retention policy max age settings not being respected after upgrade

  • Updated dependencies [f07a6cd]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.5.3
    • @rocket.chat/core-typings@6.11.3
    • @rocket.chat/gazzodown@9.0.3
    • @rocket.chat/rest-typings@6.11.3
    • @rocket.chat/omnichannel-services@0.3.3
    • @rocket.chat/presence@0.2.6
    • @rocket.chat/api-client@0.2.6
    • @rocket.chat/license@0.2.6
    • @rocket.chat/pdf-worker@0.2.3
    • @rocket.chat/apps@0.1.6
    • @rocket.chat/cron@0.1.6
    • @rocket.chat/fuselage-ui-kit@9.0.3
    • @rocket.chat/model-typings@0.6.3
    • @rocket.chat/ui-contexts@9.0.3
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.2.3
    • @rocket.chat/ui-theming@0.2.0
    • @rocket.chat/ui-avatar@5.0.3
    • @rocket.chat/ui-client@9.0.3
    • @rocket.chat/ui-video-conf@9.0.3
    • @rocket.chat/web-ui-registration@9.0.3
    • @rocket.chat/instance-status@0.1.6

6.10.6

13 Sep 17:58
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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

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

  • (#33267 by @dionisio-bot) fixed retention policy max age settings not being respected after upgrade

  • Updated dependencies [a45b88c]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.4.6
    • @rocket.chat/core-typings@6.10.6
    • @rocket.chat/gazzodown@8.0.6
    • @rocket.chat/rest-typings@6.10.6
    • @rocket.chat/omnichannel-services@0.2.6
    • @rocket.chat/presence@0.2.6
    • @rocket.chat/api-client@0.2.6
    • @rocket.chat/license@0.2.6
    • @rocket.chat/pdf-worker@0.1.6
    • @rocket.chat/apps@0.1.6
    • @rocket.chat/cron@0.1.6
    • @rocket.chat/fuselage-ui-kit@8.0.6
    • @rocket.chat/model-typings@0.5.6
    • @rocket.chat/ui-contexts@8.0.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.1.6
    • @rocket.chat/ui-theming@0.2.0
    • @rocket.chat/ui-avatar@4.0.6
    • @rocket.chat/ui-client@8.0.6
    • @rocket.chat/ui-video-conf@8.0.6
    • @rocket.chat/web-ui-registration@8.0.6
    • @rocket.chat/instance-status@0.1.6

6.9.7

13 Sep 18:56
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.

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

  • Updated dependencies [07c625c]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.3.22
    • @rocket.chat/core-typings@6.9.7
    • @rocket.chat/gazzodown@7.0.7
    • @rocket.chat/rest-typings@6.9.7
    • @rocket.chat/omnichannel-services@0.1.22
    • @rocket.chat/presence@0.1.22
    • @rocket.chat/api-client@0.1.40
    • @rocket.chat/license@0.1.22
    • @rocket.chat/pdf-worker@0.0.46
    • @rocket.chat/apps@0.0.13
    • @rocket.chat/cron@0.0.42
    • @rocket.chat/fuselage-ui-kit@7.0.7
    • @rocket.chat/model-typings@0.4.8
    • @rocket.chat/ui-contexts@7.0.7
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.0.46
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@3.0.7
    • @rocket.chat/ui-client@7.0.7
    • @rocket.chat/ui-video-conf@7.0.7
    • @rocket.chat/web-ui-registration@7.0.7
    • @rocket.chat/instance-status@0.0.46

6.8.7

13 Sep 20:42
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.

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

  • Updated dependencies [9a68735]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.3.21
    • @rocket.chat/core-typings@6.8.7
    • @rocket.chat/gazzodown@6.0.7
    • @rocket.chat/rest-typings@6.8.7
    • @rocket.chat/omnichannel-services@0.1.21
    • @rocket.chat/presence@0.1.21
    • @rocket.chat/api-client@0.1.39
    • @rocket.chat/license@0.1.21
    • @rocket.chat/pdf-worker@0.0.45
    • @rocket.chat/apps@0.0.12
    • @rocket.chat/cron@0.0.41
    • @rocket.chat/model-typings@0.4.7
    • @rocket.chat/ui-contexts@6.0.7
    • @rocket.chat/fuselage-ui-kit@6.0.7
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.0.45
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@2.0.7
    • @rocket.chat/ui-client@6.0.7
    • @rocket.chat/ui-video-conf@6.0.7
    • @rocket.chat/web-ui-registration@6.0.7
    • @rocket.chat/instance-status@0.0.45

6.7.9

13 Sep 20:43
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.

  • Bump @rocket.chat/meteor version.

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

  • Updated dependencies [f7a6d92]:
    • @rocket.chat/message-parser@0.31.30
    • @rocket.chat/core-services@0.3.20
    • @rocket.chat/core-typings@6.7.9
    • @rocket.chat/gazzodown@5.0.9
    • @rocket.chat/rest-typings@6.7.9
    • @rocket.chat/omnichannel-services@0.1.20
    • @rocket.chat/presence@0.1.20
    • @rocket.chat/api-client@0.1.38
    • @rocket.chat/license@0.1.20
    • @rocket.chat/pdf-worker@0.0.44
    • @rocket.chat/apps@0.0.11
    • @rocket.chat/cron@0.0.40
    • @rocket.chat/model-typings@0.3.16
    • @rocket.chat/ui-contexts@5.0.9
    • @rocket.chat/fuselage-ui-kit@5.0.9
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.0.44
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@1.0.9
    • @rocket.chat/ui-client@5.0.9
    • @rocket.chat/ui-video-conf@5.0.9
    • @rocket.chat/web-ui-registration@5.0.9
    • @rocket.chat/instance-status@0.0.44

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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

  • (#33085 by @dionisio-bot) Prevent processRoomAbandonment callback from erroring out when a room was inactive during a day Business Hours was not configured for.

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

  • (#33130 by @dionisio-bot) 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 []:
    • @rocket.chat/core-typings@6.10.5
    • @rocket.chat/rest-typings@6.10.5
    • @rocket.chat/api-client@0.2.5
    • @rocket.chat/license@0.2.5
    • @rocket.chat/omnichannel-services@0.2.5
    • @rocket.chat/pdf-worker@0.1.5
    • @rocket.chat/presence@0.2.5
    • @rocket.chat/apps@0.1.5
    • @rocket.chat/core-services@0.4.5
    • @rocket.chat/cron@0.1.5
    • @rocket.chat/fuselage-ui-kit@8.0.5
    • @rocket.chat/gazzodown@8.0.5
    • @rocket.chat/model-typings@0.5.5
    • @rocket.chat/ui-contexts@8.0.5
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.1.5
    • @rocket.chat/ui-theming@0.2.0
    • @rocket.chat/ui-avatar@4.0.5
    • @rocket.chat/ui-client@8.0.5
    • @rocket.chat/ui-video-conf@8.0.5
    • @rocket.chat/web-ui-registration@8.0.5
    • @rocket.chat/instance-status@0.1.5

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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.9.6
    • @rocket.chat/rest-typings@6.9.6
    • @rocket.chat/api-client@0.1.39
    • @rocket.chat/license@0.1.21
    • @rocket.chat/omnichannel-services@0.1.21
    • @rocket.chat/pdf-worker@0.0.45
    • @rocket.chat/presence@0.1.21
    • @rocket.chat/apps@0.0.12
    • @rocket.chat/core-services@0.3.21
    • @rocket.chat/cron@0.0.41
    • @rocket.chat/fuselage-ui-kit@7.0.6
    • @rocket.chat/gazzodown@7.0.6
    • @rocket.chat/model-typings@0.4.7
    • @rocket.chat/ui-contexts@7.0.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/models@0.0.45
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@3.0.6
    • @rocket.chat/ui-client@7.0.6
    • @rocket.chat/ui-video-conf@7.0.6
    • @rocket.chat/web-ui-registration@7.0.6
    • @rocket.chat/instance-status@0.0.45

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

  • Bump @rocket.chat/meteor version.

  • Bump @rocket.chat/meteor version.

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

  • Updated dependencies []:
    • @rocket.chat/core-typings@6.8.6
    • @rocket.chat/rest-typings@6.8.6
    • @rocket.chat/api-client@0.1.38
    • @rocket.chat/license@0.1.20
    • @rocket.chat/omnichannel-services@0.1.20
    • @rocket.chat/pdf-worker@0.0.44
    • @rocket.chat/presence@0.1.20
    • @rocket.chat/apps@0.0.11
    • @rocket.chat/core-services@0.3.20
    • @rocket.chat/cron@0.0.40
    • @rocket.chat/gazzodown@6.0.6
    • @rocket.chat/model-typings@0.4.6
    • @rocket.chat/ui-contexts@6.0.6
    • @rocket.chat/server-cloud-communication@0.0.2
    • @rocket.chat/fuselage-ui-kit@6.0.6
    • @rocket.chat/models@0.0.44
    • @rocket.chat/ui-theming@0.1.2
    • @rocket.chat/ui-avatar@2.0.6
    • @rocket.chat/ui-client@6.0.6
    • @rocket.chat/ui-video-conf@6.0.6
    • @rocket.chat/web-ui-registration@6.0.6
    • @rocket.chat/instance-status@0.0.44