You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [0.14.0] - 2020-11-20
12
+
11
13
### Added
12
14
13
15
-`otelhttp.{Get,Head,Post,PostForm}` convenience wrappers for their `http` counterparts. (#390)
16
+
- The AWS detector now adds the cloud zone, host image ID, host type, and host name to the returned `Resource`. (#410)
14
17
15
18
### Changed
16
19
@@ -22,6 +25,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
22
25
## Fixed
23
26
24
27
-`/detectors/aws` no longer fails if instance metadata is not available (e.g. not running in AWS) (#401)
28
+
- The AWS detector now returns a partial resource and an appropriate error if it encounters an error part way through determining a `Resource` identity. (#410)
29
+
- The `host` instrumentation unit test has been updated to not depend on the system it runs on. (#426)
25
30
26
31
## [0.13.0] - 2020-10-09
27
32
@@ -224,7 +229,8 @@ First official tagged release of `contrib` repository.
224
229
- Prefix support for dogstatsd (#34)
225
230
- Update Go Runtime package to use batch observer (#44)
0 commit comments