Skip to content

Commit ce841ca

Browse files
authored
Update SDK Version to v2.0.0 (#490)
1 parent fffe66c commit ce841ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

77
### SDK Bugs
88

9+
Release v2.0.0 (2025-02-19)
10+
===============================
11+
### SDK Breaking Changes
12+
* Remove v1 of aws-sdk-go and update sampler to use http client instead of aws sdk [#PR 485](https://github.com/aws/aws-xray-sdk-go/pull/485)
13+
* Addresses CVE-2020-8912 and CVE-2020-8911
14+
15+
### SDK Enhancements
16+
17+
### SDK Bugs
18+
* Update golang.org/x/net to v0.33.0 [#PR 487](https://github.com/aws/aws-xray-sdk-go/pull/487)
19+
* Addresses [CVE-2024-45338](https://github.com/aws/aws-xray-sdk-go/security/dependabot/67)
20+
921
Release v1.8.5 (2024-11-13)
1022
================================
1123
### 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.5"
27+
const SDKVersion = "2.0.0"
2828

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

0 commit comments

Comments
 (0)