Skip to content

Update dependency ddtrace to ^0.51.0 #72

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

Merged
merged 1 commit into from
Aug 9, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ddtrace ^0.50.0 -> ^0.51.0 age adoption passing confidence

Release Notes

DataDog/dd-trace-py

v0.51.1

Compare Source

Release Notes

0.51.1

  • Include the py.typed file to enable mypy type checking with ddtrace.

v0.51.0

Compare Source

Release Notes

v0.51.0

Upgrade Notes
  • The legacy Django configuration method (deprecated in 0.34) has been removed.
  • botocore: Update trace propagation format for directly invoked Lambda functions. This breaks compatibility with Lambda functions instrumented with datadog-lambda-python < v41 or datadog-lambda-js < v3.57.0. Please upgrade datadog-lambda-* in invoked lambda functions, or engage legacy compatibility mode in one of two ways:
    • ddtrace.config.botocore.invoke_with_legacy_context = True
    • DD_BOTOCORE_INVOKE_WITH_LEGACY_CONTEXT=true
Bug Fixes
  • opentracer: don't override default tracing config for the ENABLED,\ AGENT_HOSTNAME, AGENT_HTTPS or AGENT_PORT settings.
  • Fixed JSON encoding errors in the pytest plugin for parameterized tests with dictionary parameters with tuple keys. The pytest plugin now always JSON encodes the string representations of test parameters.
  • Fix a possible NoneType error in the WSGI middleware start_response method.
  • Fixes an issue with enabling the runtime worker introduced in v0.49.0 where no runtime metrics were sent to the agent.
  • Fix pymongo 3.12.0+ spans not being generated.
New Features
  • Added support for aiopg~=0.16.0.
  • Add MariaDB integration.
  • The profiler now exports active tasks for CPU and wall time profiles.
  • Added support for jinja2~=3.0.0.
  • The pytest integration now uses the name of the repository being tested as the default test service name.
Deprecation Notes
  • Removed the collect_metrics argument from Tracer.configure. See the release notes for v0.49.0 for the migration instructions.
  • monkey.patch_module is deprecated.
  • monkey.get_patch_module is deprecated.

v0.50.3

Compare Source

Release Notes

0.50.3

Bug Fixes
  • Fixed the handling of sanic endpoint paths with non-string arguments.

v0.50.2

Compare Source

Release Notes

0.50.2

Bug Fixes
  • Fixed JSON encoding errors in the pytest plugin for parameterized tests with dictionary parameters with tuple (non-basic) key types. The pytest plugin now always JSON encodes the string representations of test parameters.

v0.50.1

Compare Source

Release Notes
0.50.1
Bug Fixes
  • Fix pymongo 3.12.0+ spans not being generated.
  • Fix a possible NoneType error in the WSGI middleware start_response method.
  • Fixed JSON encoding errors in the pytest plugin for parameterized tests with complex Python object parameters.
    The pytest plugin now defaults to encoding the string representations of non-JSON serializable test parameters.

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@toddbirchard toddbirchard merged commit 85eed81 into master Aug 9, 2021
@toddbirchard toddbirchard deleted the renovate/ddtrace-0.x branch August 9, 2021 09:23
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.

2 participants