8000 Comparing v3.7.0...v3.7.2 · DataDog/dd-trace-py · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.0
Choose a base ref
...
head repository: DataDog/dd-trace-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.2
Choose a head ref
  • 6 commits
  • 53 files changed
  • 5 contributors

Commits on May 16, 2025

  1. ci(build): fix windows build errors from ddup [backport 3.7] (#13431)

    Backport 7e2d4f5 from #13368 to 3.7.
    
    ## Checklist
    - [x] PR author has checked that all the criteria below are met
    - The PR description includes an overview of the change
    - The PR description articulates the motivation for the change
    - The change includes tests OR the PR description describes a testing
    strategy
    - The PR description notes risks associated with the change, if any
    - Newly-added code is easy to change
    - The change follows the [library release note
    guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
    - The change includes or references documentation updates if necessary
    - Backport labels are set (if
    [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))
    
    ## Reviewer Checklist
    - [x] Reviewer has checked that all the criteria below are met 
    - Title is accurate
    - All changes are related to the pull request's stated goal
    - Avoids breaking
    [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
    changes
    - Testing strategy adequately addresses listed risks
    - Newly-added code is easy to change
    - Release note makes sense to a user of the library
    - If necessary, author has acknowledged and discussed the performance
    implications of this PR as reported in the benchmarks PR comment
    - Backport labels are set in a manner that is consistent with the
    [release branch maintenance
    policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
    
    Co-authored-by: Taegyun Kim <taegyun.kim@datadoghq.com>
    github-actions[bot] and taegyunkim authored May 16, 2025
    Configuration menu
    Copy the full SHA
    c1b7d44 View commit details
    Browse the repository at this point in the history
  2. ci: pin system-tests version [3.7] (#13436)

    ## Checklist
    - [x] PR author has checked that all the criteria below are met
    - The PR description includes an overview of the change
    - The PR description articulates the motivation for the change
    - The change includes tests OR the PR description describes a testing
    strategy
    - The PR description notes risks associated with the change, if any
    - Newly-added code is easy to change
    - The change follows the [library release note
    guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
    - The change includes or references documentation updates if necessary
    - Backport labels are set (if
    [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))
    
    ## Reviewer Checklist
    - [x] Reviewer has checked that all the criteria below are met 
    - Title is accurate
    - All changes are related to the pull request's stated goal
    - Avoids breaking
    [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
    changes
    - Testing strategy adequately addresses listed risks
    - Newly-added code is easy to change
    - Release note makes sense to a user of the library
    - If necessary, author has acknowledged and discussed the performance
    implications of this PR as reported in the benchmarks PR comment
    - Backport labels are set in a manner that is consistent with the
    [release branch maintenance
    policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
    brettlangdon authored May 16, 2025
    Configuration menu
    Copy the full SHA
    b257ad4 View commit details
    Browse the repository at this point in the history
  3. fix(ci-visibility): pytest-xdist atr compatibility [backport 3.7] (#1…

    …3428)
    
    Co-authored-by: Federico Mon <federico.mon@datadoghq.com>
    github-actions[bot] and gnufede authored May 16, 2025
    Configuration menu
    Copy the full SHA
    aa2c619 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. fix(ci-visibility): proper test suite status with xdist [backport 3.7] (

    #13427)
    
    Co-authored-by: Federico Mon <federico.mon@datadoghq.com>
    Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
    3 people authored May 17, 2025
    Configuration menu
    Copy the full SHA
    8e3ea51 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. fix(tracing): handle unicode when truncating long span attributes [ba…

    …ckport 3.7] (#13476)
    
    Co-authored-by: Vítor De Araújo <vitor.dearaujo@datadoghq.com>
    github-actions[bot] and vitor-de-araujo authored May 22, 2025
    Configuration menu
    Copy the full SHA
    8eb08c2 View commit details
    Browse the repository at this point in the history
  2. fix(ci_visibility): honor the DD_CIVISIBILITY_ITR_ENABLED env var [ba…

    …ckport 3.7] (#13469)
    
    Co-authored-by: Federico Mon <federico.mon@datadoghq.com>
    github-actions[bot] and gnufede authored May 22, 2025
    Configuration menu
    Copy the full SHA
    e25092f View commit details
    Browse the repository at this point in the history
Loading
0