github RocketChat/Rocket.Chat 5.4.0-rc.1

latest releases: 6.7.2, 6.5.6, 6.6.7...
pre-release17 months ago

2022-11-24 · 4 🔍 · 6 👩‍💻👨‍💻

🔍 Minor changes
  • Chore: Fix typo in pa-in.js (#26717 by @eltociear)

  • Chore: Remove role requirement to use change streams (#27281)

    We used to require the clusterMonitor role to be able to use Change Streams because we performed a serverStatus command, to be able to check if the requirements for change streams are met (like using wired tiger for example). But since our minimum MongoDB supported version is now 4.2, and MMAPv1 was removed on this version, there is no need to check that.

    The new approach is just try to use change streams, if it fails for any reason, fallback to oplog.

    If oplog fails as well, we're now halting the process, since it wasn't able to establish a connection for reading real time data, something that is crucial for the application. An additional check was added to make sure $MONGO_OPLOG_URL is pointing to the local database.

  • Regression: Remove actions from VideoConf Message Block (#27344)

  • Regression: Team name validation on Create Team Modal (#27345)

👩‍💻👨‍💻 Contributors 😍

👩‍💻👨‍💻 Core Team 🤓

Don't miss a new Rocket.Chat release

NewReleases is sending notifications on new releases.