Skip to content

Commit 7446e85

Browse files
authored
Release v1.5.0 (#307)
* Update CHANGELOG.md * Update config.go * Update CHANGELOG.md
1 parent 758e21a commit 7446e85

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.5.0 (2021-06-10)
2+
================================
3+
### SDK Enhancements
4+
* gRPC instrumentation support [PR #292](https://github.com/aws/aws-xray-sdk-go/pull/292)
5+
* fasthttp handler instrumentation support [PR #299](https://github.com/aws/aws-xray-sdk-go/pull/299)
6+
7+
### SDK Bugs
8+
* 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)
9+
10+
111
Release v1.4.0 (2021-05-03)
212
================================
313
### SDK Enhancements

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.4.0"
27+
const SDKVersion = "1.5.0"
2828

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

0 commit comments

Comments
 (0)