v0.9.0
⚠️ 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
- fix:
go mod vendor
case-based name conflict betweendatadog
andDataDog
by @RomainMuller in #288 - feat: add support for gcp pubsub by @rarguelloF in #266
- release: v0.9.0 by @RomainMuller in #290
Full Changelog: v0.8.1...v0.9.0