Rocket.Chat - Package Updates
Pinned
Rocket.Chat
-
[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
-
Update your Rocket.Chat
New version available (6.2.3)
https://github.com/RocketChat/Rocket.Chat/releases/tag/6.2.3Can you update it to 6.2.3 pls 6.1.7 is old.
-
[2.38.0]
- Update Rocket.Chat to 6.2.8
- Full changelog
- add GA4 support (#28830 by @avelino)
- auto link custom domain (#28501)
- Custom roles and Public&Private apps stats (#27781)
- Make the marketplace search bar placeholder dynamic (#28394)
- Jira task: AECO-24
- Adding input type=password to AWS secrets fields (#28159)
- Galician onboarding translation (#27908 by @Thiagof99)
-
[2.38.1]
- Update Rocket.Chat to 6.2.9
- Full changelog
- 2f0f67f: fixed room-opened event not dispatching when navigating cached rooms
- 1ffc60d: fixed video message button disabled on iOS browsers
- 1ffc60d: fixed an error on mobile ios browser where if you started recording audio and denied permission, it would look like it is still recording
-
[2.38.2]
- Update Rocket.Chat to 6.2.10
- Full changelog
- 2a09b64: fix: Prevent app's bridges from overriding the lastMsg prop which further was affecting Omni-Visitor abandonment feature for app
- ef4cd97: Fix Toggle message box formatting toolbar on click
-
[2.39.0]
- Update Rocket.Chat to 6.3.0
- Full changelog
- Save deprecation usage on prometheus
- access-marketplace permission
- Add Apps engine Thread Bridge
- Add custom OAuth setting to allow merging users to others from distinct services
- Quick reactions on message toolbox
- Introduce Feature Preview page
-
[2.39.1]
- Update Rocket.Chat to 6.3.1
- Full changelog
- a874d5b: Translation files are requested multiple times
- cf9f16b: fix: Performance issue on Messages.countByType aggregation caused by unindexed property on messages collection
- be2b5c6: Bump @rocket.chat/meteor version.
- ce2f2ea: Added ability to freeze or completely disable integration scripts through envvars
- f29c326: fixed an issue where 2fa was not working after an OAuth redirect
- 09a24e5: Fix performance issue on Engagement Dashboard aggregation
- f29c326: fixed an issue where oauth login was not working with some providers
-
[2.39.2]
- Update Rocket.Chat to 6.3.2
- Full changelog
- 778b155ab4: Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- 5660169ec8: fixed layout changing from embedded view when navigating
- f7b93f2a6a: Fixed an issue where timeout for http requests in Apps-Engine bridges was too short
- 653d97ce22: fix: mobile app unable to detect successful SAML login
- 8a0e36f7b1: fixed the video recorder window not closing after permission is denied.
-
[2.39.4]
- Update Rocket.Chat to 6.3.4
- Full changelog
- db919f9b23: Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- ebeb088441: fix: Prevent RoomProvider.useEffect from subscribing to room-data stream multiple times
- 8a7d5d3898: fix: agent role being removed upon user deactivation
- 759fe2472a: chore: Increase cache time from 5s to 10s on getUnits helpers. This should reduce the number of DB calls made by this method to fetch the unit limitations for a user.