Skip to content

Commit

Permalink
Prepare 6.37.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 Oct 24, 2023
1 parent 2c1ba01 commit 8eca63f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

## 6.37.0

Released: 2023-10-24

### Changes

* Update minimum support for Testbench Core v6.41.0+. ([v6.40.0...v6.41.0](https://github.com/orchestral/testbench-core/compare/v6.40.0...v6.41.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Workbench\Workbench` to handle integrations with Workbench.
* Added `Orchestra\Testbench\Foundation\Config::getWorkbenchDiscoversAttributes()` method.
* Added `Orchestra\Testbench\Concerns\Database\InteractsWithSqliteDatabaseFile` trait.
* Added support for PHPUnit Attribute as replacements to Annotations:
- `@define-env` and `@environment-setup` will be replaced with `Orchestra\Testbench\Attributes\DefineEnvironment`.
- `@define-db` will be replaced with `Orchestra\Testbench\Attributes\DefineDatabase`.
- `@define-route` will be replaced with `Orchestra\Testbench\Attributes\DefineRoute`.

##### Fixes

* Fixes generating path using `Orchestra\Testbench\package_path()` and `Orchestra\Testbench\workbench_path()`.

##### Deprecated

* Deprecate `Orchestra\Testbench\Concerns\WithFactories`.

##### Removed

* Remove `Orchestra\Testbench\Foundation\Bootstrap\StartWorkbench`, use `Orchestra\Testbench\Workbench\Workbench::start()` instead.

## 6.36.0

Released: 2023-10-09
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 8eca63f

Please sign in to comment.