Rocket.Chat - Package Updates
Pinned
Rocket.Chat
-
[2.32.3]
- Update Rocket.Chat to 5.1.3
- Full changelog
- MongoInvalidArgumentError on overwriting existing setting (#26880)
- Check if messsage.replies exist on new message template (#26652)
- Error when mentioning a non-member of a public channel (#26917)
- Importer fails when file includes user without an email. (#26836)
-
[2.33.0]
- Update Rocket.Chat to 5.2.0
- Full changelog
- Move administration links to an exclusive kebab menu (#26867)
- Add Markup to QuoteAttachment (#26751)
- Get moderators, owners and leaders from room scope via apps-engine (#26674)
- Matrix Federation events coverage expansion (support for 5 more events) (#26705)
- Sections layout and featured apps for marketplace (#26514)
- Allow delete attachment description on message edit (#26673)
- Better descriptions for VoIP Settings (#26877)
- Changed dial pad appearance to match original design (#26863)
- Include syncAvatars on ldap.syncNow (#26824)
- OTR Message (#24297)
- Results of user auto complete (#26687)
- Rounded video attachment (#26832)
- Setting for login email notifications (#26831)
- System messages' consistency (#26130)
- Updating voip tooltips and icons (#26834)
- VideoConference Messages UI (#26548)
- VideoConference Messages UI (#26548)" (#26961)
-
[2.34.0]
- Update Rocket.Chat to 5.3.0
- Full changelog
- Add new endpoint 'livechat/room.saveInfo' & deprecate 'livechat:saveInfo' meteor method (#26789)
- Health check for data stream (#27026)
- Matrix federation events coverage expansion (adding support for 3 extra events) (#26859)
- Automatically open call info contextual bar when voip room is opened (#26963)
- Better /health response when service not healthy (#27091)
-
[2.34.1]
- Update Rocket.Chat to 5.3.1
- Full changelog
- File upload receiving whole file to apply limits (#27105)
- Hide system messages setting not being respected. (#27151)
- There was a query missing the parameters in the client.
- Also added a few tests to help reduce the risk of this happening again.
- Multi instance error message (#27243)
- Next schedule check for Apps (#27240)
- User merge by e-mail on OAuth is case-sensitive (#27167)
-
[2.34.3]
- Update Rocket.Chat to 5.3.3
- Full changelog
- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
-
[2.35.0]
- Update Rocket.Chat to 5.4.0
- Update Cloudron base image to 4.0.0
- Full changelog
- Add new endpoint 'livechat/agent.status' & deprecate changeLivechatStatus meteor method (#27047)
- Bugsnag client (#23580)
- Custom MessageType for video conference messages (#27333)
- Emphasis Elements (italic, strike and bold) in Message Parser Components (#27003)
- Currently the message parser does not accept Emphasis elements mixed with plain text
- Normal Link - Bold, Italic and ~strike~ Styles return plain text → Should return a Lin with bold/italic/strike
- To fix this behavior it was necessary to edit LinkSpan component in gazzodown package (changes included in this PR) and the grammar/utils files in the fuselage/message-parser repository
- Fuselage Pull Request: RocketChat/fuselage#887
- Federation events coverage expansion (#27119)
- REST API endpoint /v1/oauth-apps.create (#27054)
- Created the 'oauth-apps.addOAuthApp' endpoint for the apps/meteor/client/views/admin/oauthApps/OAuthAddApp.tsx file, and added Ajv validation.
- REST API endpoint /v1/rooms.delete (#26866)
- Video Conference Message blocks and info action (#27310)
-
[2.35.1]
- Update Rocket.Chat to 5.4.1
- Full changelog
- Custom languages not being applied to i18next (#27557)
- Fix Login with Show default form disabled (#27475)
- Message Actions menu does not close upon choosing an action (#27328)
- Pagination not working on current chats (#27432)
- Registration and Login placeholders not being used (#27558)
-
[2.35.2]
- Update Rocket.Chat to 5.4.2
- Full changelog
- Emoji picker for large amount of custom emojis (#27745)
- *.files endpoints returning hidden files (#27617)
- New users aren't mapped to rooms with OAuth groups/channels map (#27000 by @carlosrodrigues94)
- This change deals with the problem with the new users coming from key cloak, this users were not being mapped to the correct channels on RC.
- Not all messages in chat conversations are available when forwarding between agents or departments. (#27816)
- OmnichannelRoomIconProvider order breaking VideoConfPopup (#27740)
-
[2.35.3]
- Update Rocket.Chat to 5.4.3
- Full changelog
- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
-
[2.36.2]
- Update Rocket.Chat to 6.0.1
- Full changelog
- fix: Apps.engine resource consumption (#28514)
- fix: Changing the app's error verification (#28450)
- fix: Horizontal scroll in main room if text is too long (#28434)
- fix: Offline register option (#28467)
-
[2.37.0]
- Update Rocket.Chat to 6.1.0
- Full changelog
- VideoConference Guest mode and Conference Router (#28186)
- Adding input type=password to AWS secrets fields (#28159)
- Some fields that store secrets for AWS were exposing sensitive data because they didn't have the input type as password.
- The change includes adding the password type and also changing the autocomplete value from <PasswordInput /> component to add the value new-password to avoid the browser autocompleting with the existing password. (This does not prevent the browser to show the hint to add the password)
- Engagement dashboard crash on Users tab (#28131)
- Gallery opening other image after closing (#27957)
- hide offline registration option for disconnected workspaces (#28662)
- Livechat MessageList not auto scrolling on new message (#28547)
-
[2.37.2]
- Update Rocket.Chat to 6.1.2
- Full changelog
- Add function to get installation source (#28806)
- Fixed no role assign to manual registered users despite of Default Roles for Users settings (#28293 by @bhardwajdisha)
- Quotes chain off by one error in quote chain limit settings (#28281 by @jayesh-jain252)
- Fixed off by one error in Quote Chain Limit. Now if a user sets Message_QuoteChainLimit (default is 2) the number of quotes chained matches the setting.
- SMTP warnings on user form (#28832)
- Check for SMTP config on server side and then show warning on client side