Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8.4 #466

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading