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
6
6
7
7
### SDK Bugs
8
8
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
+
9
23
Release v1.8.0 (2022-11-08)
10
24
================================
11
25
### 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 )
14
28
15
29
### SDK Bugs
16
30
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.8.0 "
27
+ const SDKVersion = "1.8.1 "
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