Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ddtrace to v0.61.5 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ddtrace (changelog) ==0.60.2 -> ==0.61.5 age adoption passing confidence

Release Notes

DataDog/dd-trace-py (ddtrace)

v0.61.5: 0.61.5

Compare Source

Bug Fixes
  • Fix for ValueError when @ is not present in network location but other part of the url.

v0.61.4: 0.61.4

Compare Source

Bug Fixes
  • This fix removes unintended url parts in the http.url tag.

v0.61.3: 0.61.3

Compare Source

Bug Fixes:
  • requests: fix split-by-domain service name when multiple @ signs are present in the url
  • profiling: fix a possible deadlock due to spans being activated unexpectedly.
  • profiling: Remove lock for data structure linking threads to spans to avoid deadlocks with the trade-off of correctness of spans linked to threads by stack profiler at a given point in time.
  • profiling: internal use of RLock needs to ensure original threading locks are used rather than gevent threading lock. Because of an indirection in the initialization of the original RLock, we end up getting an underlying gevent lock. We work around this behavior with gevent by creating a patched RLock for use internally.
  • aioredis: added exception handling for CancelledError in the aioredis integration.

v0.61.2: 0.61.2

Compare Source

Bug Fixes
  • ASM: fix Python 2 error reading WAF rules.
  • flask: add support for flask>=2.2.0
  • flask_caching: fix redis tagging after the v2.0 release.

v0.61.1: 0.61.1

Compare Source

Bug Fixes
  • pin protobuf to version >=3,<4 due to incompatibility with version 4.21.

v0.61.0: 0.61.0

Compare 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 the patch() function.

  • botocore: omit SecretBinary and SecretString 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 to
    active 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.6

Compare 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.5

Compare Source

Bug Fixes
  • Fixes deprecation warning for asyncio.coroutine decorator.

v0.60.4: 0.60.4

Compare Source

Other Notes
  • internal: mark trace payloads as being partial flushed
  • internal: improve debug logs for tracer patching

v0.60.3: 0.60.3

Compare Source

Bug Fixes
  • Fix issue building ddtrace for the Pyston Python implementation by not building the _memalloc extension anymore when using Pyston.
  • The CPU profiler now reports the main thread CPU usage even when asyncio tasks are running.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency ddtrace to v0.60.3 Update dependency ddtrace to v0.60.4 Apr 22, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from ace6915 to 1eea528 Compare April 22, 2022 01:34
@renovate renovate bot changed the title Update dependency ddtrace to v0.60.4 Update dependency ddtrace to v0.60.5 Apr 28, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 1eea528 to 3e62923 Compare April 28, 2022 16:15
@renovate renovate bot changed the title Update dependency ddtrace to v0.60.5 Update dependency ddtrace to v0.60.6 May 5, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 3e62923 to 0f3df93 Compare May 5, 2022 05:29
@renovate renovate bot changed the title Update dependency ddtrace to v0.60.6 Update dependency ddtrace to v0.61.0 May 17, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 0f3df93 to 2ba2c98 Compare May 17, 2022 13:37
@renovate renovate bot changed the title Update dependency ddtrace to v0.61.0 Update dependency ddtrace to v0.61.1 May 27, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 2ba2c98 to 828254d Compare May 27, 2022 21:32
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 828254d to 4aad5fe Compare September 25, 2022 11:05
@renovate renovate bot changed the title Update dependency ddtrace to v0.61.1 Update dependency ddtrace to v0.61.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/ddtrace-0.x branch from 4aad5fe to e78fb09 Compare March 12, 2023 01:36
@renovate renovate bot changed the title Update dependency ddtrace to v0.61.3 Update dependency ddtrace to v0.61.5 Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants