Skip to content

0.9.10

Choose a tag to compare

@rammewerk rammewerk released this 26 Sep 22:26
· 7 commits to main since this release
  • Late Container Binding – Added setContainer() method to support container injection after router initialization. This prevents singleton leakage in FrankenPHP worker mode while preserving performance through cached route factories.
  • Worker Mode Support – Enhanced compatibility with long-running processes like FrankenPHP workers by allowing fresh container instances per request.
  • Type Annotation Improvements – Fixed PHPStan template issues for better static analysis support.