Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@MrAlias MrAlias released this 10 Jul 17:59
v0.8.0
83f8ffa

This release upgrades its go.opentelemetry.io/otel dependency to v0.8.0, includes minor fixes, and new instrumentation.

Additions

  • Create this CHANGELOG.md. (#114)
  • Add emicklei/go-restful/v3 trace instrumentation. (#115)

Changed

  • Update CONTRIBUTING.md to ask for updates to CHANGELOG.md with each pull request. (#114)
  • Move all github.com package instrumentation under a github.com directory. (#118)

Fixed

  • Update README to include information about external instrumentation.
    To start, this includes native instrumentation found in the go-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)