Skip to content

Commit 43f6068

Browse files
authored
prepare for release v1.0.0-rc.15 (#201)
* DummySegment and DummySubSegment creation * Revert "DummySegment and DummySubSegment creation" This reverts commit 4edb4b5. * Revert "Revert "DummySegment and DummySubSegment creation"" This reverts commit 0442d84. * ran gofmt command to remove golint warnings * remove redundent declaration * Added Dummysegment creation logic * Added reviewdog suggestions * modified code based on feedback * Prepare for release 1.0.0- rc.15
1 parent 63ea3ab commit 43f6068

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Release v1.0.0-rc.15 (2019-03-09)
2+
================================
3+
### SDK Breaking Changes
4+
* Custom SQL driver. [PR #169](https://github.com/aws/aws-xray-sdk-go/pull/169)
5+
6+
### SDK Enhancements
7+
* Efficient implementation of wildcard matching. [PR #149](https://github.com/aws/aws-xray-sdk-go/pull/149)
8+
* Whitelisting Sagemaker runtime InvokeEndpoint operation. [PR #154](https://github.com/aws/aws-xray-sdk-go/pull/154/files)
9+
* Added context missing environment variable support. [PR #161](https://github.com/aws/aws-xray-sdk-go/pull/161)
10+
* Added stale bot support for Github Repository. [PR #162](https://github.com/aws/aws-xray-sdk-go/pull/162)
11+
* Upgrade golangci-lint version. [PR #166](https://github.com/aws/aws-xray-sdk-go/pull/166)
12+
* Fixes golint warnings. [PR #170](https://github.com/aws/aws-xray-sdk-go/pull/170)
13+
* Added support for Git Actions. [PR #172](https://github.com/aws/aws-xray-sdk-go/pull/172)
14+
* README update for presign request. [PR #176](https://github.com/aws/aws-xray-sdk-go/pull/176)
15+
* Fix data races in testing. [PR #177](https://github.com/aws/aws-xray-sdk-go/pull/177)
16+
* Fixes sampling issue in calling BeginSegment API directly. [PR #187](https://github.com/aws/aws-xray-sdk-go/pull/187)
17+
* Captures error type from panic. [PR #195](https://github.com/aws/aws-xray-sdk-go/pull/195)
18+
* Upgrades Sqlmock to 1.4.1 . [PR #190](https://github.com/aws/aws-xray-sdk-go/pull/190)
19+
* Fixes data race in default sampling strategy. [PR #196](https://github.com/aws/aws-xray-sdk-go/pull/196)
20+
* Added benchmark support to data races and performance issues. [PR #197](https://github.com/aws/aws-xray-sdk-go/pull/197)
21+
* Upgrades Travis CI to add Go 1.14 . [PR #198](https://github.com/aws/aws-xray-sdk-go/pull/198)
22+
* Fixes data race in emitter. [PR #200](https://github.com/aws/aws-xray-sdk-go/pull/200)
23+
24+
### SDK Bugs
25+
* Fixes break logging tools. [PR #185](https://github.com/aws/aws-xray-sdk-go/pull/185)
26+
* Fixes memory leak in BeginSegment method. [PR #156](https://github.com/aws/aws-xray-sdk-go/pull/156)
27+
128
Release v1.0.0-rc.14 (2019-09-03)
229
================================
330
### SDK Enhancements

0 commit comments

Comments
 (0)