-
Notifications
You must be signed in to change notification settings - Fork 11k
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.11.2 #33087
Release 6.11.2 #33087
Conversation
🦋 Changeset detectedLatest commit: a9b1ca8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
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 #33087 +/- ##
==========================================
- Coverage 56.78% 55.64% -1.14%
==========================================
Files 2510 2634 +124
Lines 55836 57484 +1648
Branches 11525 11931 +406
==========================================
+ Hits 31704 31988 +284
- Misses 21474 22781 +1307
- Partials 2658 2715 +57
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Martin Schoeler <[email protected]>
…ess Hours config is missing for day (#33084) Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: Yash Rajpal <[email protected]>
Co-authored-by: Julio A. <[email protected]>
…pdate (#33165) Co-authored-by: Yash Rajpal <[email protected]>
Co-authored-by: Douglas Fabris <[email protected]>
Co-authored-by: Martin Schoeler <[email protected]>
You can see below a preview of the release change log:
6.11.2
Engine versions
14.21.3
4.4, 5.0, 6.0
1.44.0
Patch Changes
Bump @rocket.chat/meteor version.
(#33084 by @dionisio-bot) Prevent
processRoomAbandonment
callback from erroring out when a room was inactive during a day Business Hours was not configured for.(#33153 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
(#33185 by @dionisio-bot) Restored tooltips to the unit edit department field selected options
(#33129 by @dionisio-bot) Fixed an issue related to setting Accounts_ForgetUserSessionOnWindowClose, this setting was not working as expected.
The new meteor 2.16 release introduced a new option to configure the Accounts package and choose between the local storage or session storage. They also changed how Meteor._localstorage works internally. Due to these changes in Meteor, our setting to use session storage wasn't working as expected. This PR fixes this issue and configures the Accounts package according to the workspace settings.
(#33178 by @dionisio-bot) Fixes an issue where multi-step modals were closing unexpectedly
Updated dependencies []: