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

Bump ddtrace from 1.6.3 to 1.10.1 #1403

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps ddtrace from 1.6.3 to 1.10.1.

Release notes

Sourced from ddtrace's releases.

1.10.1

Bug Fixes

  • ASM: make track_custom_event() also set the tag appsec.events.<custom_event>.track which was missing.
  • aws_lambda: Fixes a RecursionError which is raised when aws lambda signal handlers are wrapped infinitely. This caused lambdas to crash on startup.
  • botocore: Fix TypeError raised by injecting trace context into Kinesis messages.

1.10.0

Prelude

Application Security Management (ASM) has added Django support for blocking malicious users using one click within Datadog.

Note

One click blocking for ASM is currently in beta.

Deprecation Notes

  • dbapi: ddtrace.ext.mongo.ROWS is deprecated. Use ddtrace.ext.db.ROWCOUNT instead.

New Features

  • starlette: Add http.route tag to starlette.request spans.
  • fastapi: Add http.route tag to fastapi.request spans.
  • ASM: Add support for one click blocking of user ids with the Django framework using Remote Configuration Management.
  • ASM: This introduces the "suspicious request blocking" feature for Django and Flask.

Known Issues

  • ASM: There is a known issue with the flask support for any rule blocking on server.request.path_params. The request will be correctly blocked but the client application will be receiving and processing the suspicious request. Possible workaround: use server.request.uri.raw instead, if you want the request to be blocked before entering the flask application.

Bug Fixes

  • dbapi: The dbapi integration no longer assumes that a cursor object will have a rowcount as not all database drivers implement rowcount.
  • dbm: Support sql queries with the type byte.
  • elasticsearch: Omit large elasticsearch.body tag values that are
    greater than 25000 characters to prevent traces from being too large to send.
  • aws_lambda: This fix resolves an issue where existing signals were wrapped multiple times.
  • profiling: Handles a race condition on process shutdown that would cause an error about a module not being started to occasionally appear in the logs.
  • Fix for KeyError exceptions when when ASM_FEATURES (1-click activation) disabled all ASM products. This could cause 1-click activation to work incorrectly in some cases.
  • django: Fixes an issue where http.route was only set if use_handler_resource_format and use_legacy_resource_format were set to False.
  • ASM: Resolves installation issues with compiling native code on Windows and unknown platforms.

... (truncated)

Commits
  • 6cc62ad fix(aws_lambda): fix infinite recursion when wrapping signals [backport #5314...
  • d80c2ce fix(asm): add missing track tag to custom events tracking [backport #5365 to ...
  • b21623e ci(aws_lambda): run aws lambda tests in circleci [backport #5349 to 1.10] (#5...
  • 8df8fda fix(botocore): fix kinesis typeerror [backports #5317 to 1.10] (#5332)
  • af4555b fix(httplib): ensure httplib is patched on import [backport #5287 to 1.10] (#...
  • ff729d1 fix(django): adding http.route tag regardless of resource naming [backports #...
  • a2ad1c6 fix(rcm): validate remote config is enabled [backport #5241 to 1.10] (#5319)
  • 203edef fix(debugging): handle disabled probes via RCM [backport #5282 to 1.10] (#5301)
  • 14b550e fix(asm): ensure platform can compile taint tracking sources [backport #5289 ...
  • c7fd732 ci: pin riot and fix starlette tests [backport 5304 to 1.10] (#5307)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 1.6.3 to 1.10.1.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.6.3...v1.10.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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 27, 2023
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 python Pull requests that update Python code
Projects
None yet
0 participants