-
Notifications
You must be signed in to change notification settings - Fork 534
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
chore: update core and API #556
chore: update core and API #556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bot would be useful for such updates
Codecov Report
@@ Coverage Diff @@
## main #556 +/- ##
=======================================
Coverage 94.75% 94.75%
=======================================
Files 169 169
Lines 10699 10699
Branches 1066 1066
=======================================
Hits 10138 10138
Misses 561 561 |
I was thinking the same thing. These PRs are quite a lot of work now that the version numbers between core and contrib match. Simple find and replace schemes are very difficult now. |
I opened an issue at the time to try to automate this #457 |
@dyladan Please don't merge such PR in future until the version from core 0.23 is released. I wanted to release patch for version 0.22 with fixed esm build and it is not possible now as the main branch already points to unreleased version of core 0.23. |
https://github.com/open-telemetry/opentelemetry-js it is still showing the latest to be 0.22, on screenshot you posted 0.22 is also marked as latest, shouldn't the 0.23 be latest ? |
npm install @opentelemetry/core --save-dev and it will install 0.22 |
If we make
Yes, that's on purpose |
If we apply the |
ok got it, thx |
We've done this for the last few releases. Users get confused if they install latest everything then get errors that versions aren't compatible. |
any reason of not releasing the version contrib |
what about https://github.com/open-telemetry/opentelemetry-js/releases, shouldn't the release 0.23 be visible here too ? |
oops yes i'll fix it |
No description provided.