You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove support for MongoDB 4.0 ([#8292](https://github.com/parse-community/parse-server/issues/8292)) ([37245f6](https://github.com/parse-community/parse-server/commit/37245f62ce83516b6b95a54b850f0274ef680478))
7
+
8
+
9
+
### BREAKING CHANGES
10
+
11
+
* This release removes support for MongoDB 4.0; the new minimum supported MongoDB version is 4.2. which also removes support for the deprecated MongoDB MMAPv1 storage engine ([37245f6](37245f6))
* Throwing error in Cloud Code Triggers `afterLogin`, `afterLogout` crashes server ([#8280](https://github.com/parse-community/parse-server/issues/8280)) ([130d290](https://github.com/parse-community/parse-server/commit/130d29074e3f763460e5685d0b9059e5a333caff))
19
+
20
+
21
+
### BREAKING CHANGES
22
+
23
+
* 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](130d290))
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
118
-
"test:mongodb:4.0.28": "npm run test:mongodb --dbversion=4.0.28",
119
118
"test:mongodb:4.2.19": "npm run test:mongodb --dbversion=4.2.19",
120
119
"test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
121
120
"test:mongodb:5.3.2": "npm run test:mongodb --dbversion=5.3.2",
122
121
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
0 commit comments