Mattermost 5.35.1 released
Mattermost dot release 5.35.1 for Team Edition (TE) and Enterprise Edition (EE) is now available for download.
If your deployment is affected by issues this dot release fixes, upgrading is recommended.
Mattermost 5.35.1 resolves the following bug:
- Fixed an issue where 5.35.0 migration failed on MySQL installations with an “invalid connection” error due to an issue with the
readTimeoutparameter inSqlSettings.DataSource(default is 30 seconds). ThereadTimeoutdata source query parameter is now being ignored and the application providedSqlSettings.QueryTimeoutshould be used instead.