Laravel v13.22.0

v13.22.0
Added 8
  • Add exception to JobReleasedAfterException
  • Implement creationTimeOfOldestPendingJob on the QueueFake
  • Support stream bodies in HTTP fake responses
  • Allow RateLimiter to be Macroable
  • Add a #[BindWhen()] attribute to conditionally bind into the container
  • Add multi-queue support to queue:clear command
  • Allow faking DNS lookups in validation rules
  • Support Delay attribute when using Bus::batch & bulk
Changed 3
  • Use new Stringable() instead of Str::of()/str() internally
  • Optimize Str::ucfirst and Str::lcfirst using native PHP 8.4 functions
  • Mark HTTP testing credentials as sensitive
Fixed 6
  • Fix PHP extensions in sqlite workflow job
  • Check traits in resolveClassAttribute
  • Fix queue name parameter in Mailer::later()
  • Restore iterable support to Arr::every() and Arr::some()
  • Fix Cache::touch() expiration handling
  • Fix iterable support in Arr::last()
View original

Upgraded? How did it go?

Discussion