Skip to content

Commit 5f3f0a8

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release 3 gems (#1091)
* 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]>
1 parent 117733a commit 5f3f0a8

File tree

7 files changed

+16
-4
lines changed

7 files changed

+16
-4
lines changed

instrumentation/active_job/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_job
22

3+
### v0.7.4 / 2024-07-30
4+
5+
* FIXED: Honour dynamic changes in configuration
6+
37
### v0.7.3 / 2024-07-22
48

59
* FIXED: ActiveJob::Handlers.unsubscribe

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveJob
10-
VERSION = '0.7.3'
10+
VERSION = '0.7.4'
1111
end
1212
end
1313
end
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-aws_lambda
22

3+
### v0.1.1 / 2024-07-30
4+
5+
* FIXED: Register lambda span
6+
37
### v0.1.0 / 2024-05-11
48

59
Initial release.

instrumentation/aws_lambda/lib/opentelemetry/instrumentation/aws_lambda/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module AwsLambda
10-
VERSION = '0.1.0'
10+
VERSION = '0.1.1'
1111
end
1212
end
1313
end

instrumentation/aws_lambda/test/opentelemetry/instrumentation_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
_(last_span.instrumentation_scope).must_be_kind_of OpenTelemetry::SDK::InstrumentationScope
7373
_(last_span.instrumentation_scope.name).must_equal 'OpenTelemetry::Instrumentation::AwsLambda'
74-
_(last_span.instrumentation_scope.version).must_equal '0.1.0'
74+
_(last_span.instrumentation_scope.version).must_equal OpenTelemetry::Instrumentation::AwsLambda::VERSION
7575

7676
_(last_span.hex_span_id.size).must_equal 16
7777
_(last_span.hex_trace_id.size).must_equal 32

instrumentation/graphql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-graphql
22

3+
### v0.28.4 / 2024-07-30
4+
5+
* FIXED: Add super calls to GraphqlTrace
6+
37
### v0.28.3 / 2024-07-23
48

59
* DOCS: Add cspell to CI

instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module GraphQL
10-
VERSION = '0.28.3'
10+
VERSION = '0.28.4'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)