File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11Unreleased
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
724Release v1.6.0 (2021-07-07)
Original file line number Diff line number Diff 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.
3030const SDKType = "X-Ray for Go"
You can’t perform that action at this time.
0 commit comments