File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ Unreleased
66
77### SDK Bugs
88
9+ Release v1.8.2 (2023-09-28)
10+ ================================
11+ ### SDK Enhancements
12+ * Change how SDK sets the context for AWS SDK calls [ #PR 418] ( https://github.com/aws/aws-xray-sdk-go/pull/418 )
13+
14+ ### SDK Bugs
15+ * Suppress Panic in Emitter [ #PR 419] ( https://github.com/aws/aws-xray-sdk-go/pull/419 )
16+
17+
918Release v1.8.1 (2023-02-27)
1019================================
1120### SDK Enhancements
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424)
2525
2626// SDKVersion records the current X-Ray Go SDK version.
27- const SDKVersion = "1.8.1 "
27+ const SDKVersion = "1.8.2 "
2828
2929// SDKType records which X-Ray SDK customer uses.
3030const SDKType = "X-Ray for Go"
You can’t perform that action at this time.
0 commit comments