Skip to content

Commit 68a970b

Browse files
authored
Merge pull request #466 from aws/release_1.8.4
Release 1.8.4
2 parents 56ac868 + 6da0a72 commit 68a970b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

77
### SDK Bugs
88

9-
Release v1.8.3 (2023-11-13)
9+
Release v1.8.4 (2024-04-24)
1010
================================
1111
### SDK Enhancements
1212

1313
### SDK Bugs
14-
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
14+
* Updated go-sqlmock to v1.5.1 [#PR 451](https://github.com/aws/aws-xray-sdk-go/pull/451)
1515
* Fix HTTP2 rapid reset vulnerability [#PR 428](https://github.com/aws/aws-xray-sdk-go/pull/428)
1616
* Omit URL's password when stringifying URL for segment name [#PR 422](https://github.com/aws/aws-xray-sdk-go/pull/422)
1717

1818

19+
Release v1.8.3 (2023-11-13)
20+
================================
21+
### SDK Enhancements
22+
23+
### SDK Bugs
24+
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
25+
* Fix fatal error: concurrent map iteration and map write [#PR 457](https://github.com/aws/aws-xray-sdk-go/pull/457)
26+
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 [#PR 459](https://github.com/aws/aws-xray-sdk-go/pull/459)
27+
* Bump golang.org/x/net from 0.18.0 to 0.23.0 [#PR 464](https://github.com/aws/aws-xray-sdk-go/pull/464)
28+
29+
1930
Release v1.8.2 (2023-09-28)
2031
================================
2132
### 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.3"
27+
const SDKVersion = "1.8.4"
2828

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

0 commit comments

Comments
 (0)