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 deprecation and removal versions to all deprecations across codebase #11020

Open
DitwanP opened this issue Dec 10, 2024 · 2 comments
Open
Labels
0 - new New issues that need assignment. docs Issues relating to documentation updates only. needs triage Planning workflow - pending design/dev review.

Comments

@DitwanP
Copy link
Contributor

DitwanP commented Dec 10, 2024

Description

We need to list the version that a deprecation was first deprecated as well as what Calcite version it's slated to be removed.

Which Component

All components

Resources

@DitwanP DitwanP added docs Issues relating to documentation updates only. 0 - new New issues that need assignment. needs triage Planning workflow - pending design/dev review. labels Dec 10, 2024
@DitwanP DitwanP changed the title Add version for removal to all deprecations across codebase. Add deprecation and removal versions to all deprecations across codebase Dec 10, 2024
@benelan
Copy link
Member

benelan commented Dec 10, 2024

We need to make sure the format of the deprecation context is consistent so it can be parsed for the doc site. Maybe something like this:

/**
 * @deprecated since v2.1.3 - removal target v4
 */

@jcfranco
Copy link
Member

@benelan We could look into a custom ESLint rule to help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new New issues that need assignment. docs Issues relating to documentation updates only. needs triage Planning workflow - pending design/dev review.
Projects
None yet
Development

No branches or pull requests

3 participants