Skip to content

Commit 962ee9b

Browse files
committed
release: Release 2 gems
* opentelemetry-instrumentation-aws_lambda 0.4.0 (was 0.3.0) * opentelemetry-instrumentation-all 0.81.1 (was 0.81.0)
1 parent 2346210 commit 962ee9b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

instrumentation/all/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-all
22

3+
### v0.81.1 / 2025-09-17
4+
5+
* (No significant changes)
6+
37
### v0.81.0 / 2025-09-16
48

59
* ADDED: Anthropic initial instrumentation

instrumentation/all/lib/opentelemetry/instrumentation/all/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 All
10-
VERSION = '0.81.0'
10+
VERSION = '0.81.1'
1111
end
1212
end
1313
end

instrumentation/aws_lambda/CHANGELOG.md

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

3+
### v0.4.0 / 2025-09-17
4+
5+
* BREAKING CHANGE: Check if span has the attributes method to avoid internal error
6+
7+
* FIXED: Check if span has the attributes method to avoid internal error
8+
39
### v0.3.0 / 2025-02-04
410

511
* ADDED: AWS Lambda programmatic wrap

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.3.0'
10+
VERSION = '0.4.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)