Skip to content

7.1.0

Latest
Compare
Choose a tag to compare
@rocketchat-github-ci rocketchat-github-ci released this 04 Dec 00:23
· 52 commits to develop since this release

Summary

What's new

The Single Contact ID add-on brings a suite of new improvements, enhancing contact management by unifying recognition across channels (email, chat, social media) through identity verification apps for seamless and secure communication. The search endpoint now defaults to locating verified contacts, with an option to include unverified ones. Thread metrics have been revamped with a cleaner layout, including avatars and improved titles. Additionally, the Apps-Engine runtime introduces support for custom timeouts via the APPS_ENGINE_RUNTIME_TIMEOUT variable, extending the pre-app event timeout from 1 second to 30 seconds for environments with longer processing needs.

Bug fixes

Resolved issues include admin panel crashes, undefined agent errors, custom emoji display problems, and incorrect team-channel labeling. The Waiting Queue now queues rooms accurately, missing translations in the Setup Wizard are fixed, and Apps-Engine runtime and team voice call issues have been addressed for improved performance.

For further details, check out the release notes.

Engine versions

  • Node: 20.18.0
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.48.0

Minor Changes

  • (#33897) adds unread badge to sidebar collapser

  • (#32906) Improves thread metrics featuring user avatars, better titles and repositioned elements.

  • (#33810) Adds cursor pagination on chat.syncMessages endpoint

  • (#33214) Adds a new route to allow fetching avatars by the user's id /avatar/uid/<UserID>

  • (#32727) These changes aims to add:

    • A brand-new omnichannel contact profile
    • The ability to communicate with known contacts only
    • Communicate with verified contacts only
    • Merge verified contacts across different channels
    • Block contact channels
    • Resolve conflicting contact information when registered via different channels
    • An advanced contact center filters
  • (#33920) Improves the customizability of the naming of automatic Persistent video calls discussions, allowing the date of the call to be in different parts of the name, using the [date] keyword.

  • (#33997) Prevent apps' subprocesses from crashing on unhandled rejections or uncaught exceptions

  • (#33814) Adds a confirmation modal to the cancel subscription action

  • (#33949) Disables the possiblity to upload exempted apps

Patch Changes