Skip to content

Commit

Permalink
Merge pull request #431 from wangzlei/master
Browse files Browse the repository at this point in the history
Update changelog for 1.8.3
  • Loading branch information
wangzlei authored Nov 13, 2023
2 parents d8c7632 + 6b717c7 commit 10e351f
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
Expand Up @@ -6,6 +6,16 @@ Unreleased

### SDK Bugs

Release v1.8.3 (2023-11-13)
================================
### SDK Enhancements

### SDK Bugs
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
* Fix HTTP2 rapid reset vulnerability [#PR 428](https://github.com/aws/aws-xray-sdk-go/pull/428)
* Omit URL's password when stringifying URL for segment name [#PR 422](https://github.com/aws/aws-xray-sdk-go/pull/422)


Release v1.8.2 (2023-09-28)
================================
### 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.8.2"
const SDKVersion = "1.8.3"

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

0 comments on commit 10e351f

Please sign in to comment.