Skip to content

Release v1.9.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:07
· 40 commits to main since this release

Release v1.9.2 - FrankenPHP banner, deprecation quieting, final bundle class

Changelog

Added

  • FrankenPHP Friendly Worker Mode banner in README (REQ-DOCS-017).
  • make down-dev and make demo-smoke (REQ-MAKE-007, REQ-TEST-011).
  • PHPUnit SYMFONY_DEPRECATIONS_HELPER=max[direct]=0 (REQ-SF-005).
  • Packagist keywords php and symfony-bundle (REQ-PKG-004).
  • REQ-CS-005: nowo-tech/phpstan-frankenphp in require-dev with classic + worker rulesets.

Changed

  • Demo Symfony 8 image bumped to FrankenPHP PHP 8.5; demo require.php >=8.5,<8.6 (REQ-DEMO-010).
  • NowoSentryBundle is final (REQ-PHP-001).
  • PHPStan ignoreErrors: [] (src only); SqlExceptionHelper uses is_a() for the driver interface (REQ-CS-006).
  • docs/COVERAGE_ANALYSIS.md translated to English (REQ-DOCS-016).

Fixed

  • ignore_access_denied_listener deprecation: no longer fired on every boot. The deprecated node no longer uses canBeDisabled()/addDefaultsIfNotSet(), so the warning only appears when the option is still set explicitly. Prefer before_send_handler.ignore_pure_access_denied.

Documentation

What's Changed

  • chore(ci): bump actions/checkout from 6 to 7 by @dependabot[bot] in #9
  • chore(deps): bump phpstan/phpstan from 2.2.5 to 2.2.6 in the phpstan group by @dependabot[bot] in #10
  • chore(deps): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.95.17 by @dependabot[bot] in #11
  • chore(deps): bump rector/rector from 2.5.7 to 2.5.8 by @dependabot[bot] in #12

Full Changelog: v1.9.1...v1.9.2