Skip to content

Commit 27cb91d

Browse files
Merge branch 'main' into fix-ruby-releases
2 parents 4129aa3 + b499370 commit 27cb91d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

instrumentation/graphql/CHANGELOG.md

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

3+
### v0.31.2 / 2025-10-28
4+
5+
* FIXED: Patch dataloader to propagate context to new fiber
6+
* FIXED: Does not trace resolve type unless enable
7+
38
### v0.31.1 / 2025-10-22
49

510
* FIXED: Update opentelemetry-instrumentation-base dependency

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

0 commit comments

Comments
 (0)