Update docker.io/rocketchat/rocket.chat Docker tag to v7.6.0

Update docker.io/rocketchat/rocket.chat Docker tag to v7.6.0
Photo by Andy Hermawan / Unsplash

No problems automatically updating the Docker image and run the container by Watchtower for Bierochs and Tanzcrew teams with dependency update facilitated by Mend's Renovate Bot.

This MR contains the following updates:

Package Update Change
docker.io/rocketchat/rocket.chat minor 7.5.1 -> 7.6.0

Release Notes

RocketChat/Rocket.Chat (docker.io/rocketchat/rocket.chat)

v7.6.0

Compare Source

Summary

What's new

New features include LDAP sync support for federated users and comprehensive event logging for all user setting changes, with a one-year retention for auditability. Apps can now respond to department removal or disablement events to avoid service interruptions. The Security screen was enhanced with better guidance for two-factor authentication setup. A redesigned global header was released under feature preview with improved accessibility. UI enhancements included simplifying room headers, contextual navigation buttons, and clearer announcement banner behavior. Custom LDAP variable manipulation was introduced, allowing advanced string operations. Icons for Video Calls and VOIP were updated for better clarity. Additionally, departments can now be linked to units during creation or updates, and live agents can temporarily hide the "Contact Unknown" banner to minimize disruption.

Bug fixes

Numerous bugs were addressed, including correcting federated users' display names and resolving Engagement Dashboard loading issues in versions 7.4.1 and 7.5. Improvements were made to Contact Center date filters, Engagement Panel timezone displays, and webhook user updates. Calendar presence syncing now works reliably on desktop apps, and VoIP call reconnection issues with FreeSWITCH were resolved. Webhook posting and private team behavior were aligned with access controls. Authentication methods now correctly enforce user limits. Issues with Poll Plus voting, livechat custom field updates, canned response editing crashes, and unnecessary inquiry updates were also fixed. Livechat department visibility for monitors, chat limit hierarchy, Business Hours toggling, agent search input handling, and simultaneous chat assignment algorithms were corrected to ensure consistent and expected system behavior.

For further details, check out the release notes.

Engine versions
  • Node: 22.13.1
  • Deno: 1.43.5
  • MongoDB: 5.0, 6.0, 7.0
  • Apps-Engine: 1.51.0
