-
Notifications
You must be signed in to change notification settings - Fork 13k
Release 7.6.0 #35843
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
Merged
Merged
Release 7.6.0 #35843
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Guilherme Gazzo <[email protected]>
Co-authored-by: Guilherme Gazzo <[email protected]>
Co-authored-by: Pierre Lehnen <[email protected]> Co-authored-by: gabriellsh <[email protected]>
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
Co-authored-by: Diego Sampaio <[email protected]>
Co-authored-by: Douglas Fabris <[email protected]>
…t exist remotely (#35464)
Co-authored-by: Diego Sampaio <[email protected]>
Co-authored-by: Douglas Fabris <[email protected]>
Co-authored-by: Aleksander Nicacio da Silva <[email protected]>
Co-authored-by: juliajforesti <[email protected]>
[no ci]
[no ci]
[no ci]
[no ci]
…nested properties (#35920)
…ot react to changes (#35928)
…call when converting a room from app (#35935)
[no ci]
…st.route.includes` (#35948)
…on on the error handling code (#35852)
[no ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You can see below a preview of the release change log:
7.6.0
Engine versions
22.13.11.43.55.0, 6.0, 7.01.51.0Minor 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
(#35615) Removes the avatar in the room header
(#35218) Adds a new admin page to audit settings changes in a server
(#35721) Enhances the
/api/apps/installedand/api/apps/:id/statusendpoints so they get apps' status across the cluster in High-Availability and Microservices deployments(#35631) Places the room topic next to the room title
(#34494) Implements auditing events for
/v1/users.updateAPI endpoint(#35672) Restores the previous room announcement style
(#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
(#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 > Settingspage 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.
(#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
Multiplebusiness 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:
(#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 [aec9eaa, 2c19074, d649a76, bbd14f8, 3f1cdda, 45a93a7, 5f11fea, f545617, bffc49f, a8896a7, ec78941, 6bf386d, 1eeb139, d8eb824, bbd0b0d, 5e3ab1a, e868a6f, 2ee1a81, 47ae699, 72725d3, 4b28126, cc344be, 4690c55, be67bb7, 895ea3f]: