Skip to content

6.13.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rocketchat-github-ci rocketchat-github-ci released this 20 Sep 00:47
· 33 commits to develop since this 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