diff --git a/CHANGELOG-9.x.md b/CHANGELOG-9.x.md index 908cdea..56dac17 100644 --- a/CHANGELOG-9.x.md +++ b/CHANGELOG-9.x.md @@ -2,6 +2,37 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 9.6.0 + +Released: 2024-11-19 + +### Changes + +* Update minimum support for Testbench Core v9.6.0+. ([v9.5.3...v9.6.0](https://github.com/orchestral/testbench-core/compare/v9.5.3...v9.6.0)) + +#### Testbench Changes + +##### Added + +* Added `Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink` class. +* Added `Orchestra\Testbench\Concerns\InteractsWithMockery` trait. +* Added `--database` option to `package:create-sqlite-db` command. +* Added `--database` and `--all` options to `package:drop-sqlite-db` command. +* Added `Orchestra\Testbench\php_binary()` function. +* Allows `laravel/serializable-closure` 2. +* Added draft support for PHP 8.4. + +##### Changes + +* Ensure database directory exists when running `package:create-sqlite-db`. +* Allow configuring `PHP_CLI_SERVER_WORKERS` via Composer Script. +* Improves `CTRL+C` and `CTRL+BREAK` supports on Windows without `pcntl` extension. +* `Orchestra\Testbench\Foundation\Console\Actions\GeneratesFile` should be able to handle `$from` and `$to` when given as `false` or `null`. + +##### Fixed + +* Fixed `#[WithMigration('queue')]` should load the default migrations. + ## 9.5.2 Released: 2024-10-06