Minor Changes
  • (#​35717) Adds new settings to allow configuring custom variables with string manipulation functions on the LDAP data mapper

  • (#​35280) Allows apps to react to department status changes.

  • (#​35644) Adds the ability to dynamically add and remove options from select/multi-select settings in the Apps Engine to support more flexible configuration scenarios by exposing two new methods on the settings API.

  • (#​34954 by @​tapiarafael) Allows search omnichannel rooms by the exact visitor name using double quotes to have a faster response

  • (#​35613) Replaces the parent room tag in room header in favor of a button to back to the parent room

    This change is being tested under Enhanced navigation experience feature preview, in order to check it you need to enabled it

  • (#​35615) Removes the avatar in the room header

    This change is being tested under Enhanced navigation experience feature preview, in order to check it you need to enabled it

  • (#​35218) Adds a new admin page to audit settings changes in a server

  • (#​35721) Enhances the /api/apps/installed and /api/apps/:id/status endpoints so they get apps' status across the cluster in High-Availability and Microservices deployments

  • (#​35631) Places the room topic next to the room title

    This change is being tested under Enhanced navigation experience feature preview, in order to check it you need to enabled it

  • (#​34494) Implements auditing events for /v1/users.update API endpoint

  • (#​35672) Restores the previous room announcement style

    This change is being tested under Enhanced navigation experience feature preview, in order to check it you need to enabled it

  • (#​35464) Allows deleting federated remote users in case they are not present in the homeserver.

  • (#​35718) Adds a new setting to allow syncing federated users data through LDAP

  • (#​35807) Moves the room search functionality from the sidebar to the navbar and reorganize their relative actions

    This change is being tested under Enhanced navigation experience feature preview, in order to check it you need to enabled it

  • (#​35700) Separates voice call and video call room actions on room header.

  • (#​35703) Adds close action to contact unknown callout displayed within Livechat rooms

Patch Changes
  • (#​35790) Fixes an issue in Admin > Settings page where sometimes settings guarded by a license module would not be editable despite having the required modules.

  • (#​35795) Fixes incorrect message sender for incoming webhooks when "Post As" field is updated by ensuring both username and userId are synced to reflect the selected user.

  • (#​35299) Fixes user email verification update not working on admin > users

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • Bump @​rocket.chat/meteor version.

  • (#​35762) Fixes an issue with apps loading in microservices in some cases by ensuring all services have started before trying to load apps

  • (#​35816) Fixes an issue where the outlook calendar items list is not rendering properly

  • (#​35244 by @​tapiarafael) Ensures seat limit validation in LDAP sync, preventing activations beyond license restrictions.

  • (#​35497) Fixes an issue where the app's logs index was not being created by default sometimes, also set to be always 30 days

  • (#​35736) Fixes an error causing the server to throw an "unhandled promise rejection" when removing an agent from a department without a business hour when using Multiple business hours

  • (#​35722) Fixes the behavior of "Maximum number of simultaneous chats" settings, making them more predictable. Previously, we applied a single limit per operation, being the order: Department > Agent > Global. This caused the department limit to take prescedence over agent's specific limit, causing some unwanted side effects.

    The new way of applying the filter is as follows:

    • An agent can accept chats from multiple departments, respecting each department’s limit individually.
    • The total number of active chats (across all departments) must not exceed the configured Agent-Level or Global limit.
    • If neither the Agent-Level nor Global Limit is set, only department-specific limits apply.
    • If no limits are set at any level, there is no restriction on the number of chats an agent can handle.
  • (#​35394 by @​sushen123) Fixes the save button loading state in app settings, ensuring it resets properly after saving.

  • (#​35779) Fixes a fetch infinite loop when adding agents to a department

  • (#​35679) Fixes a GUI crash when editing a canned response with tags via room contextual bar.

  • (#​35568) Fixes an issue with the leave room confirmation modal not displaying the room's name.

  • (#​35782) Fixes an issue where the incoming webhooks integration allowed messages to be sent to public channels under private teams by users who were not members of the team.

  • (#​35618) Fixes an issue when sending a message on an omnichannel room would cause the web client to fetch the room data again.

  • (#​35273) Fixes an issue where the code input type in settings renders duplicate code text boxes.

  • (#​35765) Fixes an issue causing VoIP calls to no longer reach the client after a temporary disconnection

  • (#​35397) Fixes a race condition while federating that caused direct messages to not work

  • (#​35832) Fixes an issue where Voice Calls were unable to gather Ice Servers

  • (#​35757) Fixes an issue where the bypass to call methods over microservices always returns to {}

  • (#​35831) Fixes an issue where enterprise routing algorithms could get stuck on selecting the same agent due to chat limits being applied after agent selection, but before agent assignment

  • (#​35698) Fixes the "Enabled" toggle always being displayed as active when editing a business hour.

  • (#​35715) Fixes an issue with dynamic API routes requiring a server restart to be operable.

  • (#​35864) Fixes an issue where OAuth login buttons were not showing up on the login page

  • (#​35614) Fixes an issue where header toolbox items are missing the proper margin in e2ee setup room header

  • (#​35716) Fixes an issue where a federated user's display name would be overwritten by its username

  • (#​35766) Fixes an issue where quick reactions (Feature Preview) would be absent on first access and after page refreshes

  • (#​35709) Improves UX for users with mandatory 2FA roles by clarifying required actions

  • (#​35852) Fixes an issue where rocket.chat would not properly log OAuth errors nor remove the credential with the error from the internal list

  • (#​35616) Fixes Omnichannel Contact Center's chats filter not working when "From" and "To" fields have the same date

  • (#​35879) Fixes contact's conflict resolution not working due to invalid parameters

  • (#​35019) Fixes issue with some charts on engagement dashboard not showing local time and missing data visualizers

  • (#​35733 by @​Gustrb) Fixes a typo in the app update success toast

  • (#​35810) Fixes an issue on the LDAP Background Sync where the process would stop syncing users if any of the LDAP users couldn't be properly mapped to a Rocket.Chat User (for example, by not having an email address)

  • (#​35580) Fixes contact custom fields not being updated when updating a visitor's custom field

  • Updated dependencies [aec9eaa941fe9dad81f38d8d18d1b58edd700eb1, 2c190740d0ff166a4cefe8e833b0b2682a41fab1, d649a761edd71e1325a635b757ef1df2e5a778a4, bbd14f84214b4785f2b58cfeb8e9117bdfbf18e8, 3f1cddac558a1edc68c94d635698e1245c7172e2, 45a93a7713546ed2e3e0b3988e1f989371ebf53a, 5f11fea4ab1dc149f82b7d8c5fc556a2cf09fa5e, f545617c2ac3d67af533e64c2670d8d564a56d15, bffc49f426259925c415651c2b2a58083dac547a, a8896a7ed96021f1c0d0b1eb44945ee3f69a080b, ec7894139c56d0e29ac696c448cc932efb6cb0f0, 6bf386dcc2a560963cf719fbc2d96569ce23a2de, 1eeb139158fcd621a2b8d3a7de5bb512e659261d, d8eb824d242cbbeafb11b1c4a806860e4541ba79, bbd0b0d9ed181a156430e2a446d3b56092e3f645, 5e3ab1a07163cd22ad4c41502ef232845d26bdc2, e868a6f6598b7eb2843ef79126d18abd1f604b4f, 2ee1a81de770a682f6e7a8590a896e76a32f4e3c, 47ae69912cd90743e7bf836fdee4be481a01bbba, 72725d391e79b44e7380ee2fe640e2e4426c77ca, 4b28126ac94cf1d3312b30ad9863ca02673f49d4, cc344bea08c08501f50e9cee620b2926a322a4ee, 4690c55d8e379d0bd5dfa444f3e0a4175e88d8de, be67bb771294c337c28da5e61ae47ab4e32244d1, 895ea3fdbba1d0e3cf1bed03cb8d0abfcca5d351]:
Me on Mastodon - This link is here for verification purposes.