Skip to content

Commit be93352

Browse files
authored
Updated CHANGELOG for release v1.7.0 (#354)
* 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
1 parent b75a7c4 commit be93352

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
Unreleased
22
===============================
33
### SDK Breaking Changes
4-
* Removes support for go [dep](https://github.com/golang/dep). [PR #343](https://github.com/aws/aws-xray-sdk-go/pull/343)
4+
5+
### SDK Enhancements
6+
7+
### SDK Bugs
8+
9+
10+
Release v1.7.0 (2021-04-11)
11+
================================
12+
### SDK Enhancements
13+
* Removes deprecated method checks in SQL instrumentation [PR #341](https://github.com/aws/aws-xray-sdk-go/pull/341)
14+
* Migrates private API named httpTrace public [PR #329](https://github.com/aws/aws-xray-sdk-go/pull/329)
15+
* Migrates to use `grpc.SetHeader` API [PR #312](https://github.com/aws/aws-xray-sdk-go/pull/312)
16+
* Removes support for go dep [PR #343](https://github.com/aws/aws-xray-sdk-go/pull/343)
17+
* Replace error type assertions with `errors.As` [PR #353](https://github.com/aws/aws-xray-sdk-go/pull/353)
18+
19+
### SDK Bugs
20+
* Fixes segment leaking issues in `BeginSegmentWithSampling` API [PR #327](https://github.com/aws/aws-xray-sdk-go/pull/327)
21+
* 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)
522

623

724
Release v1.6.0 (2021-07-07)

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.6.0"
27+
const SDKVersion = "1.7.0"
2828

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

0 commit comments

Comments
 (0)