Laravel v13.20.0

v13.20.0
Added 9
  • Add missing $separator parameter to Storage facade append/prepend docblocks
  • Add beforePushing and afterPushing methods on QueueFake class
  • Add memory usage to WorkerStopping
  • Add assertEmpty to the Storage facade
  • Add first-party support for image processing
  • Add WithoutMiddleware controller middleware attribute
Changed 5
  • Make MailFake::assertQueuedTimes() public
  • Sync more getter return types with their property generics
  • Normalize HTTP client request header lookups
  • Support null for shortcut field in return type array for HasParameters::getOptions
  • Add capitalize parameter to Stringable::initials()
Fixed 6
  • Fix operator precedence in SqsQueue size fallbacks
  • Fix guessResourceName() namespace collision when class name is a substring of a parent namespace segment
  • Fix Str::containsAll() returning true for an empty needles array
  • Fix stale transformations being reapplied when branching an Image after toBytes()
  • Fix Number::forHumans() and abbreviate() returning "-0" for tiny negative values
  • Fix providesTemporaryUploadUrls should return true for s3 driver
View original

Upgraded? How did it go?

Discussion