Skip to content

Commit

Permalink
Release v1.5.0 (#307)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update config.go

* Update CHANGELOG.md
  • Loading branch information
bhautikpip committed Jun 10, 2021
1 parent 758e21a commit 7446e85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.5.0 (2021-06-10)
================================
### SDK Enhancements
* gRPC instrumentation support [PR #292](https://github.com/aws/aws-xray-sdk-go/pull/292)
* fasthttp handler instrumentation support [PR #299](https://github.com/aws/aws-xray-sdk-go/pull/299)

### SDK Bugs
* Fix `AWS_XRAY_TRACING_NAME` environment variable issue when directly calling `xray.BeginSegment` API [PR #304](https://github.com/aws/aws-xray-sdk-go/pull/304)


Release v1.4.0 (2021-05-03)
================================
### SDK Enhancements
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.4.0"
const SDKVersion = "1.5.0"

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

0 comments on commit 7446e85

Please sign in to comment.