3.0.0
3.0.0
parse-server
3.0.0 comes with brand new handlers for cloud code. It now fully supports promises and async / await.
For more informations, visit the v3.0.0 migration guide.
Breaking changes:
- Cloud Code handlers have a new interface based on promises.
- response.success / response.error are removed in Cloud Code
- Cloud Code runs with Parse-SDK 2.0
- The aggregate now require aggregates to be passed in the form:
{"pipeline": [...]}
(Rest API Only)
Improvements:
- Adds Pipeline Operator to Aggregate Router.
- Adds documentations for parse-server's adapters, constructors and more.
- Adds ability to pass a context object between
beforeSave
andafterSave
affecting the same object.
Bug Fixes:
- Fixes issue that would crash the server when mongo objects had undefined values #4966
- Fixes issue that prevented ACL's from being used with
select
(see #571)