We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72e095 commit 22b714bCopy full SHA for 22b714b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+Release v1.0.0-rc.8 (2018-10-04)
2
+================================
3
+### SDK Bugs
4
+* Adding hostname support for daemon address parsing
5
+
6
+### SDK Enhancements
7
+* Increase unit test coverage
8
9
Release v1.0.0-rc.7 (2018-09-27)
10
================================
11
### SDK Breaking changes
xray/config.go
@@ -24,7 +24,7 @@ import (
24
)
25
26
// SDKVersion records the current X-Ray Go SDK version.
27
-const SDKVersion = "1.0.0-rc.7"
+const SDKVersion = "1.0.0-rc.8"
28
29
// SDKType records which X-Ray SDK customer uses.
30
const SDKType = "X-Ray for Go"
0 commit comments