Skip to content

Releases: open-telemetry/opentelemetry-go-compile-instrumentation

v0.1.0

26 Dec 02:22
8f406cb

Choose a tag to compare

We are very excited to release the first version! While it is still under development, we can see it getting closer and closer to being production-ready. 🌟

What's Changed

  • Add CODEOWNERS file by @reyang in #2
  • Basic setup for the project by @ralf0131 in #1
  • Add FOSSA scanning workflow by @opentelemetrybot in #4
  • feat: prototype injection by @y1yang0 in #7
  • Add ossf-scorecard scanning workflow by @opentelemetrybot in #13
  • chore: add basic CI pipeline by @123liuziming in #12
  • Add Renovate configuration by @opentelemetrybot in #19
  • feat: support semconv for http by @123liuziming in #15
  • docs: update CONTRIBUTING.md and add MAINTAINERS.md by @kakkoyun in #20
  • chore: upgrade actions/setup-go by @RomainMuller in #22
  • chore: transform PNG diagrams to mermaid by @RomainMuller in #21
  • feat: support semconv for net by @123liuziming in #16
  • feat(linter): Establish pedantic linting by @kakkoyun in #26
  • chore(ci): Update the conventional commit labeler to prevent false positives because of permissions by @kakkoyun in #24
  • docs: add implementation detail document by @y1yang0 in #14
  • docs: user experience design brief by @RomainMuller in #11
  • chore(ci): Add minimum token permissions for all github workflow files by @opentelemetrybot in #32
  • chore(doc): Standardize maintainer/approver/etc listings by @trask in #31
  • feat: add overall instrument skeleton by @y1yang0 in #30
  • feat: tests improvements by @pdelewski in #33
  • feat: find project's dependencies by @y1yang0 in #34
  • Sort contributor listings and remove affiliation from emeriti by @opentelemetrybot in #36
  • feat: match hook rules with found dependencies by @y1yang0 in #35
  • feat: add instrumenter for gathering telemetry data by @123liuziming in #23
  • chore: consolidate hook dir by @y1yang0 in #37
  • feat: introduce hook dependencies via otel.runtime.go by @y1yang0 in #38
  • feat: new otel version subcommand by @y1yang0 in #40
  • feat: custom error handling by @y1yang0 in #41
  • feat: sync new dependencies to go.mod by @y1yang0 in #39
  • refactor: simplify error handling chain by @y1yang0 in #42
  • chore(ci): add check typos by @Rinai-R in #45
  • chore(ci): add markdownlint for markdown formatting check by @Whitea029 in #44
  • feat: instrument.load matched rules from setup phase by @y1yang0 in #43
  • chore: Add minimum token permissions for all github workflow files by @opentelemetrybot in #48
  • feat: match the rules with compile command in instrument phase by @y1yang0 in #46
  • chore: refactor CLI baseline using github.com/urfave/cli/v2 by @RomainMuller in #49
  • chore(ci): enabling tests again by @pdelewski in #53
  • chore(deps): pin dependencies by @renovate[bot] in #55
  • chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in #56
  • chore(deps): update ossf/scorecard-action action to v2.4.2 by @renovate[bot] in #58
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to 31d19f6 by @renovate[bot] in #57
  • chore(deps): update crate-ci/typos action to v1.36.2 by @renovate[bot] in #63
  • chore(deps): update codecov/codecov-action action to v5.5.1 by @renovate[bot] in #62
  • chore(deps): update actions/setup-go action to v5.5.0 by @renovate[bot] in #61
  • chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in #60
  • feat: instrument the package by @y1yang0 in #50
  • chore(deps): update github/codeql-action action to v3.30.5 by @renovate[bot] in #70
  • chore(deps): update fossas/fossa-action action to v1.7.0 by @renovate[bot] in #69
  • chore(deps): update crate-ci/typos action to v1.36.3 by @renovate[bot] in #66
  • fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #71
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to 5b38220 by @renovate[bot] in #59
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to 9dda369 by @renovate[bot] in #73
  • fix(deps): update module golang.org/x/mod to v0.28.0 by @renovate[bot] in #72
  • chore: auto-sync api.tmpl and pkg/inst/context.go by @y1yang0 in #68
  • chore: allow renovatebot to update all deps at once by @y1yang0 in #81
  • fix: rework renovate bot by @y1yang0 in #84
  • refactor: differentiate between Wrapf and Newf by @y1yang0 in #67
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to 880bb08 by @renovate[bot] in #85
  • chore(deps): update all patch versions by @renovate[bot] in #86
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to e9ac730 by @renovate[bot] in #87
  • chore: update all non-major dependencies at once by @y1yang0 in #89
  • fix(deps): update github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg digest to a5ba44c by @renovate[bot] in #90
  • refactor: limit visibility to necessary fields and constants by @y1yang0 in #92
  • chore(renovate): include dige...
Read more