File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.15.0] - 2026-02-03
9+
10+ ### Added
11+ - Add ` ServerContextInterface ` for coroutine-safe request handling in Swoole/RoadRunner environments
12+ - Add ` GlobalServerContext ` as default implementation using ` $_SERVER ` superglobal
13+ - Add ` RepositoryLoggerInterface ` with ` reset() ` method for long-running process support
14+
15+ ### Changed
16+ - Bind ` ServerContextInterface ` to ` GlobalServerContext ` in ` QueryRepositoryModule `
17+ - Use ` ServerContextInterface ` in ` ResourceStorage ` instead of direct ` $_SERVER ` access
18+
819## [ 1.14.0] - 2025-01-24
920
1021### Added
You can’t perform that action at this time.
0 commit comments