Skip to content

Commit

Permalink
Prepare 8.15.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 10, 2023
1 parent 2c670a0 commit 220eb53
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 8.15.0

Released: 2023-11-10

### Changes

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

#### Testbench Changes

##### Added

* Added new PHPUnit Attribute to run the default `laravel`, `cache`, `notifications`, `queue` and `session` database migrations using `Orchestra\Testbench\Attributes\WithMigration`.
* Added `Orchestra\Testbench\defined_environment_variables()` function.
* Added `Orchestra\Testbench\laravel_migration_path()` function.
* Added `Orchestra\Testbench\remote()` function.

##### Changes

* Mark the following classes as `@api`:
- `Orchestra\Testbench\Foundation\Application`
- `Orchestra\Testbench\Foundation\Config`
- `Orchestra\Testbench\Foundation\Env`
* Cache results from `Orchestra\Testbench\PHPUnit\AttributeParser`.

## 8.14.1

Released: 2023-11-07
Expand Down

0 comments on commit 220eb53

Please sign in to comment.