You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,24 @@
1
1
Unreleased
2
2
===============================
3
3
### 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)
0 commit comments