Skip to content

Commit

Permalink
Prepare 8.22.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 Mar 13, 2024
1 parent 15ae8a2 commit 77e857d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG-8.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`.

## 8.22.0

Released: 2024-03-13

### Changes

* Update minimum support for Testbench Core v8.23.0+. ([v8.21.1...v8.23.0](https://github.com/orchestral/testbench-core/compare/v8.21.1...v8.23.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Attributes\RequiresLaravel` attribute.
* Added `Orchestra\Testbench\Foundation\Env::has()` method.
* Added `Orchestra\Testbench\load_migration_paths()` function.
* Added `Orchestra\Testbench\once()` function.
* Added `usesRefreshDatabaseTestingConcern()` helper method to `Orchestra\Testbench\Concerns\InteractsWithTestCase` trait.

##### Changes

* Validate `MYSQL_*`, `MSSQL_*`, `SQLITE_*` and `POSTGRES_*` environment variables before trying to override the configuration values.
* Allow passing `$command` to `Orchestra\Testbench\remote()` function using `array` instead of just `string`.
* Allow to following functions to accept array of paths:
- `Orchestra\Testbench\default_skeleton_path()`
- `Orchestra\Testbench\package_path()`
- `Orchestra\Testbench\workbench_path()`

##### Fixes

* Fixes `Orchestra\Testbench\Attributes\ResetRefreshDatabaseState` attribute declaration to only `Attribute::TARGET_CLASS`.

## 8.21.1

Released: 2024-01-22
Expand Down

0 comments on commit 77e857d

Please sign in to comment.