-
Notifications
You must be signed in to change notification settings - Fork 838
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
Use API 0.19.0 #2212
Comments
Just encountered this issue in my setup. |
There was a discussion about this, see open-telemetry/opentelemetry-js-api#15 I guess that time no one expected breaking changes like this to happen in the rc phase. Does this mean the new API release broke a lot user setups? |
I start on a PR now. |
Our SDK is currently broken on fresh installations due to this issue. |
Maybe pin the API version in the package.json of your SDK? |
that works well for otel-sdk packages as they have peer dependency on |
I think at least with npm it should work as pinning |
Thanks @Flarna |
I created a PR to pin to 1.0.0-rc.0. |
Great, thank you. |
I'm also preparing a PR for contrib to pin API. |
Do you plan to change contrib to use peer dependency like core packages? or just pin the api regular dependency to |
like in core, see open-telemetry/opentelemetry-js-contrib#491 |
We are releasing the old rc.0 as rc.2 to fix users who have depended on carat ranges. We will deprecate all |
@blumamir I am deeply sorry that I broke your users. Please let me know if there is anything I can do to help mitigate the damage. See above for the remediation steps we have taken so far. |
For details see open-telemetry/opentelemetry-js-api#74 |
As far as I know @obecny is already working on the updated core version for the changes. This issue should be changed to reference |
We can close this since we released since then both 0.19 and 0.20 :) |
API 1.0.0-rc.1 has been released and includes several breaking changes.
We should adapt core to use api 1.0.0-rc.1
Maybe someone started already with this. Please leave a message to avoid double work.
Update: it's API 0.19.0 to target
The text was updated successfully, but these errors were encountered: