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: Release 3 gems #1737

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2024

This pull request prepares new gem releases for the following gems:

  • opentelemetry-exporter-otlp 0.29.1 (was 0.29.0)
  • opentelemetry-exporter-otlp-metrics 0.1.1 (was 0.1.0)
  • opentelemetry-exporter-zipkin 0.23.2 (was 0.23.1)

For each gem, this pull request modifies the gem version and provides an initial changelog entry based on conventional commit messages. You can edit these changes before merging, to release a different version or to alter the changelog text.

  • To confirm this release, merge this pull request, ensuring the "release: pending" label is set. The release script will trigger automatically on merge.
  • To abort this release, close this pull request without merging.

The generated changelog entries have been copied below:


opentelemetry-exporter-otlp

v0.29.1 / 2024-10-01

  • FIXED: Remove WRITE_TIMEOUT_SUPPORTED

opentelemetry-exporter-otlp-metrics

v0.1.1 / 2024-10-01

  • FIXED: Remove Metrics OTLP exporter Util#measure_request_duration and duplicate files

opentelemetry-exporter-zipkin

v0.23.2 / 2024-10-01

  • FIXED: Remove WRITE_TIMEOUT_SUPPORTED

* opentelemetry-exporter-otlp 0.29.1 (was 0.29.0)
* opentelemetry-exporter-otlp-metrics 0.1.1 (was 0.1.0)
* opentelemetry-exporter-zipkin 0.23.2 (was 0.23.1)
Copy link
Contributor Author

github-actions bot commented Oct 1, 2024

WARNING: An additional commit was added while this release PR was open.
You may need to add to the changelog, or close this PR and prepare a new one.

Commit link: cdce3cc

Message:
Adds on_ending callback to allow processors to mutate spans before End operation (#1713)

  • feature: adds on_ending method as an optional callback for span processors

Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com

  • feature: calls every span processor that has on_ending implemented right after setting the end timestamp

Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com

  • test: adds tests for the new on_ending method from span processors

Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com

  • docs: Informs the on_ending callback is an experimental features from official spec

Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com

  • Update sdk/lib/opentelemetry/sdk/trace/span_processor.rb

Co-authored-by: Kayla Reopelle 87386821+kaylareopelle@users.noreply.github.com

  • Update sdk/lib/opentelemetry/sdk/trace/span_processor.rb

Co-authored-by: Kayla Reopelle 87386821+kaylareopelle@users.noreply.github.com

  • refactor: switch method name from on_ending to on_finish to comply with project name strategy

Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com


Signed-off-by: Gustavo Pantuza gustavopantuza@gmail.com
Co-authored-by: Kayla Reopelle 87386821+kaylareopelle@users.noreply.github.com

Copy link
Contributor Author

github-actions bot commented Oct 1, 2024

WARNING: An additional commit was added while this release PR was open.
You may need to add to the changelog, or close this PR and prepare a new one.

Commit link: 3c356fc

Message:
test: Fix intermittent test failures (#1730)

Some tests in BatchLogRecordProcessor had timing issues due to
the work method. Since we don't rely on that method for these tests,
stub the work method to do nothing.

Co-authored-by: Tanna McClure tannalynn@users.noreply.github.com
Co-authored-by: Matthew Wear matthew.wear@gmail.com

@mwear mwear closed this Oct 1, 2024
@github-actions github-actions bot added release: aborted Automated release was aborted and removed release: pending Automated release is pending labels Oct 1, 2024
@github-actions github-actions bot deleted the release/multi/20241001150550 branch October 1, 2024 17:27
Copy link
Contributor Author

github-actions bot commented Oct 1, 2024

Release PR closed without merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: aborted Automated release was aborted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants