-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 7.2.0 #34279
base: master
Are you sure you want to change the base?
Release 7.2.0 #34279
Conversation
…om 2.29.4 to 2.30.1 (#33964) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Douglas Gubert <[email protected]> Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: Tasso <[email protected]>
Co-authored-by: Tasso <[email protected]>
Co-authored-by: Tasso <[email protected]>
Co-authored-by: Tasso <[email protected]>
Co-authored-by: Tasso <[email protected]>
Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Douglas Fabris <[email protected]>
) Co-authored-by: Douglas Fabris <[email protected]>
…k integration panel (#34085) Co-authored-by: Guilherme Gazzo <[email protected]>
Co-authored-by: gabriellsh <[email protected]>
…33895) Co-authored-by: Pierre Lehnen <[email protected]> Co-authored-by: Douglas Fabris <[email protected]>
Co-authored-by: Diego Sampaio <[email protected]> Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: gabriellsh <[email protected]>
… without showing why. (#34165)
🦋 Changeset detectedLatest commit: 3bc51d9 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #34279 +/- ##
==========================================
- Coverage 59.32% 59.28% -0.04%
==========================================
Files 2818 2820 +2
Lines 67861 67932 +71
Branches 15079 15102 +23
==========================================
+ Hits 40260 40275 +15
- Misses 24766 24831 +65
+ Partials 2835 2826 -9
Flags with carried forward coverage won't be shown. Click here to find out more. |
You can see below a preview of the release change log:
7.2.0
Engine versions
20.18.0
5.0, 6.0, 7.0
1.48.1
Minor Changes
(#34194) Adds a new
contacts.checkExistence
endpoint, which allows identifying whether there's already a registered contact using a given email, phone, id or visitor to source association.(#34004) Allows Rocket.Chat to store call events.
(#33895) Adds statistics related to the new Contact Identification feature:
totalContacts
: Total number of contacts;totalUnknownContacts
: Total number of unknown contacts;totalMergedContacts
: Total number of merged contacts;totalConflicts
: Total number of merge conflicts;totalResolvedConflicts
: Total number of resolved conflicts;totalBlockedContacts
: Total number of blocked contacts;totalPartiallyBlockedContacts
: Total number of partially blocked contacts;totalFullyBlockedContacts
: Total number of fully blocked contacts;totalVerifiedContacts
: Total number of verified contacts;avgChannelsPerContact
: Average number of channels per contact;totalContactsWithoutChannels
: Number of contacts without channels;totalImportedContacts
: Total number of imported contacts;totalUpsellViews
: Total number of "Advanced Contact Management" Upsell CTA views;totalUpsellClicks
: Total number of "Advanced Contact Management" Upsell CTA clicks;(#34220) Disables OTR messages selection when exporting messages
(#34121) Organizes App Settings interface by introducing section-based accordion groups to improve navigation and readability for administrators.
(#34076) Introduces a new option when exporting messages, allowing users to select and download a JSON file directly from client
(#34057) Improves the workspace and subscription admin pages by updating font scaling, centralizing elements,
enhancing responsiveness, and refactoring components to provide a better overall user experience.
(#33549) Adds a new callout in the subscription page to inform users of subscription upgrade eligibility when applicable.
Patch Changes
(#34205) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed
(#34137) Fixes Unit's
numDepartments
property not being updated after a department is removed(#34038) Removes a validation that allowed only the room creator to propagate E2EE room keys. This was causing issues when the rooms were created via apps or some other integration, as the creator may not be online or able to create E2EE keys
(#34089) Fixed an issue that caused clients to not properly receive certain server notifications right after login
(#34013) Fixes issue that caused the livechat appearance form not be able to submit on CE servers
(#33873) Fixes the incorrect registration status shown on admin users page for federated remote users.
(#34156) Fixes "Average first response time" and "Best first response time" metrics being associated with the last agent who served the room (instead of the first one)
(#33280) Fixes an issue preventing the creation of normal direct message rooms due to an invalid federation configuration, allowing proper room creation under standard settings.
(#34187) Adds support for
Use Full Name Initials to Generate Default Avatar
setting for the generated avatar preview button when editing an User's avatar(#34130) Fixes an issue where room members menu doesn't display properly without enough space
(#34079) Fixes missing images in Twitter article links to ensure proper display by relying on meta tags.
(#34205) Fixes error propagation when trying to get the status of apps in some cases
(#33253) Fixes an issue with Federation startup where the bridge would intermittently fail to start causing error being shown "Matrix Bridge isn't running yet".
(#34062) Fixes condition causing Omnichannel queue to start more than once.
(#34197) fixes "Change to language" button in login page not displaying the target language
(#34148) Fixes messages not being processed for all slack servers
(#34060) Fixes an issue where premium settings were using the wrong
Tag
variant in Omnichannel Appearance configuration(#34215) Fixes a UI issue that showed the incorrect migration number on the
Information
page. This was caused by a function calculating the stats before the server had migrated the database and updated the control.(#34124) Allows default avatars to be generated with more than one inital (limited to first 3) when setting
Use Full Name Initials to Generate Default Avatar
is true.(#34165) Fixes an issue where removing the only message of a thread would keep the unread thread messages badge
(#34109) Fixes
im.counters
endpoint returningnull
onunread
messages property for users that have never opened the queried DM(#34205) Fixes wrong data being reported to total failed apps metrics and statistics
(#34080) Fixes sidepanel list not sorting by last message inside thread
(#34092) fixes mail export form "To additional emails" field validation
(#34174) Fixed an issue that added potencially infinite callbacks to the same event, degrading performance over time.
(#34127) Fixes a behavior of the mentions parser that identified mentions inside markdown links text. Now, these components will be removed from the text before trying to parse mentions.
(#34217) Fixes an issue where the update banner wasn't showing the new version number
(#34101) Fixes an issue which caused action menu to be clipped in moderation page on smaller screens for better usability.
(#33906 by @thepiyush-303) Sorts the list of language options by name correctly
(#34068) fixed an issue that caused the conference call ringer to fail to accept calls if the user logged out and in again
(#34000) Fixes special characters not being escaped on sidepanel extended view
(#34209) Fixed the data structure of the features preview
(#34139) Fixes contact update failing in case a custom field is removed from the workspace
(#34202) Fixes an issue where the notification sound was playing randomly
Updated dependencies [b845fc0, 76f6239, f11efb4, eb794b7, f23e711, 47f24c2, f623260, 76f6239, f623260, f90b1c9, a129e3e, 475120d, b7e1dd3, 2e4af86, 76f6239, f623260, 2d41274, be2ede4, 75a14b2, f623260]: