4.8.0-rc.4


2022-05-31 · 1 · 3 · 3 · 8 ‍‍

Improvements

  • add warnings for federation setup (#25684)

Bug fixes

  • Change form body parameter charset to UTF-8 to fix issue #25456 (#25673 by @divinespear)

    since mscdex/busboy 1.5.0, new option named defParamCharset for form body parameter encoding is added with default value latin1, so unicode filenames are broken since 4.7.0.

    Screenshot from 2022-05-28 16-26-06

  • Fix max-width message block (#25686)

  • Prevent federation crash on invite users as a non-owner user (#25683)

Minor changes
  • Regression: App event listeners broke Slackbridge integration and importers (#25689)

    Some event listeners triggered by Apps were calling Meteor.user() in functions that could run outside of Meteor environment

  • Regression: Broken components on Federation and Engagement dashboards (#25653)

    For reasons I've no clue, any client import path matching **/data/** will not be included in the final bundle, failing silently on transpiling/bundling.

  • Regression: Fix sort field files.list (#25687)

‍‍ Contributors

‍‍ Core Team