|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.0.1] - 2025-01-09 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Initial release of PivotPHP ReactPHP Extension |
| 12 | +- ReactPHP server integration with PivotPHP framework |
| 13 | +- PSR-7 request/response bridge between ReactPHP and PivotPHP |
| 14 | +- Service provider for easy integration |
| 15 | +- Console command `serve:reactphp` for starting the server |
| 16 | +- Support for async operations and promises |
| 17 | +- Configuration file support |
| 18 | +- Basic examples (server.php and async-example.php) |
| 19 | +- Full test coverage for core components |
| 20 | +- PHPStan Level 9 static analysis |
| 21 | +- PSR-12 code style compliance |
| 22 | + |
| 23 | +### Features |
| 24 | +- Continuous runtime to keep application in memory between requests |
| 25 | +- Event-driven architecture with non-blocking I/O |
| 26 | +- High performance by eliminating bootstrap overhead |
| 27 | +- Full PSR-7 compatibility with PivotPHP's implementation |
| 28 | +- Middleware pipeline support |
| 29 | +- Graceful server shutdown with signal handling (SIGTERM, SIGINT) |
| 30 | + |
| 31 | +### Dependencies |
| 32 | +- Requires PHP 8.1 or higher |
| 33 | +- Compatible with PivotPHP Core 1.0+ |
| 34 | +- ReactPHP HTTP Server 1.9+ |
| 35 | +- PSR-7 Message Interface 1.x (ReactPHP requirement) |
| 36 | + |
| 37 | +[0.0.1]: https://github.com/PivotPHP/pivotphp-reactphp/releases/tag/v0.0.1 |
0 commit comments