Skip to content

Commit

Permalink
prepare for release 1.0.0-rc.13 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
luluzhao committed Jul 18, 2019
1 parent 20118e3 commit 3f47d9a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.0.0-rc.13 (2019-07-18)
================================
### SDK New Features
* Support capturing AWS SNS Topic ARN. [PR #132](https://github.com/aws/aws-xray-sdk-go/pull/132)
* Add `xray.AWSSession` to install handlers on session. [PR #97](https://github.com/aws/aws-xray-sdk-go/pull/97)

### SDK Breaking Changes
* Remove Glide(dependency management tool) support. [PR #129](https://github.com/aws/aws-xray-sdk-go/pull/129)

### SDK Enhancements
* Update README regarding Lambda use cases. [PR #128](https://github.com/aws/aws-xray-sdk-go/pull/128)
* Fix a bug to close in_progress response subsegment. [PR #125](https://github.com/aws/aws-xray-sdk-go/pull/125)
* Move mutex to private member for sampling. [PR #123](https://github.com/aws/aws-xray-sdk-go/pull/123)
* Fix format after running Lints. [PR #117](https://github.com/aws/aws-xray-sdk-go/pull/117)

Release v1.0.0-rc.12 (2019-06-11)
================================
### SDK Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion xray/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// SDKVersion records the current X-Ray Go SDK version.
const SDKVersion = "1.0.0-rc.12"
const SDKVersion = "1.0.0-rc.13"

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

0 comments on commit 3f47d9a

Please sign in to comment.