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
6
6
7
7
### SDK Bugs
8
8
9
+ Release v1.8.5 (2024-11-13)
10
+ ================================
11
+ ### SDK Enhancements
12
+
13
+ ### SDK Bugs
14
+ * Fix and upgrade protobuf [ #PR 469] ( https://github.com/aws/aws-xray-sdk-go/pull/469 )
15
+ * Update fasthttp to v1.52.0 for RSA support [ #PR 478] ( https://github.com/aws/aws-xray-sdk-go/pull/478 )
16
+
17
+
9
18
Release v1.8.4 (2024-04-24)
10
19
================================
11
20
### 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.8.4 "
27
+ const SDKVersion = "1.8.5 "
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