Skip to content

Commit

Permalink
Prepare 9.6.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 19, 2024
1 parent b25d4f5 commit b93847b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b93847b

Please sign in to comment.