Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps ddtrace from 0.50.3 to 0.51.1.

Release notes

Sourced from ddtrace's releases.

0.51.1

Release Notes

0.51.1

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

0.51.0

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.

0.51.0rc4

  • opentracer: don't override default tracing config for the ENABLED, AGENT_HOSTNAME, AGENT_HTTPS or AGENT_PORT settings.

0.51.0rc3

Third release candidate for 0.51 including the removal of the collect_metrics argument from tracer.configure().

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 0.50.3 to 0.51.1.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v0.50.3...v0.51.1)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2021
@toddbirchard toddbirchard merged commit 7cba344 into master Aug 9, 2021
@toddbirchard toddbirchard deleted the dependabot/pip/ddtrace-0.51.1 branch August 9, 2021 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants