|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.18.0](https://github.com/ymirapp/php-runtime/compare/v1.17.3...v1.18.0) (2026-03-04) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add `PhpScriptApplication` as a `_HANDLER`-based fallback ([5a7b69d](https://github.com/ymirapp/php-runtime/commit/5a7b69d513f9052904d1cc175ef858df35387900)) |
| 9 | +* Add event handler for laravel ([67d6040](https://github.com/ymirapp/php-runtime/commit/67d60404742462a47935a34e67a846504e545f16)) |
| 10 | +* Add laravel handler for sqs events ([51ae7a6](https://github.com/ymirapp/php-runtime/commit/51ae7a61c8809841895baf15643062852f194e90)) |
| 11 | +* Add postgres extension ([7b57af1](https://github.com/ymirapp/php-runtime/commit/7b57af1410555a50dea06ea3e017f8466c2bfd78)) |
| 12 | +* Add queue function runtime ([74c440e](https://github.com/ymirapp/php-runtime/commit/74c440e8483601b22e844ff5e86a509ff7cbb734)) |
| 13 | +* Add request and trace id to http requests and responses ([3cd567d](https://github.com/ymirapp/php-runtime/commit/3cd567d110b463752c5fc8f13d85845e7c8795bb)) |
| 14 | +* Create a dynamic timeout for php-fpm based on remaining execution time ([6cd929f](https://github.com/ymirapp/php-runtime/commit/6cd929febbee99be01e5015f54679d04554d4ccc)) |
| 15 | +* Disable jit and switch to storing opcode in a file cache ([5c774cc](https://github.com/ymirapp/php-runtime/commit/5c774ccb841ad03485878936aba87f0b619be108)) |
| 16 | +* Set command timeout based on remaining time ([8c594ff](https://github.com/ymirapp/php-runtime/commit/8c594fff3aa8576e5b4ec23f76bd7b1d3f5f06fb)) |
| 17 | +* Switch to `lru` for relay `eviction_policy` ([838bf8f](https://github.com/ymirapp/php-runtime/commit/838bf8f9a98671a403520c3dfd9e55aa29ff9de7)) |
| 18 | +* Switch to using `CloudWatchFormatter` from ymir monolog library ([6f1eeb3](https://github.com/ymirapp/php-runtime/commit/6f1eeb358237a324c6544adaa74c0d3b0a18c79f)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* Make `memory_limit` match the maximum allowed memory for lambdas ([b18fc2f](https://github.com/ymirapp/php-runtime/commit/b18fc2fb21be1c8a72f62029fcd2cd982e5bf56f)) |
| 24 | + |
| 25 | + |
| 26 | +### Dependency Changes |
| 27 | + |
| 28 | +* Updated composer dependencies ([7fcaab7](https://github.com/ymirapp/php-runtime/commit/7fcaab793fcff9b61bd63df93e5e7d9dab707b9c)) |
| 29 | +* Upgrade sqlite to 3.51.2 ([c976911](https://github.com/ymirapp/php-runtime/commit/c976911e2b6d656e51394aa55a2b943246ea9a4c)) |
| 30 | +* Upgrade to monolog 2.0 ([59f7150](https://github.com/ymirapp/php-runtime/commit/59f7150bcd5e0866c4b21860b9bbb9558abe27d6)) |
| 31 | +* Upgrade to php 8.3.30 ([3d89271](https://github.com/ymirapp/php-runtime/commit/3d892714e8350590ea47c49a7194ab5cc3e367ff)) |
| 32 | +* Upgrade to php 8.4.18 ([997e4ab](https://github.com/ymirapp/php-runtime/commit/997e4ab7dda2cee0f85139da0204ec7d02764684)) |
| 33 | +* Upgrade to php 8.5.3 ([a7d9143](https://github.com/ymirapp/php-runtime/commit/a7d91435ce5623f5afbeda27878e26aaac9a65f8)) |
| 34 | + |
3 | 35 | ## [1.17.3](https://github.com/ymirapp/php-runtime/compare/v1.17.2...v1.17.3) (2026-01-24) |
4 | 36 |
|
5 | 37 |
|
|
0 commit comments