Skip to content

Commit d290222

Browse files
authored
Merge pull request #377 from aws/atshaw43
Updated CHANGELOG for release v1.7.1
2 parents 9149aa9 + 57e0155 commit d290222

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Unreleased
77
### SDK Bugs
88

99

10+
Release v1.7.1 (2022-09-14)
11+
================================
12+
### SDK Enhancements
13+
14+
### SDK Bugs
15+
* Replace error type assertions with errors.As in DefaultFormattingStrategy [#PR 353](https://github.com/aws/aws-xray-sdk-go/pull/353)
16+
* Dummy segments don't need cancel go routine [#PR 365](https://github.com/aws/aws-xray-sdk-go/pull/365)
17+
* Strip X-Amz-Security-Token from SQL URIs [#PR 367](https://github.com/aws/aws-xray-sdk-go/pull/367)
18+
* Upgrading Go Version [#PR 379](https://github.com/aws/aws-xray-sdk-go/pull/379)
19+
20+
1021
Release v1.7.0 (2022-04-11)
1122
================================
1223
### SDK Enhancements
@@ -212,7 +223,7 @@ Release v1.0.0-rc.7 (2018-09-27)
212223
Release v1.0.0-rc.6 (2018-09-25)
213224
================================
214225
### SDK Breaking changes
215-
* The default sampling strategy is `CentralizedStrategy` that launches background tasks to poll sampling rules from X-Ray backend. See the new default sampling strategy in more details
226+
* The default sampling strategy is `CentralizedStrategy` that launches background tasks to poll sampling rules from X-Ray backend. See the new default sampling strategy in more details
216227
here: [Link](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling)
217228
* The `ShouldTrace()` function in the `Strategy` interface now takes a `Request` structure for sampling rule matching and returns `Decision` object
218229
* Updated `aws-sdk-go` version in `glide.yaml` file to `1.15.23`.
@@ -266,12 +277,11 @@ Release v1.0.0-rc.1 (2018-01-15)
266277
* Remove attempt number when AWS SDK retries.
267278
* Make HTTP requests if segment doesn't exist.
268279
* Add Go SDK Version, Go Compiler and X-Ray SDK information in segment document.
269-
* Set remote value when AWS request fails due to a service-side error.
280+
* Set remote value when AWS request fails due to a service-side error.
270281

271282
Release v0.9.4 (2017-09-08)
272283
===========================
273284
### SDK Enhancements
274285
* Refactor code to fit Go Coding Standard.
275286
* Update README.
276287
* `aws-xray-sdk-go/xray`: make HTTP request if segment cannot be found.
277-

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

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

0 commit comments

Comments
 (0)