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
1
+ Release v1.1.0 (2020-06-08)
2
+ ================================
3
+ ### SDK Breaking Changes
4
+ * Added Disabling XRay SDK Support. [ PR #219 ] ( https://github.com/aws/aws-xray-sdk-go/pull/219 )
5
+
6
+ ### SDK Enhancements
7
+ * Added IMDSv2 Support. [ PR #235 ] ( https://github.com/aws/aws-xray-sdk-go/pull/235 )
8
+ * Sanitize query string from url in http client segment [ PR #228 ] ( https://github.com/aws/aws-xray-sdk-go/pull/228 )
9
+
1
10
Release v1.0.1 (2020-04-28)
2
11
================================
3
12
### 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.0 .0"
27
+ const SDKVersion = "1.1 .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