-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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 6.9.0 #32460
Release 6.9.0 #32460
Conversation
…user without permissions (#32289)
… of missing setting (#32182)
…32348) Co-authored-by: Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
Co-authored-by: Diego Sampaio <8591547+sampaiodiego@users.noreply.github.com>
…32193) Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>
…bigger than NATS max payload (#32318)
Co-authored-by: Diego Sampaio <8591547+sampaiodiego@users.noreply.github.com>
Co-authored-by: Kevin Aleman <11577696+KevLehman@users.noreply.github.com>
…s (livechat client) (#32233)
Co-authored-by: Douglas Fabris <27704687+dougfabris@users.noreply.github.com>
🦋 Changeset detectedLatest commit: dbf8bdc 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 #32460 +/- ##
==========================================
+ Coverage 55.00% 56.00% +1.00%
==========================================
Files 2314 2431 +117
Lines 51082 53555 +2473
Branches 10378 11028 +650
==========================================
+ Hits 28097 29993 +1896
- Misses 20540 20959 +419
- Partials 2445 2603 +158
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:
6.9.0
Engine versions
14.21.3
4.4, 5.0, 6.0
1.42.2
Minor Changes
(#31917) Introduced a tab layout to the users page and implemented a tab called "All" that lists all users.
(#32439) Allow visitors & integrations to access downloaded files after a room has closed. This was a known limitation in our codebase, where visitors were only able to access uploaded files in a livechat conversation while the conversation was open.
(#32233) Makes the triggers fired by the condition
after-guest-registration
persist on the livechat client, it will persist through reloads and pagination, only reseting when a conversation is closed (no changes were done on the agent side of the conversation)(#32193) Adds CheckOption to departments multi selects improving options visibility state
(#32317) Replace the read receipt receipt indicator in order to improve the accessibility complience
(#32341) Changes the scrollbar color in order to improve the contrast and accessibility compliance
(#32298) Added "Rocket.Chat Cloud Workspace ID" to workspace statistics page
Patch Changes
(#32393) Fixed an issue causing monitors to dissapear from a saved unit every time a user saved the item. This was caused by the UI not sending the correct _id of the monitors that were already saved, and this caused the Backend to ignore them and remove from the list.
(#31695) Fix an issue where read receipts menu item wasn't considering the enabled setting to be displayed
Bump @rocket.chat/meteor version.
(#32454) Fixes an issue not allowing override retention policy in channels
(#32444) Fixed an issue that prevented CAS users from being merged with existing user data on login
(#32289) Fixed a problem in how server was processing errors that was sending 2 ephemeral error messages when @ALL or @here were used while they were disabled via permissions
(#32348) Fixed an issue where translations would fallback to english some of the times.
(#32182) Fixed an issue with object storage settings that was not allowing admins to decide if files generated via "Export conversation" feature were being proxied through server or not.
(#32311) Fixed multiple issues with PDF generation logic when a quoted message was too big to fit in one single page. This was causing an internal infinite loop within the library (as it tried to make it fit, failing and then trying to fit on next page where the same happened thus causing a loop).
The library was not able to break down some nested views and thus was trying to fit the whole quote on one single page. Logic was updated to allow wrapping of the contents when messages are quoted (so they can span multiple lines) and removed a bunch of unnecesary views from the code.
(#32364) Fixed issue with "Export room as file" feature (
rooms.export
endpoint) generating an empty export when given an invalid date(#32314) Fixed an issue on Users converter that was not returning the
statusText
property from users even when the typing indicated property existed.(#32500) Fix user not being set as online when setting "Use REST instead of websocket for Meteor calls" is disabled
(#32391) Fixes link image preview not opening in gallery mode
(#32318) Fixed error handling for files bigger than NATS max allowed payload. This should prevent PDFs from erroring out when generating from rooms that contain heavy images.
(#32479) Executing a logout and login action in the same "tab/instance", some streams were not being recreated, causing countless types of bugs.
PS: as a workaround reloading after logout or login in also solves the problem.
(#32345) Replaces the burger menu with an appropriate button fixing the semantics and mismatching color
(#32414) Fixes the missing spacing on don`t ask again checkbox inside modals
(#32269) Fixed a bad behavior with the interaction between OTR system messages & trash collection. We use trash collection as a temporary storage that holds recently deleted items from some collections. Messages is one of those. This was causing "User joined OTR" messages to be viewable when querying the trash collection.
Since OTR messages are by definition private, code was updated to bypass trash collection when removing these special messages.
Note: this only applies to these system messages. OTR user's messages are not stored on the database.
(#32415) This fuselage`s bump fixes:
Bubble
missing font-familymore details
(#32398) Fixed issue with external users being able to reset their passwords even when the "Allow Password Change for OAuth Users" setting is disabled
(#32284) fixed Engagement Dashboard and Device Management admin pages loading indefinitely
(#32342) bump fuselage adding
AttachmentAuthorName
missing color tokenUpdated dependencies [ff4e396, bc50dd5, ad86761, f83bd56, 6205ef1, 724ba3a, ee5cdfc, 70ab2a7]: