Files
kami-parse-server/DEPRECATIONS.md
dblythy f535ee6ec2 feat: Remove deprecation DEPPS2: Config option directAccess defaults to true (#8284)
BREAKING CHANGE: Config option `directAccess` defaults to true; set this to `false` in environments where multiple Parse Server instances run behind a load balancer and Parse requests within the current Node.js environment should be routed via the load balancer and distributed as HTTP requests among all instances via the `serverURL`.
2022-11-10 20:31:07 +01:00

3.2 KiB
Raw Blame History

Deprecation Plan

The following is a list of deprecations, according to the Deprecation Policy. After a feature becomes deprecated, and giving developers time to adapt to the change, the deprecated feature will eventually be removed, leading to a breaking change. Developer feedback during the deprecation period may postpone or even revoke the introduction of the breaking change.

ID Change Issue Deprecation Planned Removal Status Notes
DEPPS1 Native MongoDB syntax in aggregation pipeline #7338 5.0.0 (2022) 6.0.0 (2023) deprecated -
DEPPS2 Config option directAccess defaults to true #6636 5.0.0 (2022) 6.0.0 (2023) removed -
DEPPS3 Config option enforcePrivateUsers defaults to true #7319 5.0.0 (2022) 6.0.0 (2023) deprecated -
DEPPS4 Remove convenience method for http request Parse.Cloud.httpRequest #7589 5.0.0 (2022) 6.0.0 (2023) removed -
DEPPS5 Config option allowClientClassCreation defaults to false #7925 5.3.0 (2022) 7.0.0 (2024) deprecated -
DEPPS6 Auth providers disabled by default #7953 5.3.0 (2022) 7.0.0 (2024) deprecated -
DEPPS7 Remove file trigger syntax Parse.Cloud.beforeSaveFile((request) => {}) #7966 5.3.0 (2022) 7.0.0 (2024) deprecated -
DEPPS8 Login with expired 3rd party authentication token defaults to false #7079 5.3.0 (2022) 7.0.0 (2024) deprecated -