Skip to content

v9.30.1

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 27 Sep 19:40
· 887 commits to 9.x since this release

Added

  • Allow using a model instance in place of nested model factories (#44107)
  • Added UUID and ULID support for Eloquent (#44074)
  • Implement except method for fake classes to define what should not be faked (#44117)
  • Added interacts with queue middleware to send queued mailable (#44124)
  • Added new exception string to Illuminate/Database/DetectsLostConnections (#44121)

Fixed

Changed

  • Enhance column modifying (#44101)
  • Allow to define which jobs should be actually dispatched when using Bus::fake (#44106)