Skip to content

Commit

Permalink
release: Release 3 gems (#1091)
Browse files Browse the repository at this point in the history
* release: Release 3 gems

* opentelemetry-instrumentation-active_job 0.7.4 (was 0.7.3)
* opentelemetry-instrumentation-aws_lambda 0.1.1 (was 0.1.0)
* opentelemetry-instrumentation-graphql 0.28.4 (was 0.28.3)

* ci: Force

* squash: fix broken test

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people committed Jul 30, 2024
1 parent 117733a commit 5f3f0a8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.7.4 / 2024-07-30

* FIXED: Honour dynamic changes in configuration

### v0.7.3 / 2024-07-22

* FIXED: ActiveJob::Handlers.unsubscribe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.7.3'
VERSION = '0.7.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/aws_lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_lambda

### v0.1.1 / 2024-07-30

* FIXED: Register lambda span

### v0.1.0 / 2024-05-11

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsLambda
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

_(last_span.instrumentation_scope).must_be_kind_of OpenTelemetry::SDK::InstrumentationScope
_(last_span.instrumentation_scope.name).must_equal 'OpenTelemetry::Instrumentation::AwsLambda'
_(last_span.instrumentation_scope.version).must_equal '0.1.0'
_(last_span.instrumentation_scope.version).must_equal OpenTelemetry::Instrumentation::AwsLambda::VERSION

_(last_span.hex_span_id.size).must_equal 16
_(last_span.hex_trace_id.size).must_equal 32
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-graphql

### v0.28.4 / 2024-07-30

* FIXED: Add super calls to GraphqlTrace

### v0.28.3 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
VERSION = '0.28.3'
VERSION = '0.28.4'
end
end
end

0 comments on commit 5f3f0a8

Please sign in to comment.