Skip to content

Commit 10e351f

Browse files
authored
Merge pull request #431 from wangzlei/master
Update changelog for 1.8.3
2 parents d8c7632 + 6b717c7 commit 10e351f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Unreleased
66

77
### SDK Bugs
88

9+
Release v1.8.3 (2023-11-13)
10+
================================
11+
### SDK Enhancements
12+
13+
### SDK Bugs
14+
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
15+
* Fix HTTP2 rapid reset vulnerability [#PR 428](https://github.com/aws/aws-xray-sdk-go/pull/428)
16+
* Omit URL's password when stringifying URL for segment name [#PR 422](https://github.com/aws/aws-xray-sdk-go/pull/422)
17+
18+
919
Release v1.8.2 (2023-09-28)
1020
================================
1121
### SDK Enhancements

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

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

0 commit comments

Comments
 (0)