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.18.0-alpha #1306

Merged
merged 7 commits into from
Nov 21, 2024
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Nov 20, 2024

This release includes the first v1 stable release of the go.opentelemetry.io/auto/sdk module.

Changed

  • Split the functionality of Instrumentation.Run to Instrumentation.Load and Instrumentation.Run. Load will report any errors in the loading and attaching phase of the probes. (#1245)

Added

  • Include server.address and server.port in gRPC spans (>=v1.60.0). (#1242)
  • Support Go standard libraries for 1.22.9 and 1.23.3. (#1250)
  • Support google.golang.org/grpc 1.68.0. (#1251)
  • Support golang.org/x/net 0.31.0. (#1254)
  • Support go.opentelemetry.io/[email protected]. (#1302)

Fixed

  • Don't include db.query.text attribute in database/sql if the query string is empty or not collected. (#1246)
  • Handle a ConfigProvider which doesn't provide a sampling config in the initial configuration by applying the default sampler. (#1292)

Removed

  • The deprecated go.opentelemetry.io/auto/sdk/telemetry package is removed. (#1252)
  • The deprecated go.opentelemetry.io/auto/sdk/telemetry/test module is removed. (#1252)
  • Remove the WithLoadedIndicator InstrumentationOption since the Instrumentation.Load will indicate whether the probes are loaded in a synchronous way. (#1245)

@MrAlias MrAlias marked this pull request as ready for review November 20, 2024 16:51
@MrAlias MrAlias requested a review from a team as a code owner November 20, 2024 16:51
@MrAlias MrAlias merged commit 635eaed into open-telemetry:main Nov 21, 2024
26 of 27 checks passed
@MrAlias MrAlias deleted the release-v0.18.0-alpha branch November 21, 2024 16:37
@MrAlias MrAlias added this to the v0.18.0-alpha milestone Dec 4, 2024
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.

3 participants