Immutable
release. Only release title and notes can be modified.
- [13.x] Fix PHP extensions in sqlite workflow job by @lucasmichot in #60850
- [13.x] Use new Stringable(...) instead of Str::of()/str() internally by @lucasmichot in #60852
- [13.x] Extract PHP setup steps into a shared composite action by @lucasmichot in #60851
- [13.x] add the exception to JobReleasedAfterException by @jackbayliss in #60823
- [13.x] Implement
creationTimeOfOldestPendingJobon the QueueFake by @jackbayliss in #60730 - [13.x] Check traits in resolveClassAttribute by @jackbayliss in #60566
- [13.x] Enable additional Rector rules by @lucasmichot in #60854
- [13.x] Optimize Str::ucfirst and Str::lcfirst using native PHP 8.4 functions by @bunyaminbilenkaratas in #60864
- [13.x] Fix queue name parameter in Mailer::later() by @Button99 in #60865
- [13.x] Support stream bodies in HTTP fake responses by @drewmt in #60834
- [13.x] Allow RateLimiter to be Macroable by @jackbayliss in #60869
- [13.x] Add a
#[BindWhen()]attribute to conditionally bind into the container by @ziadoz in #60862 - [13.x] Add timeout minutes to workflows by @jackbayliss in #60872
- [13.x] Restore iterable support to Arr::every() and Arr::some() by @Amirhf1 in #60876
- [13.x] ColumnDefinition::unsigned takes a parameter, which should be documented by @afk11 in #60875
- [13.x] Add multi-queue support to queue:clear command by @miladshakerdn in #60873
- [13.x] Fix Cache::touch() expiration handling by @Amirhf1 in #60878
- [13.x] Mark HTTP testing credentials as sensitive by @Amirhf1 in #60880
- [13.x] Allow faking DNS lookups in validation rules by @SjorsO in #60879
- [13.x] Fix iterable support in Arr::last() by @Amirhf1 in #60881
- [13.x] Support
Delayattribute when usingBus::batch& bulk by @jackbayliss in #60766