Skip to content

Tags: DataDog/dd-trace-py

Tags

v4.11.0rc3

Toggle v4.11.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 4.11.0rc3 (#18572)

## Description

<!-- Provide an overview of the change and motivation for the change -->

## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->

v4.10.4

Toggle v4.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 4.10.4 (#18554)

## Description

<!-- Provide an overview of the change and motivation for the change -->

## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->

v4.9.2

Toggle v4.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 4.9.2 (#18564)

## Description

<!-- Provide an overview of the change and motivation for the change -->

## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->

v4.11.0rc2

Toggle v4.11.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(writer): update agentless intake to browser-intake/api/v2/spans e…

…ndpoint [backport 4.11] (#18549)

Backport #18514 to 4.11

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com>

v4.8.9

Toggle v4.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(iast): fix crashes at teardown [backport 4.8] (#18541)

v4.10.3

Toggle v4.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 4.10.3 (#18486)

Bumps version to `4.10.3` for patch release.

v4.9.1

Toggle v4.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(sqlalchemy): avoid duplicate engine listeners [backport 4.9] (#18476

)

Backport #18361 to 4.9

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juanjo Alvarez Martinez <juanjo.alvarezmartinez@datadoghq.com>

v4.8.8

Toggle v4.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(sqlalchemy): avoid duplicate engine listeners [backport 4.8] (#18474

)

Backport #18361 to 4.8

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juanjo Alvarez Martinez <juanjo.alvarezmartinez@datadoghq.com>

v4.10.2

Toggle v4.10.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore: bump packages import many SLOs [backport 4.10] (#18463)

Backport #18441 to 4.10

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>

v4.11.0rc1

Toggle v4.11.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(profiling): make fast copy the default (#18329)

## Description

Previous | Next #18332

This PR updates the Profiling codebase to make "fast copy" (using guarded `memcpy` instead of `process_vm_readv`) the default in the Stack Sampler.

Co-authored-by: thomas.kowalski <thomas.kowalski@datadoghq.com>