Blackfire PHP-SDK Changelog
===========================

* 1.27.2 (2021-11-17)

 * Tweak exception messages

* 1.27.1 (2021-11-02)

 * Fix Laravel integration

* 1.27.0 (2021-09-23)

 * Add a Symfony Messenger integration
 * Add Monitoring integration for Laravel Artisan commands and Consumers
 * Update default agent socket on arm64

* 1.26.0 (2021-07-06)

 * Retry HTTP request on specific cases
 * Scenarios should be closed after each test in manual start mode

* 1.25.1 (2021-03-18)

 * Behat Support bug fix: start a deferred build only if there is no current build running

* 1.25.0 (2021-02-26)

 * Add Behat support

* 1.24.0 (2021-02-05)

 * Enable the use of Symfony web test cases with Blackfire

* 1.23.0 (2020-05-29)

 * Add Blackfire\Profile::getUuid() method
 * Fix some docblocks

* 1.22.0 (2020-03-13)

 * Add "dot-blackfire" protocol feature support in the probe
 * Remove duplicated data from BlackfireSpan
 * Better unsuccessful profiles detection
 * Add Profile return to help with auto-complete in TestCaseTrait::assertBlackfire

* 1.21.0 (2019-12-05)

 * Replace the "_server" header in fallback probe by "context"

* 1.20.0 (2019-11-18)

 * Add BlackfireSpan

* 1.19.2 (2019-10-09)

 * Fix PHP 5.3 compatibility

* 1.19.1 (2019-08-14)

 * Fix invalid header name breaking the Guzzle middleware with recent guzzle/psr7
 * Modify subprofile ID generator so that it's only ever composed of alphanumerics

* 1.19.0 (2019-08-02)

 * Add Symfony HttpClient bridge
 * Fix compatibility with PHP 5.3
 * Fix sub-profile id generation to be compatible with url encoding

* 1.18.0 (2019-01-21)

 * Deprecate methods and classes related to references

* 1.17.6 (2018-12-17)

 * Fix PHPUnit bridge

* 1.17.5 (2018-12-14)

 * Fix PHPUnit bridge

* 1.17.4 (2018-12-14)

 * Fix profiling with Hoster environment

* 1.17.3 (2018-11-30)

 * [PHPunit Bridge] Fix compatibility with PHP 5.x

* 1.17.3 (2018-11-30)

 * [PHPunit Bridge] Fix compatibility with PHP 5.x

* 1.17.2 (2018-10-22)

 * Remove headers from Blackfire\Exception\ApiException's message
 * Add method "getHeaders()" to Blackfire\Exception\ApiException

* 1.17.1 (2018-07-16)

 * Fix usage of PHPUnit Bridge without assertions

* 1.17.0 (2018-07-11)

 * Add proper version in the User-Agent header
 * Add User-Agent header as well as the X-Blackfire-User-Agent one
 * Add possibility to suffix the User Agent header

* 1.16.0 (2018-07-04)

 * Update to use the Build API version 2
 * Add a new method `getBuildReport()` to get the Report of a full Build
