File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release v1.3.0 (2021-02-02)
2
+ ================================
3
+ ### SDK Enhancements
4
+ * Added SQL tracing name support (for database with same name) [ PR #273 ] ( https://github.com/aws/aws-xray-sdk-go/pull/273 )
5
+ * Added automated release workflow [ PR #274 ] ( https://github.com/aws/aws-xray-sdk-go/pull/274 )
6
+
1
7
Release v1.2.0 (2021-01-05)
2
8
================================
3
9
### SDK Enhancements
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
)
25
25
26
26
// SDKVersion records the current X-Ray Go SDK version.
27
- const SDKVersion = "1.2 .0"
27
+ const SDKVersion = "1.3 .0"
28
28
29
29
// SDKType records which X-Ray SDK customer uses.
30
30
const SDKType = "X-Ray for Go"
You can’t perform that action at this time.
0 commit comments