Skip to content

Commit 3f47d9a

Browse files
authored
prepare for release 1.0.0-rc.13 (#134)
1 parent 20118e3 commit 3f47d9a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
Release v1.0.0-rc.12 (2019-06-11)
217
================================
318
### SDK Breaking Changes

xray/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
// 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"
2828

2929
// SDKType records which X-Ray SDK customer uses.
3030
const SDKType = "X-Ray for Go"

0 commit comments

Comments
 (0)