Skip to content

Commit

Permalink
Prepare 8.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 12, 2023
1 parent a965065 commit 66d0b1e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 8.7.0

Released: 2023-08-12

### Changes

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

#### Testbench Changes

##### Added

* Added following events:
- `Orchestra\Testbench\Foundation\Events\ServeCommandStarted`
- `Orchestra\Testbench\Foundation\Events\ServeCommandEnded`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallStarted`
- `Orchestra\Testbench\Workbench\Events\WorkbenchInstallEnded`

##### Changes

* Change `HandlesRoutes` loading sequence to match common Laravel bootstrap steps.
* Refactor `HandlesAnnotations` and `InteractsWithPHPUnit` traits.
* Workbench integration improvements.
* Update `workbench` configuration schema.

##### Fixes

* Fixes `Illuminate\Foundation\Application::runningUnitTests()` detection.

## 8.6.3

Released: 2023-08-10
Expand Down

0 comments on commit 66d0b1e

Please sign in to comment.