Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ddtrace from 0.44.0 to 0.46.0.

Release notes

Sourced from ddtrace's releases.

0.46.0

v0.46.0

Upgrade Notes

  • elasticsearch: removed get_traced_transport method and ddtrace.contrib.elasticsearch.transport module.
  • The profiler will only load tags from the DD_TAGS environment variable once at start.
  • flask: Use HTTP Custom Error Codes instead of ddtrace.config.flask['extra_error_codes'].

New Features

  • aiohttp: store request and response headers.
  • bottle: store request and response headers.
  • elasticsearch: add support for version 7.
  • flask: store response headers.
  • molten: store request headers.
  • pyramid: store request and response headers.
  • flask: store request and response headers when auto-instrumented.
  • The ddtrace.profiling.auto module will warn users if gevent monkey patching is done after the profiler is auto-instrumented.
  • The Profiler object can now be passed tags with the tags keyword argument.

Bug Fixes

  • dbapi: avoid type error with potential non-compliance in db libraries when setting tag for row count.
  • django: add legacy resource format of {handler}.
  • grpc: fix wrapper for streaming response to support libraries that call an internal method directly.
  • sanic: use path parameter names instead of parameter values for the resource.
  • The profiler won't deadlock on fork when gevent monkey patch is enabled.
  • requests: fix TracedSession when patches are not applied.

0.45.0

v0.45.0

Prelude

Python 3.9 wheels are now built and published to PyPI.

New Features

  • botocore: added distributed_tracing configuration setting which is enabled by default.

  • The ddtrace-run command now supports the following arguments:

    -h, --help
    -d, --debug      enable debug mode (disabled by default)
    -i, --info       print library info useful for debugging
    -p, --profiling  enable profiling (disabled by default)
    -v, --version    show program's version number and exit

It now also has friendlier error messages when used incorrectly.

... (truncated)

Changelog

Sourced from ddtrace's changelog.

Changelog

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 0.44.0 to 0.46.0.
- [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.44.0...v0.46.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 28, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #34.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/ddtrace-0.46.0 branch March 4, 2021 10:49
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.

1 participant