File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release v1.5.0 (2021-06-10)
2
+ ================================
3
+ ### SDK Enhancements
4
+ * gRPC instrumentation support [ PR #292 ] ( https://github.com/aws/aws-xray-sdk-go/pull/292 )
5
+ * fasthttp handler instrumentation support [ PR #299 ] ( https://github.com/aws/aws-xray-sdk-go/pull/299 )
6
+
7
+ ### SDK Bugs
8
+ * Fix ` AWS_XRAY_TRACING_NAME ` environment variable issue when directly calling ` xray.BeginSegment ` API [ PR #304 ] ( https://github.com/aws/aws-xray-sdk-go/pull/304 )
9
+
10
+
1
11
Release v1.4.0 (2021-05-03)
2
12
================================
3
13
### SDK Enhancements
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
)
25
25
26
26
// SDKVersion records the current X-Ray Go SDK version.
27
- const SDKVersion = "1.4 .0"
27
+ const SDKVersion = "1.5 .0"
28
28
29
29
// SDKType records which X-Ray SDK customer uses.
30
30
const SDKType = "X-Ray for Go"
You can’t perform that action at this time.
0 commit comments