Releases: DataDog/dd-trace-php
Releases · DataDog/dd-trace-php
0.8.1
Fixed
- Update Symfony 3 and 4 docs #184
- Package installation on custom PHP setups lacking conf.d support #188
0.8.0
Added
- Support for Lumen via the Laravel service provider #180
- Support for Symfony 3.4 #181
0.7.1
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
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
Added
- Guzzle and Curl enabling for Laravel integrations #161
0.5.1
Fixed
- Laravel pipelines tracer supporting configurable handler method #158
0.5.0
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
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
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
Added:
- Laravel 4.2 initial support: #130