github parse-community/parse-server 6.0.0-alpha.5

latest releases: 7.4.0-alpha.2, 7.4.0-alpha.1, 7.3.1-alpha.1...
pre-release23 months ago

6.0.0-alpha.5 (2022-11-10)

Bug Fixes

  • Throwing error in Cloud Code Triggers afterLogin, afterLogout crashes server (#8280) (130d290)

BREAKING CHANGES

  • Throwing an error in Cloud Code Triggers afterLogin, afterLogout returns a rejected promise; in previous releases it crashed the server if you did not handle the error on the Node.js process level; consider adapting your code if your app currently handles these errors on the Node.js process level with process.on('unhandledRejection', ...) (130d290)

Don't miss a new parse-server release

NewReleases is sending notifications on new releases.