Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.60.2
->==0.61.5
Release Notes
DataDog/dd-trace-py (ddtrace)
v0.61.5
: 0.61.5Compare Source
Bug Fixes
@
is not present in network location but other part of the url.v0.61.4
: 0.61.4Compare Source
Bug Fixes
http.url
tag.v0.61.3
: 0.61.3Compare Source
Bug Fixes:
@
signs are present in the urlCancelledError
in the aioredis integration.v0.61.2
: 0.61.2Compare Source
Bug Fixes
flask>=2.2.0
v0.61.1
: 0.61.1Compare Source
Bug Fixes
>=3,<4
due to incompatibility with version4.21
.v0.61.0
: 0.61.0Compare Source
New Features
asyncpg: add integration supporting v0.18.0 and above.
See our asyncpg documentation for more information.
psycopg2: add option to enable tracing
psycopg2.connect
method.See our psycopg2 documentation for more information.
botocore: allow defining error status codes for specific API operations.
See our botocore documentation for more information on how to enable this feature.
Bug Fixes
Fixes deprecation warning for
asyncio.coroutine
decorator.botocore: fix incorrect context propagation message attribute types for SNS. This addresses Datadog/serverless-plugin-datadog#232
aiohttp: fix issue causing
ddtrace.contrib.aiohttp_jinja2.patch
module to be imported instead of thepatch()
function.botocore: omit
SecretBinary
andSecretString
from span metadata for calls to Secrets Manager.Fix issue building
ddtrace
for the Pyston Python implementation by not building the_memalloc
extension anymore when using Pyston.tracer.get_log_correlation_context()
: use active context in addition toactive span. Formerly just the span was used and this would break cross execution log correlation as a context object is used for the propagation.
The CPU profiler now reports the main thread CPU usage even when asyncio tasks are running.
Remove Pin.app deprecation warning from celery instrumentation.
Set required header to indicate top level span computation is done in the client to the Datadog agent. This fixes an issue where spans were erroneously being marked as top level when partial flushing or in certain asynchronous applications.
The impact of this bug is the unintended computation of stats for non-top level spans.
v0.60.6
: 0.60.6Compare Source
Bug Fixes
Set required header to indicate top level span computation is done in the client to the Datadog agent. This fixes an issue where spans were erroneously being marked as top level when partial flushing or in certain asynchronous applications.
The impact of this bug is the unintended computation of stats for non-top level spans.
v0.60.5
: 0.60.5Compare Source
Bug Fixes
asyncio.coroutine
decorator.v0.60.4
: 0.60.4Compare Source
Other Notes
v0.60.3
: 0.60.3Compare Source
Bug Fixes
ddtrace
for the Pyston Python implementation by not building the_memalloc
extension anymore when using Pyston.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.