Skip to content

Commit 1e15418

Browse files
authored
Merge pull request #407 from jj22ee/master
Update changelog for 1.8.1
2 parents 94cd14e + b795be7 commit 1e15418

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,25 @@ Unreleased
66

77
### SDK Bugs
88

9+
Release v1.8.1 (2023-02-27)
10+
================================
11+
### SDK Enhancements
12+
13+
### SDK Bugs
14+
* Fix Sample App Solution Stack and GO version [#PR 388](https://github.com/aws/aws-xray-sdk-go/pull/388)
15+
* Fix AWS GO SDK Vulnerability [#PR 390](https://github.com/aws/aws-xray-sdk-go/pull/390)
16+
* Fix mutex deadlock [#PR 393](https://github.com/aws/aws-xray-sdk-go/pull/393)
17+
* Update golang.org/x/text to fix CVEs [#PR 400](https://github.com/aws/aws-xray-sdk-go/pull/400)
18+
* Fix CVEs in integration tests [#PR 401](https://github.com/aws/aws-xray-sdk-go/pull/401)
19+
* Update sample app dependencies [#PR 405](https://github.com/aws/aws-xray-sdk-go/pull/405)
20+
* Update golang.org/x/net to fix CVEs [#PR 406](https://github.com/aws/aws-xray-sdk-go/pull/406)
21+
22+
923
Release v1.8.0 (2022-11-08)
1024
================================
1125
### SDK Enhancements
12-
* Oversampling Mitigation [#PR381](https://github.com/aws/aws-xray-sdk-go/pull/381)
13-
* Changed Missing Context default strategy to log [#PR382](https://github.com/aws/aws-xray-sdk-go/pull/382)
26+
* Oversampling Mitigation [#PR 381](https://github.com/aws/aws-xray-sdk-go/pull/381)
27+
* Changed Missing Context default strategy to log [#PR 382](https://github.com/aws/aws-xray-sdk-go/pull/382)
1428

1529
### SDK Bugs
1630

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

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

0 commit comments

Comments
 (0)