Skip to content

Commit 7ce87c8

Browse files
committed
Merge branch '1.x'
2 parents 4504c50 + 8a90a12 commit 7ce87c8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/octane/compare/v1.5.4...master)
3+
## [Unreleased](https://github.com/laravel/octane/compare/v1.5.6...master)
4+
5+
## [v1.5.6](https://github.com/laravel/octane/compare/v1.5.5...v1.5.6) - 2023-05-16
6+
7+
- Support projects using type module by @timacdonald in https://github.com/laravel/octane/pull/696
8+
9+
## [v1.5.5](https://github.com/laravel/octane/compare/v1.5.4...v1.5.5) - 2023-05-04
10+
11+
- feat: enable http compression by sending data not with chunked encodi… by @DeepDiver1975 in https://github.com/laravel/octane/pull/691
412

513
## [v1.5.4](https://github.com/laravel/octane/compare/v1.5.3...v1.5.4) - 2023-04-18
614

File renamed without changes.

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __call($method, $parameters)
8383

8484
return tap(new Process([
8585
(new ExecutableFinder)->find('node'),
86-
'file-watcher.js',
86+
'file-watcher.cjs',
8787
json_encode(collect(config('octane.watch'))->map(fn ($path) => base_path($path))),
8888
$this->option('poll'),
8989
], realpath(__DIR__.'/../../../bin'), null, null, null))->start();

0 commit comments

Comments
 (0)