Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add centralized deprecation #7302

Closed
3 tasks done
mtrezza opened this issue Mar 29, 2021 · 2 comments · Fixed by #7303
Closed
3 tasks done

Add centralized deprecation #7302

mtrezza opened this issue Mar 29, 2021 · 2 comments · Fixed by #7303
Labels
state:released Released as stable version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Mar 29, 2021

New Feature / Enhancement Checklist

Current Limitation

Currently, there is no mechanism provided to deprecate Parse Server settings. With the shift to phased deprecation as part of the larger implementation of fixed release cycles, it is not clear how to communicate deprecations.

Feature / Enhancement Description

Introduce a centralized Deprecator that standardizes warning logs for deprecated Parse Server options. This should also make it easy for contributors to identify deprecations to adapt contributions accordingly, and for example not build on top of a feature without knowing that it will be deprecated.

Example Use Case

The option directAccess default should change from false to true in #6636.

@mtrezza mtrezza changed the title Add centralized depreation Add centralized deprecation Mar 29, 2021
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Mar 29, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Nov 1, 2021
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants