Releases: DataDog/datadog-lambda-go
Releases · DataDog/datadog-lambda-go
v1.20.0
v1.19.0
What's Changed
- Add possibility to extend tracer options by @peterdeme in #173
New Contributors
- @peterdeme made their first contribution in #173
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
- Bump ddtrace version to 1.65.1. by @purple4reina in #172
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- Send error message along with error flag by @jonsabados in #160
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #162
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /tests/integration_tests/error by @dependabot in #161
- Set error type and stack with universal instrumentation by @dali546 in #171
New Contributors
- @jonsabados made their first contribution in #160
- @dali546 made their first contribution in #171
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's New
- Using dd-trace-go v1.60.3
- @joeyzhao2018 support env:
DD_TRACE_OTEL_ENABLED
#159
Full change log: v1.15.0...v1.16.0
v1.15.0
What's New
- Using dd-trace-go v1.60.0
- @piochelepiotr internal/trace/listener: Don't override service name #155
- @joeyzhao2018 dependencies updates #157
Full change log: v1.14.0...v1.15.0
v1.14.0
v1.13.0
- Bump dd-trace-go to v1.58.0
v1.12.0
v1.11.0
This release add support for trace context propagation through SQS. When the lambda function is a consumer of messages from an SQS queue, the tracer will now properly extract trace context from the messages and apply them. This will result in connected traces between the producer and consumer. (#142)