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 5 gems #1574

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

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

  • opentelemetry-sdk 1.3.2 (was 1.3.1)
  • opentelemetry-common 0.20.1 (was 0.20.0)
  • opentelemetry-exporter-otlp 0.26.2 (was 0.26.1)
  • opentelemetry-propagator-jaeger 0.21.1 (was 0.21.0)
  • opentelemetry-semantic_conventions 2.0.0 (was 1.10.0)

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-sdk

v1.3.2 / 2024-01-22

  • FIXED: Reduce allocations on GraphQL hot paths

opentelemetry-common

v0.20.1 / 2024-01-22

  • FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation

opentelemetry-exporter-otlp

v0.26.2 / 2024-01-22

  • FIXED: Align endpoint environment varaible handling with spec

opentelemetry-propagator-jaeger

v0.21.1 / 2024-01-22

  • FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation

opentelemetry-semantic_conventions

v2.0.0 / 2024-01-22

  • BREAKING CHANGE: Remove support for EoL Ruby 2.7

  • ADDED: Remove support for EoL Ruby 2.7

* opentelemetry-sdk 1.3.2 (was 1.3.1)
* opentelemetry-common 0.20.1 (was 0.20.0)
* opentelemetry-exporter-otlp 0.26.2 (was 0.26.1)
* opentelemetry-propagator-jaeger 0.21.1 (was 0.21.0)
* opentelemetry-semantic_conventions 2.0.0 (was 1.10.0)
Copy link
Contributor Author

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: cff311c

Message:
feat: Create Logs SDK LoggerProvider (#1517)

  • feat: Create Logs SDK LoggerProvider

  • Add OpenTelemetry::SDK::Logs::Export constants

  • Create OpenTelemetry::SDK::Logs::LoggerProvider

  • Implement LoggerProvider#logger

  • Implement LoggerProvider#shutdown

  • Implement LoggerProvider#force_flush

  • Create no-op LogRecordProcessor

  • Update Export module description

  • Update #on_emit context arg description

  • Remove public reader for log_record_processors

  • LoggerProvider#logger: keyword args, require name

  • Remove attr_readers for scope and provider

  • Apply suggestions from code review

Co-authored-by: Francis Bogsanyi [email protected]

  • Remove unncessary error handling

  • Warn #add_log_record_processor calls when stopped

  • Remove "optional" marker from type description

Co-authored-by: Olle Jonsson [email protected]

  • Remove "optional" from type documentation

  • Apply suggestions from code review

Co-authored-by: Francis Bogsanyi [email protected]

  • Apply suggestions from code review

Co-authored-by: Francis Bogsanyi [email protected]


Co-authored-by: Francis Bogsanyi [email protected]
Co-authored-by: Olle Jonsson [email protected]

@plantfansam
Copy link
Contributor

Closing in favor of a newer release request, as there's been a merge

@github-actions github-actions bot deleted the release/multi/20240122182247 branch January 22, 2024 22:37
@github-actions github-actions bot added release: aborted Automated release was aborted and removed release: pending Automated release is pending labels Jan 22, 2024
Copy link
Contributor Author

Release PR closed without merging.

@plantfansam
Copy link
Contributor

see
#1575
#1576

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