|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/octane/compare/v1.3.7...master) |
| 3 | +## [Unreleased](https://github.com/laravel/octane/compare/v1.5.4...master) |
| 4 | + |
| 5 | +## [v1.5.4](https://github.com/laravel/octane/compare/v1.5.3...v1.5.4) - 2023-04-18 |
| 6 | + |
| 7 | +- Add ServerProcessInspector interface by @yiming0 in https://github.com/laravel/octane/pull/679 |
| 8 | + |
| 9 | +## [v1.5.3](https://github.com/laravel/octane/compare/v1.5.2...v1.5.3) - 2023-04-04 |
| 10 | + |
| 11 | +- Reverts #669 by @nunomaduro in https://github.com/laravel/octane/pull/676 |
| 12 | + |
| 13 | +## [v1.5.2](https://github.com/laravel/octane/compare/v1.5.1...v1.5.2) - 2023-04-04 |
| 14 | + |
| 15 | +- Give new container instance to session manager by @smortexa in https://github.com/laravel/octane/pull/669 |
| 16 | +- Use getHost() by @chu121su12 in https://github.com/laravel/octane/pull/671 |
| 17 | + |
| 18 | +## [v1.5.1](https://github.com/laravel/octane/compare/v1.5.0...v1.5.1) - 2023-03-27 |
| 19 | + |
| 20 | +- Add method to fix octane route caching. by @CharlesBilbo in https://github.com/laravel/octane/pull/659 |
| 21 | +- Support setting swoole server mode by @sy-records in https://github.com/laravel/octane/pull/666 |
| 22 | +- Give new app instance to cache manager by @smortexa in https://github.com/laravel/octane/pull/667 |
| 23 | + |
| 24 | +## [v1.5.0](https://github.com/laravel/octane/compare/v1.4.3...v1.5.0) - 2023-03-04 |
| 25 | + |
| 26 | +- Add support for custom HTTP headers on static files by @Starfox64 in https://github.com/laravel/octane/pull/653 |
| 27 | +- Fix return value error and Remove useless code by @sy-records in https://github.com/laravel/octane/pull/655 |
| 28 | + |
| 29 | +## [v1.4.3](https://github.com/laravel/octane/compare/v1.4.2...v1.4.3) - 2023-03-01 |
| 30 | + |
| 31 | +- Fix timer table set failed by @sy-records in https://github.com/laravel/octane/pull/650 |
| 32 | + |
| 33 | +## [v1.4.2](https://github.com/laravel/octane/compare/v1.4.1...v1.4.2) - 2023-02-07 |
| 34 | + |
| 35 | +### Fixed |
| 36 | + |
| 37 | +- Allow graceful reload after installing packages by @taylorotwell in https://github.com/laravel/octane/pull/644 |
| 38 | + |
| 39 | +## [v1.4.1](https://github.com/laravel/octane/compare/v1.4.0...v1.4.1) - 2023-02-03 |
| 40 | + |
| 41 | +### Changed |
| 42 | + |
| 43 | +- Removes internal messages from output by @nunomaduro in https://github.com/laravel/octane/pull/639 |
| 44 | +- Only displays source when there is source by @nunomaduro in https://github.com/laravel/octane/pull/640 |
| 45 | +- Adds support for Collision `v7.x` by @nunomaduro in https://github.com/laravel/octane/pull/643 |
| 46 | + |
| 47 | +### Fixed |
| 48 | + |
| 49 | +- Fix unsetting a cookie value when using Swoole by @oprypkhantc in https://github.com/laravel/octane/pull/642 |
| 50 | + |
| 51 | +## [v1.4.0](https://github.com/laravel/octane/compare/v1.3.10...v1.4.0) - 2023-01-10 |
| 52 | + |
| 53 | +### Added |
| 54 | + |
| 55 | +- Adds Laravel 10 support by @nunomaduro in https://github.com/laravel/octane/pull/629 |
| 56 | + |
| 57 | +## [v1.3.10](https://github.com/laravel/octane/compare/v1.3.9...v1.3.10) - 2022-12-23 |
| 58 | + |
| 59 | +### Changed |
| 60 | + |
| 61 | +- Adds support for Open Swoole `v22.x` by @nunomaduro in https://github.com/laravel/octane/pull/626 |
| 62 | + |
| 63 | +## [v1.3.9](https://github.com/laravel/octane/compare/v1.3.8...v1.3.9) - 2022-11-19 |
| 64 | + |
| 65 | +### Changed |
| 66 | + |
| 67 | +- Add `--rpc-host` option for Roadrunner by @matthew-inamdar in https://github.com/laravel/octane/pull/619 |
| 68 | + |
| 69 | +### Fixed |
| 70 | + |
| 71 | +- Resolve typo resulting in deprecation notice by @owenvoke in https://github.com/laravel/octane/pull/614 |
| 72 | + |
| 73 | +## [v1.3.8](https://github.com/laravel/octane/compare/v1.3.7...v1.3.8) - 2022-11-11 |
| 74 | + |
| 75 | +### Fixed |
| 76 | + |
| 77 | +- Prefix rr binary permissions with 0 to specify it as an octal value by @Dylan-Buth in https://github.com/laravel/octane/pull/611 |
4 | 78 |
|
5 | 79 | ## [v1.3.7](https://github.com/laravel/octane/compare/v1.3.6...v1.3.7) - 2022-11-02 |
6 | 80 |
|
|
0 commit comments