Release v0.8.0
This release upgrades its go.opentelemetry.io/otel dependency to v0.8.0, includes minor fixes, and new instrumentation.
Additions
Changed
- Update
CONTRIBUTING.md
to ask for updates toCHANGELOG.md
with each pull request. (#114) - Move all
github.com
package instrumentation under ag.yxqyang.asia
directory. (#118)
Fixed
- Update README to include information about external instrumentation.
To start, this includes native instrumentation found in thego-redis/redis
package. (#117) - Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.2 in /tools. (#122, #123, #125)
- Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver. (#124)
Commits since previous release (v0.7.0)
83f8ffa (HEAD -> master, tag: v0.8.0, tag: instrumentation/runtime/v0.8.0, tag: instrumentation/gopkg.in/macaron.v1/v0.8.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.8.0, tag: instrumentation/github.com/labstack/echo/v0.8.0, tag: instrumentation/github.com/gorilla/mux/v0.8.0, tag: instrumentation/github.com/gin-gonic/gin/v0.8.0, tag: instrumentation/github.com/emicklei/go-restful/v0.8.0, tag: exporters/metric/dogstatsd/v0.8.0, tag: exporters/metric/datadog/v0.8.0, upstream/master, origin/master, origin/HEAD) Release v0.8.0 (#129)
bdcc7fd Bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 in /tools (#125)
0019f1c Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver (#124)
ae0d272 Bump github.com/golangci/golangci-lint from 1.28.0 to 1.28.1 in /tools (#123)
09dd737 Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.0 in /tools (#122)
e24f778 Slight improvement to doc.go for go-restful to meet docs requirement (#121)
412a4a8 Add link to go-redis/redis OpenTelemetry integration (#117)
19be05c Include emicklei/go-restful in directory move (#120)
370078e Move all github.com instrumentation plugins down one level in directory hierarchy (#118)
a24a7d5 Add emicklei/go-restful instrumentation (#115)
9b5da8f Create a changelog to document changes between versions (#114)