6.0.0-alpha.5
Pre-release
Pre-release
parseplatformorg
released this
10 Nov 21:02
·
658 commits
to alpha
since this release
6.0.0-alpha.5 (2022-11-10)
Bug Fixes
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 withprocess.on('unhandledRejection', ...)
(130d290)