File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release v1.0.0-rc.13 (2019-07-18)
2
+ ================================
3
+ ### SDK New Features
4
+ * Support capturing AWS SNS Topic ARN. [ PR #132 ] ( https://github.com/aws/aws-xray-sdk-go/pull/132 )
5
+ * Add ` xray.AWSSession ` to install handlers on session. [ PR #97 ] ( https://github.com/aws/aws-xray-sdk-go/pull/97 )
6
+
7
+ ### SDK Breaking Changes
8
+ * Remove Glide(dependency management tool) support. [ PR #129 ] ( https://github.com/aws/aws-xray-sdk-go/pull/129 )
9
+
10
+ ### SDK Enhancements
11
+ * Update README regarding Lambda use cases. [ PR #128 ] ( https://github.com/aws/aws-xray-sdk-go/pull/128 )
12
+ * Fix a bug to close in_progress response subsegment. [ PR #125 ] ( https://github.com/aws/aws-xray-sdk-go/pull/125 )
13
+ * Move mutex to private member for sampling. [ PR #123 ] ( https://github.com/aws/aws-xray-sdk-go/pull/123 )
14
+ * Fix format after running Lints. [ PR #117 ] ( https://github.com/aws/aws-xray-sdk-go/pull/117 )
15
+
1
16
Release v1.0.0-rc.12 (2019-06-11)
2
17
================================
3
18
### SDK Breaking Changes
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-rc.12 "
27
+ const SDKVersion = "1.0.0-rc.13 "
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