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 attribute to functions #879

Closed
kevaundray opened this issue Feb 20, 2023 · 1 comment · Fixed by #2041
Closed

Add deprecation attribute to functions #879

kevaundray opened this issue Feb 20, 2023 · 1 comment · Fixed by #2041
Assignees
Labels
enhancement New feature or request

Comments

@kevaundray
Copy link
Contributor

Problem

Currently developers have no way to know if a breaking change will arrive, or we have no way to signal to developers that they should switch to a newer method because a previous one is being deprecated.

Solution

Add a deprecation tag, similar to rust that allows us to slowly tell users that a feature is being sunsetted in the next two releases, then we can safely sunset the feature.

Alternatives considered

Additional context

@kevaundray kevaundray added the enhancement New feature or request label Feb 20, 2023
@kevaundray kevaundray self-assigned this Jul 25, 2023
@kevaundray
Copy link
Contributor Author

@f01dab1e Not high priority, feel free to take this on

@ghost ghost mentioned this issue Jul 26, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant