Skip to content

build(deps-dev): bump blackfire/php-sdk from 2.6.0 to 3.0.0 in /tools/blackfire#2419

Merged
norberttech merged 1 commit into
1.xfrom
dependabot/composer/tools/blackfire/blackfire/php-sdk-3.0.0
Jun 4, 2026
Merged

build(deps-dev): bump blackfire/php-sdk from 2.6.0 to 3.0.0 in /tools/blackfire#2419
norberttech merged 1 commit into
1.xfrom
dependabot/composer/tools/blackfire/blackfire/php-sdk-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps blackfire/php-sdk from 2.6.0 to 3.0.0.

Release notes

Sourced from blackfire/php-sdk's releases.

v3.0.0

  • Remove deprecated function of the version 2.x
Changelog

Sourced from blackfire/php-sdk's changelog.

CHANGELOG

  • v3.0.0 (2026-06-01)
  • Remove deprecated function of the version 2.0
  • v2.6.0 (2026-05-22)

    • Deprecate the _links.store usage in SDK
  • v2.5.13 (2026-04-21)

    • Display deprecation message about build in Sdk
    • Change the brand in versions and licenses
  • v2.5.12 (2026-01-09)

    • Support PHPUnit 10+
  • v2.5.11 (2026-01-08)

    • Add FrankenPHP profiler and subscriber for Symfony Runtime
  • v2.5.10 (2025-11-21)

    • Internal releasing changes
  • v2.5.9 (2025-10-15)

    • Prevent committing debug code
  • v2.5.8 (2025-08-13)

    • Fix Client's retry logic
  • v2.5.7 (2025-01-28)

    • Fix deprecations in return type declaration
  • v2.5.6 (2025-01-10)

    • [sdk] implement ProfileNotReadyException
  • v2.5.5 (2024-12-23)

    • Upgrade to PHP 8.4 to run functional tests
    • Fix CS
  • v2.5.4 (2024-09-16)

... (truncated)

Upgrade guide

Sourced from blackfire/php-sdk's upgrade guide.

PHP-SDK UPGRADE

To v2.6.0

The entire Build feature is deprecated and will be removed in 3.0. Migrate to Blackfire Player with --report before the end of May 2026.

This Synthetic Monitoring build was triggered by a deprecated method. Migrate to Blackfire Player with --report before the end of May 2026.

The following classes are deprecated:

  • Blackfire\Build\Build
  • Blackfire\Build\Scenario
  • Blackfire\Build\BuildHelper
  • Blackfire\Bridge\PhpUnit\BlackfireBuildExtension
  • Blackfire\Bridge\PhpUnit\BlackfireBuildExtension9
  • Blackfire\Bridge\PhpUnit\BlackfireBuildExtension10
  • Blackfire\Bridge\PhpUnit\BlackfireBuildSubscriber
  • Blackfire\Bridge\PhpUnit\BlackfireTestCaseTrait
  • Blackfire\Bridge\PhpUnit\Laravel\BlackfireBuildExtension
  • Blackfire\Bridge\Laravel\BlackfireTestCase
  • Blackfire\Bridge\Laravel\BlackfireTestArtisanCommandsTrait
  • Blackfire\Bridge\Behat\BlackfireExtension\Event\BuildSubscriber
  • Blackfire\Bridge\Behat\BlackfireExtension\Event\ScenarioSubscriber

The following methods are deprecated:

  • Blackfire\Client::startBuild()
  • Blackfire\Client::closeBuild()
  • Blackfire\Client::startScenario()
  • Blackfire\Client::closeScenario()
  • Blackfire\Client::getBuildReport()
  • Blackfire\Client::addStep()
  • Blackfire\Profile\Configuration::setScenario()
  • Blackfire\Profile\Configuration::setBuildUuid()
  • Blackfire\Profile\Request::getStoreUrl()
  • Blackfire\LoopClient::generateBuilds()

To v2.3.0

  • Methods Blackfire\Build::incScenario, Blackfire\Scenario::incJob are deprecated without replacement.
  • Method Blackfire\Client::getScenarioReport is deprecated. Use Blackfire\Client::getBuildReport instead.
  • Method Blackfire\Client::addJobInScenario is deprecated. Set the scenario with Blackfire\Profile\Configuration::setScenario then call Blackfire\Client::endProbe

To v1.18.0

... (truncated)

Commits
  • ad3e1a2 Bump php-sdk to version v3.0.0
  • 797865b [Sunset Build] Remove code related to Builds from SDK
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [blackfire/php-sdk](https://github.com/blackfireio/php-sdk) from 2.6.0 to 3.0.0.
- [Release notes](https://github.com/blackfireio/php-sdk/releases)
- [Changelog](https://github.com/blackfireio/php-sdk/blob/master/CHANGELOG)
- [Upgrade guide](https://github.com/blackfireio/php-sdk/blob/master/UPGRADE.md)
- [Commits](blackfireio/php-sdk@v2.6.0...v3.0.0)

---
updated-dependencies:
- dependency-name: blackfire/php-sdk
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@dependabot dependabot Bot requested a review from norberttech as a code owner June 3, 2026 22:10
@dependabot dependabot Bot added php Pull requests that update php code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@norberttech norberttech merged commit 2b9d6f7 into 1.x Jun 4, 2026
35 checks passed
@norberttech norberttech deleted the dependabot/composer/tools/blackfire/blackfire/php-sdk-3.0.0 branch June 4, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant