Skip to content

Commit

Permalink
Merge pull request #466 from aws/release_1.8.4
Browse files Browse the repository at this point in the history
Release 1.8.4
  • Loading branch information
srprash authored Apr 24, 2024
2 parents 56ac868 + 6da0a72 commit 68a970b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,27 @@ Unreleased

### SDK Bugs

Release v1.8.3 (2023-11-13)
Release v1.8.4 (2024-04-24)
================================
### SDK Enhancements

### SDK Bugs
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
* Updated go-sqlmock to v1.5.1 [#PR 451](https://github.com/aws/aws-xray-sdk-go/pull/451)
* 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.3 (2023-11-13)
================================
### SDK Enhancements

### SDK Bugs
* Update AWS SDK for Go depdencies [#PR 430](https://github.com/aws/aws-xray-sdk-go/pull/430)
* Fix fatal error: concurrent map iteration and map write [#PR 457](https://github.com/aws/aws-xray-sdk-go/pull/457)
* 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)
* 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)


Release v1.8.2 (2023-09-28)
================================
### SDK Enhancements
Expand Down
2 changes: 1 addition & 1 deletion xray/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// SDKVersion records the current X-Ray Go SDK version.
const SDKVersion = "1.8.3"
const SDKVersion = "1.8.4"

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

0 comments on commit 68a970b

Please sign in to comment.