-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removing deprecated methods cause issues in dependencies #10447
Removing deprecated methods cause issues in dependencies #10447
Comments
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Bumps Datadog Agent dependencies up to DataDog/datadog-agent@10454a3 **Link to tracking Issue:** Fixes open-telemetry/opentelemetry-collector/issues/10447
@mx-psi how can we ensure that the deprecation practices are followed more strictly? I think in the last release cycle some structs were first deprecated but then removed in the same cycle, so the impact on the users was that the structs just disappeared, and required investigation into what replaced them, which wouldn't be necessary if the removal happened in the following release (deprecation messages would've pointed to the replacement). |
@yurishkuro I think it would really help to address #7443, but nobody is working on it. There are also some instances in which it's kind of hard for us to do things in two steps (e.g. when changing a method's type on an interface). Do you have thoughts on how we should handle those? Also, if you have details about the concrete breaking change we can see if we can learn something specific about that case. |
The following PR #10423 causes issues w/ dependencies that rely on the funcs/structs removed:
The text was updated successfully, but these errors were encountered: