From 5e4aa692934024d3095c93053d5e73fb40a4002d Mon Sep 17 00:00:00 2001 From: Wang Date: Fri, 10 Nov 2023 15:51:03 -0800 Subject: [PATCH 1/2] Update changelog for 1.8.3 --- CHANGELOG.md | 10 ++++++++++ xray/config.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44e2fac..7f50ddca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Unreleased ### SDK Bugs +Release v1.8.3 (2023-11-13) +================================ +### SDK Enhancements + +### SDK Bugs +* Update AWS SDK for Go SDK 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 diff --git a/xray/config.go b/xray/config.go index 23965194..d3a0dce4 100644 --- a/xray/config.go +++ b/xray/config.go @@ -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" From 6b717c755a9e597672cf89467a83e542e8d44b77 Mon Sep 17 00:00:00 2001 From: Wang Date: Fri, 10 Nov 2023 15:53:56 -0800 Subject: [PATCH 2/2] Update changelog for 1.8.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f50ddca..0e6e9bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Release v1.8.3 (2023-11-13) ### SDK Enhancements ### SDK Bugs -* Update AWS SDK for Go SDK depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430) +* 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)