Skip to content
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

Merged
merged 62 commits into from
Jun 2, 2024
Merged

Release 6.9.0 #32460

merged 62 commits into from
Jun 2, 2024

Conversation

rocketchat-github-ci
Copy link
Collaborator

@rocketchat-github-ci rocketchat-github-ci commented May 21, 2024

You can see below a preview of the release change log:

6.9.0

Engine versions

  • Node: 14.21.3
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 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:

    • The message toolbar visibility on hover (Firefox ESR)
    • Bubble missing font-family

    more 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 token

  • Updated dependencies [ff4e396, bc50dd5, ad86761, f83bd56, 6205ef1, 724ba3a, ee5cdfc, 70ab2a7]:

ggazzo and others added 30 commits April 24, 2024 09:42
@rocketchat-github-ci rocketchat-github-ci requested review from a team as code owners May 21, 2024 12:58
Copy link

changeset-bot bot commented May 21, 2024

🦋 Changeset detected

Latest commit: dbf8bdc

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When 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

Copy link
Contributor

dionisio-bot bot commented May 21, 2024

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 54.70588% with 231 lines in your changes are missing coverage. Please review.

Project coverage is 56.00%. Comparing base (87005cb) to head (dbf8bdc).

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
unit 72.31% <43.84%> (-3.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@ggazzo ggazzo merged commit b736cd1 into master Jun 2, 2024
47 of 54 checks passed
@ggazzo ggazzo deleted the release-6.9.0 branch June 2, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.