Skip to content

Commit 9cc8d84

Browse files
committed
[8.x] update changelog
1 parent 7e44372 commit 9cc8d84

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG-6.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## [v6.20.32 (2021-08-10)](https://github.com/laravel/framework/compare/v6.20.31...v6.20.32)
77

88
### Fixed
9-
- Fixed schedule timezone when using CarbonImmutable ([#38297](https://github.com/laravel/framework/pull/38297))
9+
- Bump AWS PHP SDK ([#38297](https://github.com/laravel/framework/pull/38297))
1010

1111

1212
## [v6.20.31 (2021-08-03)](https://github.com/laravel/framework/compare/v6.20.30...v6.20.31)

CHANGELOG-8.x.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Release Notes for 8.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.54.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.55.0...8.x)
4+
5+
6+
## [v8.55.0 (2021-08-17)](https://github.com/laravel/framework/compare/v8.54.0...v8.55.0)
7+
8+
### Added
9+
- Added stringable support for isUuid ([#38330](https://github.com/laravel/framework/pull/38330))
10+
- Allow for closure reflection on all MailFake assertions ([#38328](https://github.com/laravel/framework/pull/38328))
11+
- Added `Illuminate/Support/Testing/Fakes/MailFake::assertNothingOutgoing()` ([363af47](https://github.com/laravel/framework/commit/363af4793bfac97f2d846f5fa6bb985ce6a5642e))
12+
- Added `Illuminate/Support/Testing/Fakes/MailFake::assertNotOutgoing()` ([a3658c9](https://github.com/laravel/framework/commit/a3658c93695b79b3f9a8fc72c04c6d928dcc51a9))
13+
- Added Support withTrashed on routes ([#38348](https://github.com/laravel/framework/pull/38348))
14+
- Added Failover Swift Transport driver ([#38344](https://github.com/laravel/framework/pull/38344))
15+
- Added Conditional rules ([#38361](https://github.com/laravel/framework/pull/38361))
16+
- Added assertRedirectToSignedRoute() method for testing responses ([#38349](https://github.com/laravel/framework/pull/38349))
17+
- Added Validated subsets ([#38366](https://github.com/laravel/framework/pull/38366))
18+
- Share handler instead of client between requests in pool to ensure ResponseReceived events are dispatched in async HTTP Request ([#38380](https://github.com/laravel/framework/pull/38380))
19+
- Support union types on event discovery ([#38383](https://github.com/laravel/framework/pull/38383))
20+
- Added Assert invalid in testResponse ([#38384](https://github.com/laravel/framework/pull/38384))
21+
- Add qualifyColumns method to Model class ([#38403](https://github.com/laravel/framework/pull/38403))
22+
- Added ability to throw a custom validation exception ([#38406](https://github.com/laravel/framework/pull/38406))
23+
- Support shorter subscription syntax ([#38408](https://github.com/laravel/framework/pull/38408))
24+
25+
### Fixed
26+
- Handle exceptions in batch callbacks ([#38327](https://github.com/laravel/framework/pull/38327))
27+
- Bump AWS PHP SDK ([#38297](https://github.com/laravel/framework/pull/38297))
28+
- Fixed firstOrCreate and firstOrNew should merge attributes correctly ([#38346](https://github.com/laravel/framework/pull/38346))
29+
- Check for incomplete class to prevent unexpected error when class cannot be loaded in retry command ([#38379](https://github.com/laravel/framework/pull/38379))
30+
31+
### Changed
32+
- Update the ParallelRunner to allow for a custom Runner to be resolved ([#38374](https://github.com/laravel/framework/pull/38374))
33+
- Use Fluent instead of array on Rule::when() ([#38397](https://github.com/laravel/framework/pull/38397))
434

535

636
## [v8.54.0 (2021-08-10)](https://github.com/laravel/framework/compare/v8.53.1...v8.54.0)

0 commit comments

Comments
 (0)