Skip to content

Commit d9d9fb7

Browse files
committed
release: Release opentelemetry-instrumentation-aws_lambda 0.4.0 (was 0.3.0)
1 parent 2346210 commit d9d9fb7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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)