Rocket.Chat - Package Updates
Pinned
Rocket.Chat
-
[2.43.1]
- Update Rocket.Chat to 6.6.1
- Full changelog
- (#31713) Fixes an issue not allowing admin users to edit the room name
- (#31723) fixed an issue with the user presence not updating automatically for other users.
- (#31753) Fixed an issue where the login button for Custom OAuth services would not work if any non-custom login service was also available
- (#31554 by @shivang-16) Fixed a bug on the rooms page's "Favorite" setting, which previously failed to designate selected rooms as favorites by default.
-
[2.43.2]
- Update Rocket.Chat to 6.6.2
- Full changelog
- Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- (#31844) Fixed Federation not working with Microservice deployments
- (#31823) Revert unintentional changes real time presence data payload
- (#31833) Fix web UI not showing users presence updating to offline
-
[2.43.4]
- Update Rocket.Chat to 6.6.4
- Full changelog
- (#31700) Fixed matrix homeserver domain setting not being visible in admin panel
- (#32012) Don't use the registration.yaml file to configure Matrix Federation anymore.
- (#31927) stopped lifecycle method was unexpectedly synchronous when using microservices, causing our code to create race conditions.
-
[2.43.5]
- Update Rocket.Chat to 6.6.5
- Full changelog
- (#31998) Introduced a new step to the queue worker: when an inquiry that's on an improper status is selected for processing, queue worker will first check its status and will attempt to fix it.
- This prevents issues where the queue worker attempted to process an inquiry forever because it was in an improper state.
-
[2.43.6]
- Update Rocket.Chat to 6.6.6
- Full changelog
- (#32064) Fix an issue affecting Rocket.Chat Apps utilizing the OAuth 2 library from Apps Engine, ensuring that apps like Google Drive and Google Calendar are operational once more.
- (#32056) Fix error during migration 304. Throwing Cannot read property 'finally' of undefined error.
-
[2.44.1]
- Update Rocket.Chat to 6.7.1
- Full changelog
- (#32253) Increased the timeout between calls for the three remaining Omnichannel Agenda Jobs. This should make them happen less often and reduce the load on MongoDB
- (#32252) Fixes an issue that forces the focus on the last message when interacting by mouse on message list
- (#32256) Fixed open expanded view (galery mode) for image attachments sent by livechat widget
- (#32254) Fixed an issue where Rocket.Chat would ask admins to confirm fingerprint change (new workspace vs configuration update), even when AUTO_ACCEPT_FINGERPRINT environment variable set to "true".
- (#32265) Fixed supported versions not being updated in airgapped environments
- (#32251) Fixes an issue where message reactions are vertically misaligned when zooming out
-
[2.45.0]
- Update Rocket.Chat to 6.8.0
- Full changelog
- (#31898) Created a new endpoint to get a filtered and paginated list of users.
- (#32224) Allow Custom Fields in Messages. API-only feature. It can be enabled and configured in Workspace Settings.
- (#32115) Introduces sidebar navigability, allowing users to navigate on sidebar channels through keyboard
- (#29461) Introduces a resizable Contextualbar allowing users to change the width just by dragging it
- (#31811) Convert mute/unmute meteor methods to endpoints
- (#32084) Added a new setting to automatically disable users from LDAP that can no longer be found by the background sync
- (#31965) Added the ability to serve .well-known paths directly from Rocket.Chat, if using federation, removing the need for special reverse proxy configuration or another component layer for specific types of reverse proxies / loadbalancers.
- (#31898) Created a new endpoint to resend the welcome email to a given user
- (#32208) Added a new notification provider in light of the old FCM API deprecation, now you can choose to use the new provider or the old via the Push_UseLegacy setting
- (#31976) Added support for allowing agents to forward inquiries to departments that may not have any online agents given that Allow department to receive forwarded inquiries even when there's no available agents is set to true in the department configuration.
- This configuration empowers agents to seamlessly direct incoming requests to the designated department, ensuring efficient handling of queries even when departmental resources are not actively online. When an agent becomes available, any pending inquiries will be automatically routed to them if the routing algorithm supports it.
- (#32173) Added "Enable Users" option under "Sync User Active State" LDAP setting to allow only re-enabling users found on LDAP background sync
- (#31865) Redesign Save E2EE password modal
- (#32272) Support Message Custom Fields on upload API via field customField and JSON value
- (#32055) feat: ConnectionStatusBar redesign
- (#32073) Fixed an issue affecting the update modal/contextual bar by apps when it comes to error handling and regular surface update
-
[2.46.0]
- Update Rocket.Chat to 6.9.0
- Full changelog
- (#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
-
[2.47.0]
- Update Rocket.Chat to 6.10.0
- Full changelog
-
[2.47.1]
- Update Rocket.Chat to 6.10.1
- Full changelog
-
[2.47.2]
- Update Rocket.Chat to 6.10.2
- Full changelog
-
[2.48.0]
- Update Rocket.Chat to 6.11.0
- Full changelog
-
[2.48.1]
- Update Rocket.Chat to 6.11.1
- Full changelog
-
[2.48.2]
- Update Rocket.Chat to 6.11.2
- Full changelog
- (#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.
- (#33178 by @dionisio-bot) Fixes an issue where multi-step modals were closing unexpectedly