github RocketChat/Rocket.Chat 4.0.0-rc.1

latest releases: 6.6.9, 6.7.4, 6.9.1...
pre-release2 years ago

2021-09-27 · 2 🔍 · 2 👩‍💻👨‍💻

🔍 Minor changes
  • Regression: Fix app storage migration (#23286)

    The previous version of this migration didn't take into consideration apps that were installed prior to Rocket.Chat@3.8.0, which removed the typescript compiler from the server and into the CLI. As a result, the zip files inside each installed app's document in the database had typescript files in them instead of the now required javascript files.

    As the new strategy of source code storage for apps changes the way the app is loaded, those zip files containing the source code are read everytime the app is started (or in this particular case, updated), and as the zips' contents were wrong, the operation was failing.

    The fix extract the data from old apps and creates new zip files with the compiled js already present.

  • Regression: Seats Cap banner not being disabled if not enterprise (#23278)

👩‍💻👨‍💻 Core Team 🤓

Don't miss a new Rocket.Chat release

NewReleases is sending notifications on new releases.