v0.2.0
Changelog
New Features
- c9808f1: feat(database): add automatic connection attribute extraction (#9) (@prathamesh-sonpatki)
- 754fc7e: feat(database): expose ParseDSNAttributes as public API (FDE-57) (#18) (@prathamesh-sonpatki)
- 48a497e: feat(detectors): add EC2 resource detection via IMDSv2 (#23) (@karthikeyangs9)
- b2c13b2: feat(integrations): AWS SDK v2 instrumentation + improved SQL tracing (#29) (@prathamesh-sonpatki)
- e96ca53: feat(mongodb): add OpenTelemetry tracing and metrics (#15) (@prathamesh-sonpatki)
- bc22b02: feat(mongodb): add db.statement span attribute (#26) (@prathamesh-sonpatki)
- 8288d51: feat: add LAST9_TRACE_SAMPLE_RATE env var for easy probabilistic sampling (#16) (@prathamesh-sonpatki)
- 16916c0: feat: add context helpers and tracing helpers (@prathamesh-sonpatki)
- f9bc0bb: feat: add functional options for programmatic configuration (#11) (@prathamesh-sonpatki)
- 6bf5507: feat: add route exclusion for health check endpoints (#27) (@prathamesh-sonpatki)
- 0f8c34b: feat: add zap log-trace correlation instrumentation (#14) (@prathamesh-sonpatki)
Refactoring
- a7f3b5c: refactor(beego): simplify middleware and consolidate status tests (@prathamesh-sonpatki)
Other
- 94da6df: FDE-45: Add automatic log-trace correlation for slog (#13) (@prathamesh-sonpatki)
- ce1e21a: Revert "feat(detectors): add EC2 resource detection via IMDSv2 (#23)" (@karthikeyangs9)
- 8e7cb28: adding beego instrumentation (@karthikeyangs9)
- 1a95cde: build(deps): Bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.40.0 (#21) (@dependabot[bot])
- 47c8374: ci: add GoReleaser release workflow (#31) (@prathamesh-sonpatki)
- f427093: docs(database): add ParseDSNAttributes examples, tests, and README docs (#25) (@prathamesh-sonpatki)
- 48eb376: test(beego): add middleware unit tests (@prathamesh-sonpatki)