Skip to content

Releases: laravel/framework

v12.38.0

12 Nov 16:52

Choose a tag to compare

  • [12.x] Cache the result of configurationIsCached() by @cosmastech in #57665
  • [12.x] model:show command prompt for missing input with model suggestion by @mrazinshaikh in #57671
  • Don't call Model::toArray() to get attributes for factory insert by @riesjart in #57670
  • [12.x] Introduce WithCachedRoutes testing trait by @cosmastech in #57623
  • [12.x] Add missing separators to Stringable::ucwords by @kichetof in #57688
  • [12.x] Cache result of Application@routesAreCached() by @cosmastech in #57687
  • fix phpdoc return of HasAttributes::getArrayAttributeWithValue by @chuckadams in #57691
  • [12.x] Remove unnecessary imports from BackgroundQueue and DeferredQueue. by @seriquynh in #57699
  • [12.x] add SQLite support for whereNotMorphedTo method by @faisuc in #57698
  • [12.x] Handle AWS ElasticCache failover by reconnecting when READONLY by @wsamoht in #57685
  • [12.x] Introduce WithCachedConfig testing trait by @cosmastech in #57663
  • [12.x] Fix WithCachedConfig@tearDownWithCachedConfig() by @cosmastech in #57708
  • [12.x] Reorder some core aliases in alphabetical order. by @kevinb1989 in #57706
  • Allow Resend ^1.0 by @ziming in #57713
  • [12.x] memoize result of Application@eventsAreCached() by @cosmastech in #57709
  • [12.x] Test Factory@insert() with hidden by @cosmastech in #57722
  • [12.x] Separate workflow for Redis integration tests by @vadimonus in #57710
  • [12.x] Types: HasDatabaseNotifications read/unread notifications by @liamduckett in #57718
  • [12.x] Supports Symfony 7.4 by @crynobone in #57724
  • [12.x] Revert lowercasing validation message placeholders by @florianraith in #57733
  • [12.x] try another way to activate Broadcast routes by @browner12 in #57734
  • [12.x] Add environment information to json output of schedule:list command by @mmachatschek in #57741
  • [12.x] Make DumpCommand prohibitable by @jackbayliss in #57735
  • [12.x] Clean ConsoleApplicationTest by @seriquynh in #57761
  • [12.x] Fix the docblock of the BroadcastManager::purge method. by @seriquynh in #57758
  • [12.x] Fix setting request exception truncating doesn't work on HTTP layer when configured inside bootstrap/app.php by @crynobone in #57759

v12.37.0

04 Nov 15:40

Choose a tag to compare

v12.36.1

29 Oct 14:22

Choose a tag to compare

v12.36.0

28 Oct 15:14

Choose a tag to compare

v12.35.1

23 Oct 15:26

Choose a tag to compare

v12.35.0

21 Oct 15:16

Choose a tag to compare

v12.34.0

14 Oct 13:59

Choose a tag to compare

v12.33.0

07 Oct 14:32

Choose a tag to compare

v12.32.5

30 Sep 17:40

Choose a tag to compare

Update version to v12.32.5

v12.32.4

30 Sep 17:23

Choose a tag to compare

  • [12.x] Use Container::getInstance() in ComposerScripts::prePackageUninstall() by @cosmastech in #57226