v1.1.0-rc.1
Pre-release
Pre-release
Highlights
Starting with the v1.1.0
release line, orchestrion no longer ships with any built-in instrumentation, and becomes largely vendor-agnostic. Instrumentation configuration is now provided by tracer libraries, such as gopkg.in/DataDog/dd-trace-go.v1
(versions 1.72.0-rc.1
and newer) — which is automatically installed by orchestrion pin
.
The transition is transparent for existing users, who can replace the import of github.com/DataDog/orchestrion/instrument
in the orchestrion.tool.go
file with an import of gopkg.in/DataDog/dd-trace-go.v1
.
What's Changed
- feat: move integrations configuration to dd-trace-go by @RomainMuller in #493
- fix: load built-in aspects from binary instead of resolving YAML by @RomainMuller in #517
- fix: build ID mismatch when using
-covermode
without-cover
by @RomainMuller in #527 - fix: required-version respawning of orchestrion causes build failures by @RomainMuller in #522
- release: v1.1.0-rc.1 by @RomainMuller in #533
Full Changelog: v1.0.3...v1.1.0-rc.1