Skip to content

Releases: DataDog/orchestrion

v0.9.4

13 Nov 13:20
f12f82e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.4-rc.1

28 Oct 16:51
98c0208
Compare
Choose a tag to compare
v0.9.4-rc.1 Pre-release
Pre-release

What's Changed

This updates the dd-trace-go tracer library to v1.69.1-rc.4

Full Changelog: v0.9.3...v0.9.4-rc.1

v0.9.3

21 Oct 12:42
631b2f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

16 Oct 08:28
7df6e8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 Oct 14:29
7f3cb6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

24 Sep 08:11
57adc7b
Compare
Choose a tag to compare

⚠️ Breaking Changes

The canonical name of the Orchestrion package was changed to github.com/DataDog/orchestrion, in order to prevent issues happening when using go mod vendor across systems with file systems of differing case sensitivity. This change aligns Orchestrion with other modules published by Datadog under github.com/DataDog/*.

Users of Orchestrion releases earlier than this one may need to manually re-install orchestrion with the new name & re-run orchestrion pin on their project (or manually update go.mod and orchestrion.tool.go with new new capitalization):

go install github.com/DataDog/orchestrion@latest
orchestrion pin

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

20 Sep 07:59
53bc420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.1-rc.1

18 Sep 08:05
deedc8b
Compare
Choose a tag to compare
v0.8.1-rc.1 Pre-release
Pre-release

What's Changed

  • Tracer version updated to v1.68.0-rc.1 in #267
  • release: v0.8.1-rc.1 by @nsrip-dd in #267

Full Changelog: v0.8.0...v0.8.1-rc.1

v0.8.0

10 Sep 12:48
7c3a96c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.8.0

v0.7.4

22 Aug 14:59
2faf2a2
Compare
Choose a tag to compare

What's Changed

  • feat: support instrumentation of k8s.io/client-go by @rarguelloF in #185
  • feat: support instrumentation of hashicorp/vault by @darccio in #189
  • feat: add log/slog instrumentation by @nsrip-dd in #208
  • feat: add continuous profiler instrumentation by @nsrip-dd in #178
  • feat: orchestrion job server to reduce duplicated effort by @RomainMuller in #176
  • perf: switch to regexp-less directive matching by @nsrip-dd in #212
  • feat: support instrumentation of github.com/aws/aws-sdk-go/aws by @RomainMuller in #209
  • feat: add profiling of Orchestrion by @nsrip-dd in #217
  • fix: propagate --log-level and --log-file to child processes by @nsrip-dd in #224
  • feat: support instrumentation of github.com/{Shopify,IBM}/sarama by @darccio in #216
  • fix(goflags): using -cover causes fingerprint mismatch by @RomainMuller in #230
  • fix: GLS slot not cleaned up after goroutine exits by @RomainMuller in #232
  • fix: apply //dd:orchestrion-enabled to tracer-internal modules by @nsrip-dd in #223

New Contributors

Full Changelog: v0.7.3...v0.7.4