Skip to content

Commit 021b44f

Browse files
authored
Merge branch 'master' into feature/aggregation-stage-name-format
2 parents bc45084 + fda07aa commit 021b44f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Deprecations become breaking changes after notifying developers through deprecat
191191
- `5.0.0` marks the beginning of logging the deprecation warning for one entire major release
192192
- `6.0.0` makes the breaking change by removing the deprecation warning and making the new feature replace the existing feature
193193

194-
Developer feedback during the deprecation period may further postpone the introduction of a breaking change.
194+
Developer feedback during the deprecation period may further postpone the introduction of a breaking change. The [Deprecation Plan](https://github.com/parse-community/parse-server/blob/master/DEPRECATIONS.md) gives an overview of deprecations and planned breaking changes.
195195

196196
## Feature Considerations
197197
### Security Checks

DEPRECATIONS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Deprecation Plan <!-- omit in toc -->
2+
3+
The following is a list of deprecations, according to the [Deprecation Policy](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#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 the introduction of the breaking change.
4+
5+
| Feature | Issue | Deprecation [ℹ️][i_deprecation] | Planned Removal [ℹ️][i_removal] | Status [ℹ️][i_status] | Notes |
6+
|---------|----|------------------|----------------------|----------|-------|
7+
(none)
8+
9+
10+
[i_deprecation]: ## "The version and date of the deprecation."
11+
[i_removal]: ## "The version and date of the planned removal."
12+
[i_status]: ## "The current status of the deprecation: deprecated (the feature is deprecated and still available), removed (the deprecated feature has been removed and is unavailable), retracted (the deprecation has been retracted and the feature will not be removed."

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)