File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,25 @@ Unreleased
66
77### SDK Bugs
88
9+ Release v1.8.1 (2023-02-27)
10+ ================================
11+ ### SDK Enhancements
12+
13+ ### SDK Bugs
14+ * Fix Sample App Solution Stack and GO version [ #PR 388] ( https://github.com/aws/aws-xray-sdk-go/pull/388 )
15+ * Fix AWS GO SDK Vulnerability [ #PR 390] ( https://github.com/aws/aws-xray-sdk-go/pull/390 )
16+ * Fix mutex deadlock [ #PR 393] ( https://github.com/aws/aws-xray-sdk-go/pull/393 )
17+ * Update golang.org/x/text to fix CVEs [ #PR 400] ( https://github.com/aws/aws-xray-sdk-go/pull/400 )
18+ * Fix CVEs in integration tests [ #PR 401] ( https://github.com/aws/aws-xray-sdk-go/pull/401 )
19+ * Update sample app dependencies [ #PR 405] ( https://github.com/aws/aws-xray-sdk-go/pull/405 )
20+ * Update golang.org/x/net to fix CVEs [ #PR 406] ( https://github.com/aws/aws-xray-sdk-go/pull/406 )
21+
22+
923Release v1.8.0 (2022-11-08)
1024================================
1125### SDK Enhancements
12- * Oversampling Mitigation [ #PR381 ] ( https://github.com/aws/aws-xray-sdk-go/pull/381 )
13- * Changed Missing Context default strategy to log [ #PR382 ] ( https://github.com/aws/aws-xray-sdk-go/pull/382 )
26+ * Oversampling Mitigation [ #PR 381 ] ( https://github.com/aws/aws-xray-sdk-go/pull/381 )
27+ * Changed Missing Context default strategy to log [ #PR 382 ] ( https://github.com/aws/aws-xray-sdk-go/pull/382 )
1428
1529### SDK Bugs
1630
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.0 "
27+ const SDKVersion = "1.8.1 "
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