Back to Blog

Laravel 10.30 Released

Julian Beaujardin
Julian Beaujardin Reference: Laravel News October 31st, 2023

This week, the Laravel team released v10.30 with the ability to dispatch events based on a DB transaction result, improvements for artisan migrate, configure default session block timeouts, and more.

Release notes

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

  • Match service provider after resolved in #48824
  • Ability to configure default session block timeouts in #48795
  • Improvements for artisan migrate --pretend in #48768
  • Add support for getting native columns' attributes in #48357
  • Pass the job with the exception in #48830
  • Dispatch events based on a DB transaction result in #48705
  • Fix Stringables not converted in HTTP query parameters or body in #48849