Skip to content

Releases: DataDog/dd-trace-php

0.8.1

14 Dec 18:00
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

Fixed

  • Update Symfony 3 and 4 docs #184
  • Package installation on custom PHP setups lacking conf.d support #188

0.8.0

11 Dec 15:30
5319755
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Added

  • Support for Lumen via the Laravel service provider #180
  • Support for Symfony 3.4 #181

0.7.1

07 Dec 18:49
bd51368
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Added

  • Symfony 3.4 and 4.2 sample apps #171

Fixed

  • Compatibility with PCS and using uninitialized data in some edge cases resulting in a SEGFAULT #173

0.7.0

06 Dec 14:34
3fcd371
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Added

  • Possibility to enable/disable distributed tracing and priority sampling #160
  • Tracing for the legacy MongoDB extension for PHP 5 #166
  • Injecting distributed tracing headers in guzzle and curl requests #167
  • Possibility to autoload all integrations and to disable specific ones #168
  • Priority Sampling handling #169

Fixed

  • "Undefined offset: 0" errors in ElasticSearch integration #165

0.6.0

03 Dec 14:36
318c1b9
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Added

  • Guzzle and Curl enabling for Laravel integrations #161

0.5.1

30 Nov 15:46
efe3ea9
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed

  • Laravel pipelines tracer supporting configurable handler method #158

0.5.0

29 Nov 21:36
921f290
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Added

  • Changelog #152
  • Custom PHP info output for ddtrace module #63 - thanks @SammyK
  • guzzle v5 integration #148
  • static-analyze to composer scripts #137
  • distributed tracing initial support - without sampling priority #145
  • curl integration #147
  • Ignore Closure in laravel #125 - thanks @Sh4d1

Fixed

  • DDTrace\Tracer returning a DDTrace\NoopSpan in place of OpenTracing\NooSpan when disabled #155
  • PHP 5.6 ZTS builds #153

0.4.2

26 Nov 15:05
a3ead84
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Fixed:

  • Deprecated method Span::setResource() not part of OpenTracing\Span: #141 (Fixes #140)
  • Improve testing coverage with Laravel 4.2 and 5.7 tests: #139
  • Laravel integration using HttpFoundation to retrieve status code: #142 - thanks @funkjedi
  • SynfonyBundle using getenv() in place of $_ENV to read env variables: #143 - thanks @hinrik

0.4.1

21 Nov 18:13
690bd17
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Fixed

  • Memcached key obfuscation: #132
  • Support tracing of Eloquent 4.2: #136
  • Support tracing calls to internal functions: #126
  • Symfony exception handling and meta tags for request: #129 - thanks @jkrnak
  • Improve Symfony docs: #134 - thanks @inverse

0.4.0

19 Nov 12:51
49b581c
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added:

  • Laravel 4.2 initial support: #130