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
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [0.8.0] - 2020-07-10
12
+
13
+
This release upgrades its [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.8.0) dependency to v0.8.0, includes minor fixes, and new instrumentation.
- Move all github.com package instrumentation under a github.com directory. (#118)
18
22
- Update `CONTRIBUTING.md` to ask for updates to `CHANGELOG.md` with each pull request. (#114)
19
-
- Create this `CHANGELOG.md`. (#114)
23
+
- Move all `github.com` package instrumentation under a `github.com` directory. (#118)
24
+
25
+
### Fixed
26
+
27
+
- Update README to include information about external instrumentation.
28
+
To start, this includes native instrumentation found in the `go-redis/redis` package. (#117)
29
+
- Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.2 in /tools. (#122, #123, #125)
30
+
- Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver. (#124)
20
31
21
32
## [0.7.0] - 2020-06-29
22
33
23
-
This release upgrades its [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go"Open Telemetry for Go on Github") dependency to v0.7.0.
34
+
This release upgrades its [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.7.0) dependency to v0.7.0.
24
35
25
36
### Added
26
37
@@ -66,6 +77,7 @@ First official tagged release of `contrib` repository.
66
77
- Prefix support for dogstatsd (#34)
67
78
- Update Go Runtime package to use batch observer (#44)
0 commit comments