Skip to content

Commit

Permalink
Updated CHANGELOG for release v1.7.0 (#354)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG for release v1.7.0

* Added go dep removal in CHANGELOG

* Updated config file version to 1.7.0

* Updated CHANGELOG

* Modified release date
  • Loading branch information
bhautikpip authored Apr 11, 2022
1 parent b75a7c4 commit be93352
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
Unreleased
===============================
### SDK Breaking Changes
* Removes support for go [dep](https://github.com/golang/dep). [PR #343](https://github.com/aws/aws-xray-sdk-go/pull/343)

### SDK Enhancements

### SDK Bugs


Release v1.7.0 (2021-04-11)
================================
### SDK Enhancements
* Removes deprecated method checks in SQL instrumentation [PR #341](https://github.com/aws/aws-xray-sdk-go/pull/341)
* Migrates private API named httpTrace public [PR #329](https://github.com/aws/aws-xray-sdk-go/pull/329)
* Migrates to use `grpc.SetHeader` API [PR #312](https://github.com/aws/aws-xray-sdk-go/pull/312)
* Removes support for go dep [PR #343](https://github.com/aws/aws-xray-sdk-go/pull/343)
* Replace error type assertions with `errors.As` [PR #353](https://github.com/aws/aws-xray-sdk-go/pull/353)

### SDK Bugs
* Fixes segment leaking issues in `BeginSegmentWithSampling` API [PR #327](https://github.com/aws/aws-xray-sdk-go/pull/327)
* Updates github.com/valyala/fasthttp dependency to v1.34.0 to fix security vulnerability issue [PR #351](https://github.com/aws/aws-xray-sdk-go/pull/351)


Release v1.6.0 (2021-07-07)
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.6.0"
const SDKVersion = "1.7.0"

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

0 comments on commit be93352

Please sign in to comment.