Skip to content

Commit

Permalink
Release PR v1.6.0 (#314)
Browse files Browse the repository at this point in the history
* Release PR v1.6.0

PR includes changes related to CHANGELOG and config.

* Update SDK config version
  • Loading branch information
bhautikpip authored Jul 6, 2021
1 parent f36e526 commit 53bbd9a
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.6.0 (2021-07-06)
================================
### SDK Enhancements
* AWS SDK v2 instrumentation support [PR #309](https://github.com/aws/aws-xray-sdk-go/pull/309)

### SDK Bugs
* Fixed appending to existing gRPC context [PR #308](https://github.com/aws/aws-xray-sdk-go/pull/308)
* Fixed memory leak issue on fasthttp handler [PR #311](https://github.com/aws/aws-xray-sdk-go/pull/311)


Release v1.5.0 (2021-06-10)
================================
### 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.5.0"
const SDKVersion = "1.6.0"

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

0 comments on commit 53bbd9a

Please sign in to comment.