Skip to content

Commit

Permalink
Addressing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atshaw43 committed Sep 14, 2022
1 parent ae9958b commit d1e5c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ Unreleased
### SDK Bugs


Release v1.8.0 (2022-09-13)
Release v1.7.1 (2022-09-14)
================================
### SDK Enhancements
* Replace error type assertions with errors.As in DefaultFormattingStrategy [#PR 353](https://github.com/aws/aws-xray-sdk-go/pull/353)
* Dummy segments don't need cancel go routine [#PR 365](https://github.com/aws/aws-xray-sdk-go/pull/365)
* Strip X-Amz-Security-Token from SQL URIs [#PR 367](https://github.com/aws/aws-xray-sdk-go/pull/367)
* Added OTel Go links to readme [#PR 369](https://github.com/aws/aws-xray-sdk-go/pull/369)
* Added segment creation in instrumentation example [#PR 370](https://github.com/aws/aws-xray-sdk-go/pull/370)
* Upgrading Go Version [#PR 379](https://github.com/aws/aws-xray-sdk-go/pull/379)

### SDK Bugs
* Local test daemon for grpc server test cases [#PR 375](https://github.com/aws/aws-xray-sdk-go/pull/375)


Release v1.7.0 (2022-04-11)
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.8.0"
const SDKVersion = "1.7.1"

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

0 comments on commit d1e5c40

Please sign in to comment.