Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ddtrace from 0.44.0 to 0.47.0.

Release notes

Sourced from ddtrace's releases.

0.47.0

v0.47.0

Upgrade Notes

  • The profiler now automatically sets up uWSGI compatibility in auto mode or with profile_children=True. Make sure that you don't have custom code instrumenting the profiler in those cases.
  • The Tracer class properties DEFAULT_HOSTNAME, DEFAULT_PORT, DEFAULT_DOGSTATSD_PORT, DEFAULT_DOGSTATSD_URL, DEFAULT_AGENT_URL have been removed.
  • elasticsearch: removed get_traced_transport method and ddtrace.contrib.elasticsearch.transport module.

New Features

  • cherrypy: introduce TraceMiddleware for the CherryPy web framework.
  • django: tag root spans as measured.
  • elasticsearch: add support for version 7.
  • fastapi: add integration.
  • Introduce support for the DD_SERVICE_MAPPING environment variable to allow remapping service names on emitted spans.
  • httplib: distributed tracing is now enabled by default.
  • The profiler now supports most operation mode from uWSGI without much configuration. It will automatically plug itself in post fork hooks when multiprocess mode is used.
  • wsgi: add tracing middleware.

Bug Fixes

  • Resolves an issue in Django tracing where, if query_string is not present in request.META, a KeyError is raised, causing the request to 500
  • Deprecate the DD_LOGGING_RATE_LIMIT variable in favor of the standard DD_TRACE_LOGGING_RATE for configuring the logging rate limit.
  • sampler: removed bug causing sample_rate of 0 to be reset to 1, and raise ValueError instead of logging.
  • starlette: unpatch calls correctly.
  • flask: fix memory leak of sampled out traces.
  • Fix CPU time and wall time profiling not ignoring the profiler tasks with gevent.

Other Notes

  • The default maximum CPU time used for the stack profiler (CPU time, wall time and exceptions profiling) has been decreased from 2% to 1%.

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.

... (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.47.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.47.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 Mar 4, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #38.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/ddtrace-0.47.0 branch April 2, 2021 10:25
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