Releases: DataDog/orchestrion
Releases · DataDog/orchestrion
v0.6.0
v0.5.0
What's Changed
- instrument: unwrap recursively by @ahmed-mez in #54
- instrument: support middleware as selector expression by @ahmed-mez in #52
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Update version in version.go by @ahmed-mez in #43
- all: Add integration testing harness and some tests by @knusbaum in #37
- cmd: add -v flag to print version by @ahmed-mez in #45
- instrument: add resource namer to net/http wrappers by @darccio in #46
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- instrument: support labstack/echo.v4 by @darccio in #32
- instrument: refactor, format, and organize code by integration by @darccio in #33
- instrument: support chi.v5 by @ahmed-mez in #34
- go.mod: bump dd-trace-go to v1.54.0 by @ahmed-mez in #35
- instrument: support gorilla/mux by @darccio in #36
- release: add version tag const by @ahmed-mez in #39
- instrument: add unwrap for HTTP handler assign by @darccio in #38
- instrument: fix duplicated instrumentation statements on already instrumented frameworks by @darccio in #42
- typechecker: document 3rd party limitation by @ahmed-mez in #31
- instrument: support *net/http.Request values for context by @darccio in #41
- instrument: report orchestrion config to dd-trace-go by @ahmed-mez in #40
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
First release of Orchestrion! 🎉
This release provides initial support for:
- Auto-instrumenting
net/http
database/sql
google.golang.org/grpc
- Custom span creation via
//dd:span
- Removing instrumentation
- Ignoring functions and statements via
//dd:ignore
New Contributors
- @ahmed-mez made their first contribution in #2
- @knusbaum made their first contribution in #7
- @jonbodner made their first contribution in #12
Full Changelog: https://github.com/DataDog/orchestrion/commits/v0.1.0