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

Release v0.16.0-alpha #1210

Merged
merged 9 commits into from
Oct 23, 2024
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 22, 2024

Added

  • Support golang.org/x/net v0.30.0. (#1149)
  • Support google.golang.org/grpc 1.65.1. (#1174)
  • Support go.opentelemetry.io/[email protected]. (#1178)
  • Support google.golang.org/grpc 1.69.0-dev. (#1203)
  • Implement traceID ratio and parent-based samplers. (#1150)
  • The go.opentelemetry.io/auto/sdk module. This module is used directly when you want to explicilty use auto-instrumentation to process OTel API telemetry. It is also provided so the default OTel global API will use this when auto-instrumentation is loaded (WIP). (#1210)

Fixed

  • The "golang.org/x/net/http2".FrameHeader.StreamID offset for version 0.8.0 is corrected. (#1208)
  • The "golang.org/x/net/http2".MetaHeadersFrame.Fields offset for version 0.8.0 is corrected. (#1208)

@MrAlias MrAlias added this to the v0.16.0-alpha milestone Oct 22, 2024
@MrAlias MrAlias marked this pull request as ready for review October 22, 2024 19:02
@MrAlias MrAlias requested a review from a team as a code owner October 22, 2024 19:02
versions.yaml Outdated Show resolved Hide resolved
sdk/telemetry/test/go.mod Outdated Show resolved Hide resolved
@MrAlias
Copy link
Contributor Author

MrAlias commented Oct 23, 2024

@RonFed please take another look. I removed the test module, but I also split the auto and sdk modules to be different versions. I think this split will help prevent unneeded releases and independent versioning for the future.

@RonFed
Copy link
Contributor

RonFed commented Oct 23, 2024

@RonFed please take another look. I removed the test module, but I also split the auto and sdk modules to be different versions. I think this split will help prevent unneeded releases and independent versioning for the future.

LGTM

@MrAlias MrAlias merged commit f924116 into open-telemetry:main Oct 23, 2024
25 of 26 checks passed
@MrAlias MrAlias deleted the release-v0.16.0-alpha branch October 23, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants