Skip to content

0.30.0

Compare
Choose a tag to compare
@pawelchcki pawelchcki released this 08 Aug 17:02
· 12 commits to ddtrace-0.30 since this release
929f79c

ADVISORY: This release circumvents open_basedir in the request_init_hook. If you rely on the open_basedir INI directive, we highly recommended you upgrade to 0.30.2.

Fixed

  • Shutdown span flushing blocking the process when forked #493
  • Memory access errors in cases when PHP code was run after extension data was freed on request shutdown #505
  • Request init hook working when open_basedir restriction is in effect #505
  • Ensure global resources are freed in shutdown #521 #523
  • Http transport not setting required X-Datadog-Trace-Count header #525

Changed

  • Remove zend_execute_ex override and trace ZEND_DO_UCALL #519