Skip to content

Release v1.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Jan 14:54

Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main

Changelog

Fixed

  • Subscriber detection in diagnose - Fixed issue where diagnose page showed subscriber as not registered even when it was
    • Improved subscriber detection with multiple fallback methods
    • Checks event dispatcher listeners for both REQUEST and TERMINATE events
    • Falls back to container service lookup
    • Final fallback to class existence and interface verification
    • Now correctly detects subscriber registration in all scenarios
    • Added detection method information to diagnostic output

Added

  • Test coverage for subscriber detection - Added 7 new tests for diagnose subscriber detection
    • Tests for detection via event dispatcher listeners (REQUEST and TERMINATE)
    • Tests for detection via container service lookup
    • Tests for fallback to class existence check
    • Tests for error handling scenarios
    • Tests for detection method reporting

Commits

  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (3040de1)
  • feat: Release version 1.0.5 with subscriber detection improvements and test coverage (5bb74c8)
  • Apply PHP CS Fixer fixes [skip ci] (8f1840e)