Back to Blog

Laravel 9.20 Released

Julian Beaujardin
Julian Beaujardin Reference: Laravel News July 13th, 2022

Day delay on the release, but we get a couple new features this week in Laravel 9.20. Allow passing callable to Collection random(), a Str::inlineMarkdown() and more:

  • Allow passing callable to Collection random() in #43028
  • Add Str::inlineMarkdown() in #43126
  • Add replicateQuietly() to Model in #43141
  • Allow authorization responses to specify HTTP status codes in #43097
  • Add ignore property to ValidateSignature middleware in #43160

Release Notes

You can see the complete list of new features and updates below and the diff between 9.19.0 and 9.20.0 on GitHub. The following release notes are directly from the changelog