v13.19.0
Added 5
- Support inspecting reserved jobs on the queue fake
- Add `reduceInto` method to collection
- Add `counted` method to `Str` and `Stringable`
- Add `query` and `queryJson` HTTP testing helpers
- Add `Http::query()` method to the HTTP client
Changed 5
- Ensure `deletedAtColumn` is passed to `assertSoftDeleted` and `assertNotSoftDeleted`
- Pop managed queue jobs from the cloud-agent instead of SQS
- Terminate default style value with a semicolon in ComponentAttributeBag::merge()
- Allow mail config options without name
- Send bulk SQS jobs via SendMessageBatch
Removed 1
- Remove deprecated `StaticCallOnNonStaticToInstanceCallRector` fixer rule
- [13.x] Support inspecting reserved jobs on the queue fake by @jackbayliss in https://github.com/laravel/framework/pull/60644
- [13.x] Add
reduceIntomethod to collection by @JosephSilber in https://github.com/laravel/framework/pull/60651 - [13.x] Add
countedmethod toStrandStringableby @JosephSilber in https://github.com/laravel/framework/pull/60649 - [13.x] Ensure
deletedAtColumnis passed toassertSoftDeleted&assertNotSoftDeletedby @jackbayliss in https://github.com/laravel/framework/pull/60657 - [13.x] Pop managed queue jobs from the cloud-agent instead of SQS by @kieranbrown in https://github.com/laravel/framework/pull/60659
- [12.x] Pop managed queue jobs from the cloud-agent instead of SQS by @kieranbrown in https://github.com/laravel/framework/pull/60660
- [12.x] Terminate default style value with a semicolon in ComponentAttributeBag::merge() by @Amirhf1 in https://github.com/laravel/framework/pull/60665
- Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group by @dependabot[bot] in https://github.com/laravel/framework/pull/60672
- [13.x] Update comment in
Cloud/Queue.phpby @jackbayliss in https://github.com/laravel/framework/pull/60673 - [13.x] Add tests for relative date where clauses by @aligulzar729 in https://github.com/laravel/framework/pull/60675
- [13.x] Add
phpdoc_trim_consecutive_blank_line_separation ruleto pint by @lucasmichot in https://github.com/laravel/framework/pull/60669 - [13.x] Remove deprecated
StaticCallOnNonStaticToInstanceCallRectorfixer rule by @lucasmichot in https://github.com/laravel/framework/pull/60670 - [13.x] Allow mail config options without name by @jackbayliss in https://github.com/laravel/framework/pull/60668
- [13.x] Adjust Queue comment after Dependabot by @jackbayliss in https://github.com/laravel/framework/pull/60679
- [13.x] Send bulk SQS jobs via SendMessageBatch by @kieranbrown in https://github.com/laravel/framework/pull/60645
- [13.x] Add
queryandqueryJsonHTTP testing helpers by @shanerbaner82 in https://github.com/laravel/framework/pull/60662 - [13.x] Add
Http::query()method to the HTTP client by @shanerbaner82 in https://github.com/laravel/framework/pull/60663 - Merge branch '12.x' into 13.x by @crynobone in https://github.com/laravel/framework/pull/60684
- [13.x] Add tests for the date rule's past/future/nowOrPast/nowOrFuture methods by @aligulzar729 in https://github.com/laravel/framework/pull/60687