Skip to content

Commit

Permalink
Update changelog for 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Feb 25, 2023
1 parent 94cd14e commit b795be7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,25 @@ Unreleased

### SDK Bugs

Release v1.8.1 (2023-02-27)
================================
### SDK Enhancements

### SDK Bugs
* Fix Sample App Solution Stack and GO version [#PR 388](https://github.com/aws/aws-xray-sdk-go/pull/388)
* Fix AWS GO SDK Vulnerability [#PR 390](https://github.com/aws/aws-xray-sdk-go/pull/390)
* Fix mutex deadlock [#PR 393](https://github.com/aws/aws-xray-sdk-go/pull/393)
* Update golang.org/x/text to fix CVEs [#PR 400](https://github.com/aws/aws-xray-sdk-go/pull/400)
* Fix CVEs in integration tests [#PR 401](https://github.com/aws/aws-xray-sdk-go/pull/401)
* Update sample app dependencies [#PR 405](https://github.com/aws/aws-xray-sdk-go/pull/405)
* Update golang.org/x/net to fix CVEs [#PR 406](https://github.com/aws/aws-xray-sdk-go/pull/406)


Release v1.8.0 (2022-11-08)
================================
### SDK Enhancements
* Oversampling Mitigation [#PR381](https://github.com/aws/aws-xray-sdk-go/pull/381)
* Changed Missing Context default strategy to log [#PR382](https://github.com/aws/aws-xray-sdk-go/pull/382)
* Oversampling Mitigation [#PR 381](https://github.com/aws/aws-xray-sdk-go/pull/381)
* Changed Missing Context default strategy to log [#PR 382](https://github.com/aws/aws-xray-sdk-go/pull/382)

### SDK Bugs

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.8.1"

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

0 comments on commit b795be7

Please sign in to comment.