Laravel Changelog History Search

Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.

v10.17.0 - 2023-08-01

  • [10.x] Update TrustProxies to rely on $headers if properly set by @inxilpro in (#47844)
  • [10.x] Support human-friendly text for file size by @jxxe in (#47846)
  • [10.x] Added UploadedFile as return type by @khrigo in (#47847)
  • [10.x] Add option to adjust database default lock timeout by @joelharkes in (#47854)
  • [10.x] Allow custom mutex names for isolated commands by @rybakihor in (#47814)
  • Fix for issues with closure-based scheduled commands in schedule:test by @mobidev86 in (#47862)
  • [10.x] Extract customised deleted_at column name from Model FQN by @edvordo in (#47873)
  • [10.x] Add --test and --pest options to make:component by @nshiro in (#47894)
  • [10.x] Fix Factory::configure() return type by @axlon in (#47920)
  • [10.x] Fix Http global middleware for queue, octane, and dependency injection by @timacdonald in (#47915)

v10.16.1 - 2023-07-26

v10.16.0 - 2023-07-25

  • [10.x] Improve display of sub-minute tasks in schedule:list command. by @jessarcher in (#47720)
  • [10.x] Add new SQL error message "No connection could be made because the target machine actively refused it" by @magnusvin in (#47718)
  • [10.x] Call renderForAssertions in assertHasSubject by @ttrig in (#47728)
  • [10.x] Improve typehint for Model::getConnectionResolver() by @LukeTowers in (#47749)
  • [10.x] add getRedisConnection to ThrottleRequestsWithRedis by @snmatsui in (#47742)
  • [10.x] Add missing tests for the schedule:list command. by @xiCO2k in (#47787)
  • [10.x] Collection::except() with null returns all by @pniaps in (#47821)
  • [10.x] fix issue #47727 with wrong return type by @renky in (#47820)
  • [10.x] Add test for Message ID, References and Custom Headers for Mailables by @alexbowers in (#47791)
  • [10.x] Add support for BackedEnum in Collection groupBy method by @osbre in (#47823)

v10.15.0 - 2023-07-11

  • [10.x] Change return type of getPrivateToken in AblyBroadcaster by @milwad-dev in (#47602)
  • [10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders by @tpetry in (#47507)
  • [10.x] Fix recorderHandler not recording changes made by middleware by @j3j5 in (#47614)
  • Pass queue from Mailable to SendQueuedMailable job by @Tarpsvo in (#47612)
  • [10.x] Fixes failing tests running on DynamoDB Local 2.0.0 by @crynobone in (#47653)
  • [10.x] Do not apply global scopes when incrementing/decrementing an existing model by @cosmastech in (#47629)
  • [10.x] Adds inline attachments support for "notifications" markdown mailables by @nunomaduro in (#47643)
  • [10.x] Make Vite throw a new ManifestNotFoundException by @innocenzi in (#47681)
  • [10.x] Move class from file logic in Console Kernel to dedicated method by @CalebDW in (#47665)
  • [10.x] Dispatch model pruning started and ended events by @ziadoz in (#47669)
  • [10.x] Update DatabaseRule to handle Enums for simple where clause by @CalebDW in (#47679)
  • [10.x] Fix parallel testing without any database connection by @deleugpn in (#47705)

v10.14.1 - 2023-06-28

  • [10.x] Add Collection::wrap to add method on BatchFake by @schonhoff in (#47589)