consolidated deprecations (#7516)

This commit is contained in:
Manuel
2021-08-24 01:36:52 +02:00
committed by GitHub
parent c0d7ac0f68
commit 05dd11f08d
2 changed files with 5 additions and 8 deletions

View File

@@ -742,11 +742,7 @@ Logs are also viewable in Parse Dashboard.
# Deprecations
The following Parse Server options and APIs are deprecated and will change in future versions. The "Deprecation" version indicates from when an item has been deprecated with runtime warnings. The "End-of-Life" version indicates when the deprecation period has ended and the breaking change came into effect. In rare cases, deprecations may be revoked without any breaking change coming into effect.
| Type | Item | Deprecation | End-of-Life | Details |
|--------|----------------|-------------|-------------|-----------------------------------------|
| Option | `directAccess` | `5.0.0` | tbd | Default changes from `false` to `true`. |
See the [Deprecation Plan](https://github.com/parse-community/parse-server/blob/master/DEPRECATIONS.md) for an overview of deprecations and planned breaking changes.
# Live Query