Skip to content

1.15.0

Choose a tag to compare

@koriym koriym released this 02 Feb 16:21
· 156 commits to 1.x since this release
8e4ab37

What's Changed

Added

  • Add ServerContextInterface for coroutine-safe request handling in Swoole/RoadRunner environments
  • Add GlobalServerContext as default implementation using $_SERVER superglobal
  • Add RepositoryLoggerInterface with reset() method for long-running process support

Changed

  • Bind ServerContextInterface to GlobalServerContext in QueryRepositoryModule
  • Use ServerContextInterface in ResourceStorage instead of direct $_SERVER access

Full Changelog: 1.14.0...1.15.0