You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: