Skip to content

Commit 1ef5601

Browse files
authored
Release v1.2.0 (#272)
* Added sample apps code * Added terraform and Github workflow * remove test yml file and modified copy command * Added rsync command for copy * modified path * Added go env and modified workflow * Added testing and resouce tear down * syntax fix * modified description * minor changes * Added test.yml file * Modified workflow to work with test framework * fix issue * fix bug * fix test case issue * Added s3 list buckets * removed sample app dir * minor changes to integ test workflow * added replace to deploy on eb * added region to app and minor workflow fix * fix workflow error * modified ecr workflow to point to local module * prepare for release v1.2.0 * Updated release date * minor change
1 parent 59038a9 commit 1ef5601

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.2.0 (2021-01-05)
2+
================================
3+
### SDK Enhancements
4+
* Refresh messages are `debug` to reduce log noise. [PR #241](https://github.com/aws/aws-xray-sdk-go/pull/241)
5+
* Added `runtime` and `runtime_version` keys [PR #245](https://github.com/aws/aws-xray-sdk-go/pull/245)
6+
* `BeginSegment` API honors sampling rule based on `ServiceName` [PR #244](https://github.com/aws/aws-xray-sdk-go/pull/244)
7+
* Added `IGNORE_ERROR` mode for context missing strategy [PR #253](https://github.com/aws/aws-xray-sdk-go/pull/253)
8+
* Added X-Ray Go SDK sample apps and added Github workflow to publish sample app image tags to ECR [PR #261](https://github.com/aws/aws-xray-sdk-go/pull/261)
9+
* Added Github workflow for end to end Integration Test for X-Ray Go SDK [PR #270](https://github.com/aws/aws-xray-sdk-go/pull/270)
10+
11+
### SDK Bugs
12+
* Fix typo (Metdata -> Metadata) [PR #239](https://github.com/aws/aws-xray-sdk-go/pull/239)
13+
* Remove Deprecated `set-env` and `add-path` syntax from workflow [PR #267](https://github.com/aws/aws-xray-sdk-go/pull/267)
14+
* Fix elastic beanstalk solution stack name [PR #271](https://github.com/aws/aws-xray-sdk-go/pull/271)
15+
116
Release v1.1.0 (2020-06-08)
217
================================
318
### SDK Breaking Changes

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

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

0 commit comments

Comments
 (0)