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

Update ddtrace requirement from ~=1.16 to ~=1.17 #839

Merged
merged 4 commits into from
Aug 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2023

Updates the requirements on ddtrace to permit the latest version.

Release notes

Sourced from ddtrace's releases.

1.17.0

Prelude

Datadog has added support for automatically creating login success or failure events when a configured Django authentication backend is used. This will automatically fill the following tags in these cases:

  • appsec.events.users.login.success.track
  • appsec.events.users.login.failure.track
  • appsec.events.users.login.success.[email|login|username]
  • appsec.events.users.login.failure.usr.exists

New Features

  • ASM: Add support for automatic user login events in Django.
  • langchain: Adds integration with support for metrics, logs, and traces from LangChain requests.
    See the docs for more information.
  • redis: Add support for Async RedisCluster.

Bug Fixes

  • profiling: prevent deadlocks while recording events of different type.- core: This fix removes the inclusion of our benchmarks/ directory in the ddtrace wheels.
  • internal: call _fixupChildren when retrieving DDLogger
  • profiling: Fixed a regression whereby the profile exporter would not handle known request errors and asks the user to report an issue instead.
  • profiling: Handles a race condition, which would occasionally throw an error, which would read "RuntimeError: the memalloc module was not started."
  • CI visibility: fix version and step arguments gathering to enable plugin compatibility with pytest-bdd 6.1.x
  • Fixed a bug that caused applications using gevent and cassandra to fail to start with the ddtrace-run command.
  • tracing: This fix resolves a google.protobuf import error when module unloading.
  • wsgi: This fix resolves an issues when trying to parse the environ property HTTPS as an HTTP header.
  • Pin cython<3 due to an incompatibility with cython==3.0.0 and typing annotations in profiling code.
  • telemetry: resolves issue with sending unnecessary duplicate logs
Changelog

Sourced from ddtrace's changelog.

Changelog

0.44.0+

Changelogs are now managed automatically by reno and located at https://ddtrace.readthedocs.io/en/stable/release_notes.html.


0.43.0 (5/10/2020)

  • fix(django): avoid mixing str and non-str args for uri helper
  • fix(asgi): tag 500-level responses as errors
  • fix(asgi): set http status when exception raised
  • fix(rediscluster): support rediscluster==2.1.0
  • fix(asyncio): enable patch by default
  • fix(asyncio): patch base event loop class
  • fix(vertica): use strings in __all__
  • feat(core): backport contextvars
  • fix(sanic): fix patching for sanic async http server (#1659)
  • fix(flask): make template patching idempotent
  • fix(core): Do not rate limit log lines when in debug
  • fix(profiling): Fix a potential deadlock on profiler restart after fork()

0.42.0 (14/09/2020)

  • feat(django): add database_service_name config option
  • feat: add global service name configuration for dbapi integrations
  • fix(falcon): set span error for 5xx responses
  • fix(core): always store span_type as str on span
  • feat(pymongo): trace tcp connections
  • fix(logging): cast span_id and trace_id as string when adding to the record.
  • fix(gevent): patch ssl modules on import
  • feat(core): add trace_utils module
  • fix(core): expose http setting on global config
  • feat(core): consolidate fork checks

0.41.2 (25/08/2020)

  • Fix for an issue introduced by patching classes in the MRO of a Django View class (#1625).

0.41.1 (25/08/2020)

  • reintroduce wrapt for patching Django view methods. (#1622)

... (truncated)

Commits
  • c1bdd8d fix(profiling): use re-entrant lock in recorder [backport #6374 to 1.17] (#6406)
  • ecf3ded fix(ci): break wheel building into multiple jobs (#6391)
  • efdf170 chore: enable new test agent service naming and peer service checks (#6191)
  • c698a10 chore(iast): taint tracking propagation, source (#6108)
  • 905bd0f feat(pytest-bdd): add support for 6.1+ (#6214)
  • 9a3693f chore(wsgi): remove some appsec code from wsgi contrib (#6326)
  • 4e17ec3 chore(langchain): ignore tagging complex prompt templates (#6371)
  • ba82227 fix: ensure benchmarks/ package is not included in final wheels (#6276)
  • 7f73c55 chore: release note for pinning cython<3 (#6379)
  • de4d4bb ci(slotscheck): disable slotscheck on precheck (#6376)
  • Additional commits viewable in compare view

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)

Updates the requirements on [ddtrace](https://github.com/DataDog/dd-trace-py) to permit the latest version.
- [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.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 21, 2023 01:00
@dependabot dependabot bot requested a review from VersusFacit July 21, 2023 01:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2023
@cla-bot cla-bot bot added the cla:yes label Jul 21, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2023

A newer version of ddtrace exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mikealfare mikealfare merged commit 3ed72ee into main Aug 3, 2023
13 checks passed
@mikealfare mikealfare deleted the dependabot/pip/ddtrace-approx-eq-1.17 branch August 3, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants