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

Content 0.48.x content dropped from 0.49.1 release #4597

Closed
cdaringe opened this issue Mar 29, 2024 · 2 comments
Closed

Content 0.48.x content dropped from 0.49.1 release #4597

cdaringe opened this issue Mar 29, 2024 · 2 comments
Labels
bug Something isn't working triage

Comments

@cdaringe
Copy link

cdaringe commented Mar 29, 2024

What happened?

Steps to Reproduce

  1. observe release notes for 0.48.0.
  2. Specifically, observe fix(exporter-*-otlp-grpc)!: lazy load gRPC #4432 was present in that release.
  3. As a reference, you can see in main/experimental/packages/otlp-grpc-exporter-base/src/OTLPGRPCExporterNodeBase.ts that there is no more usage of setImmediate. Edit: that's a link to main, but the same is true for the 0.49.1 as well.
  4. Install @opentelemetry/[email protected]
  5. Observe that the referenced setImmediate has crept back in.

Expected Result

0.49.1 should have latest experimental stuff in it, such as #4432

Actual Result

Key changes from #4432 missing

Additional Details

OpenTelemetry Setup Code

n/a

package.json

n/a

Relevant log output

n/a
@cdaringe cdaringe added bug Something isn't working triage labels Mar 29, 2024
@pichlermarc
Copy link
Member

pichlermarc commented Apr 2, 2024

The entry ended up on the wrong version when merging, and was put back onto the Unreleased section via #4559
It will be part of an upcoming release (0.50.0)

Edit: see actual changelog for 0.49.1

@pichlermarc
Copy link
Member

0.50.0 is out now and should include these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants