feat: Change default value of Parse Server option encodeParseObjectInCloudFunction to true (#9527)

BREAKING CHANGE: The default value of Parse Server option `encodeParseObjectInCloudFunction` changes to `true`; the option has been deprecated and will be removed in a future version.
This commit is contained in:
Daniel
2025-01-12 14:34:52 +11:00
committed by GitHub
parent 7534eb705a
commit 5c5ad69b4a
4 changed files with 4 additions and 4 deletions

View File

@@ -15,4 +15,4 @@
*
* If there are no deprecations, this must return an empty array.
*/
module.exports = [{ optionKey: 'encodeParseObjectInCloudFunction', changeNewDefault: 'true' }];
module.exports = [{ optionKey: 'encodeParseObjectInCloudFunction', changeNewKey: '' }]