Skip to content

Tags: DataDog/dd-trace-php

Tags

1.16.0

Toggle 1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix spurious appsec munmaps in ZTS mode (#3590)

Once any ZTS thread shuts down, _shared_state is munmap'ped().
It will be unmapped and any other later mapping may happen at that same place through bad luck. If another thread shuts down, it will munmap this again and accesses to the later mapping are now crashing.

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

1.15.2

Toggle 1.15.2's commit message

Verified

This commit was signed with the committer’s verified signature.
realFlowControl Florian Engelhardt
bump version

1.15.1

Toggle 1.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
realFlowControl Florian Engelhardt
bump version

1.15.0

Toggle 1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump to 1.15.0 (#3531)

* bump to 1.15.0
* Apply suggestions from code review

Co-authored-by: Alejandro Estringana Ruiz <alejandro.estringanaruiz@datadoghq.com>

1.14.1

Toggle 1.14.1's commit message

Verified

This commit was signed with the committer’s verified signature.
realFlowControl Florian Engelhardt
bump version

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 1.14.0 (#3483)

* Bump to 1.14.0

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

* Ensure newest one-pipeline

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

---------

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

1.13.1

Toggle 1.13.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bwoebi Bob Weinand
Bump version to 1.13.1

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 1.13.0 (#3435)

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: create_release validate json (#3413)

Signed-off-by: Alexandre Rulleau <alexandre.rulleau@datadoghq.com>

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix top Code Origin frame for ExecIntegration and KafkaIntegration (#…

…3392)

* Fix top Code Origin frame for ExecIntegration and KafkaIntegration

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>

* Fix double code origin

---------

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>