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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,7 @@ ___
140
140
- Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) [#7437](https://github.com/parse-community/parse-server/pull/7437)
- FIX: Consistent casing for afterLiveQueryEvent. The afterLiveQueryEvent was introduced in 4.4.0 with inconsistent casing for the event names, which was fixed in 4.5.0. [#7023](https://github.com/parse-community/parse-server/pull/7023). Thanks to [dblythy](https://github.com/dblythy).
Copy file name to clipboardExpand all lines: src/Options/docs.js
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
* @property {String} appId Your Parse Application ID
10
10
* @property {String} appName Sets the app name
11
11
* @property {Any} auth Configuration for your authentication providers, as stringified JSON. See http://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
12
-
* @property {Function} beforeSchemasMigration Callback when server has started and before running schemas migration operations if schemas key provided
13
12
* @property {Adapter<CacheAdapter>} cacheAdapter Adapter module for the cache
14
13
* @property {Number} cacheMaxSize Sets the maximum size for the in memory cache, defaults to 10000
15
14
* @property {Number} cacheTTL Sets the TTL for the in memory cache (in ms), defaults to 5000 (5 seconds)
@@ -67,7 +66,6 @@
67
66
* @property {String} restAPIKey Key for REST calls
68
67
* @property {Boolean} revokeSessionOnPasswordReset When a user changes their password, either through the reset password email or while logged in, all sessions are revoked if this is true. Set to false if you don't want to revoke sessions.
69
68
* @property {Boolean} scheduledPush Configuration for push scheduling, defaults to false.
70
-
* @property {JSONSchema[]} schemas Rest representation on Parse.Schema https://docs.parseplatform.org/rest/guide/#adding-a-schema
71
69
* @property {SecurityOptions} security The security options to identify and report weak security settings.
72
70
* @property {Function} serverCloseComplete Callback when server has closed
73
71
* @property {Function} serverStartComplete Callback when server has started
@@ -121,14 +119,6 @@
121
119
* @property {String} passwordResetSuccess The URL to the custom page for password reset -> success.
0 commit comments