Rocket.Chat - Package Updates
Pinned
Rocket.Chat
-
[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
-
[2.49.0]
- Update Rocket.Chat to 6.12.0
- Full changelog
- (#32535) Federation actions like sending message in a federated DM, reacting in a federated chat, etc, will no longer work if the configuration is invalid.
- (#32916) Added a new Audit endpoint audit/rooms.members that allows users with view-members-list-all-rooms to fetch a list of the members of any room even if the user is not part of it.
- (#32032) Added a new 'Deactivated' tab to the users page, this tab lists users who have logged in for the first time but have been deactivated for any reason. Also added the UI code for the Active tab;
- (#33044) Replaces an outdated banner with the Bubble component in order to display retention policy warning
- (#32867) Added an accordion for advanced settings on Create teams and channels
- (#32709 by @heet434) Add "Created at" column to admin rooms table
- (#32535) New button added to validate Matrix Federation configuration. A new field inside admin settings will reflect the configuration status being either 'Valid' or 'Invalid'.
- (#32969) Upgrades fuselage-toastbar version in order to add pause on hover functionality
- (#33003) Added a new setting to enable/disable file encryption in an end to end encrypted room.
- (#32868) Added sidepanel field to teams.create and rooms.saveRoomSettings endpoints
- (#33003) Fixed a bug related to uploading end to end encrypted file.
-
[2.49.1]
- Update Rocket.Chat to 6.12.1
- Full changelog
- (#33242 by @dionisio-bot) Allow to use the token from room.v when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the room.v token.
- (#33268 by @dionisio-bot) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
- (#33265 by @dionisio-bot) fixed retention policy max age settings not being respected after upgrade
-
[2.50.0]
- Update Rocket.Chat to 6.13.0
- Full changelog
- (#33156) added sidepanelNavigation to feature preview list
- (#32682) Added support for specifying a unit on departments' creation and update
- (#33139) Added new setting Allow visitors to finish conversations that allows admins to decide if omnichannel visitors can close a conversation or not. This doesn't affect agent's capabilities of room closing, neither apps using the livechat bridge to close rooms.
- However, if currently your integration relies on livechat/room.close endpoint for closing conversations, it's advised to use the authenticated version livechat/room.closeByUser of it before turning off this setting.
- (#32729) Implemented "omnichannel/contacts.update" endpoint to update contacts
- (#32510) Added a new setting to enable mentions in end to end encrypted channels
- (#32821) Replaced new SidebarV2 components under feature preview
- (#33212) Added new Admin Feature Preview management view, this will allow the workspace admins to both enable feature previewing in the workspace as well as define which feature previews are enabled by default for the users in the workspace.
- (#33011) Return parent and team information when calling rooms.info endpoint
- (#32693) Introduced "create contacts" endpoint to omnichannel
- (#33177) New teams.listChildren endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
- (#33114) Wraps some room settings in an accordion advanced settings section in room edit contextual bar to improve organization
- (#33160) Implemented sending email via apps
- (#32945) Added a new setting which allows workspace admins to disable email two factor authentication for SSO (OAuth) users. If enabled, SSO users won't be asked for email two factor authentication.
- (#33225) Implemented new feature preview for Sidepanel
-
[2.51.0]
- Update Rocket.Chat to 7.0.0
- Full changelog