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.21.0 - 2023-08-29

  • [10.x] Fix createOrFirst on transactions by @tonysm in (#48144)
  • [10.x] Improve PendingRequest::pool() return type by @axlon in (#48150)
  • [10.x] Adds start and end string replacement helpers by @joedixon in (#48025)
  • [10.x] Change the return type of getPublicToken function by @fahamjv in (#48173)
  • [10.x] Add serializeAndRestore() to QueueFake andBusFake by @cosmastech in (#48131)
  • Add visibility Support for Scoped Disk Configurations by @okaufmann in (#48186)
  • [10.x] Ensuring Primary Reference on Retry in createOrFirst() by @mpyw in (#48161)
  • [10.x] Make the firstOrCreate methods in relations use createOrFirst behind the scenes by @tonysm in (#48192)
  • [10.x] Enhancing updateOrCreate() to Use firstOrCreate() by @mpyw in (#48160)
  • [10.x] Fix validation of attributes that depend on previous excluded attribute by @hans-thomas in (#48122)
  • [10.x] Remove unused catch exception variables by @osbre in (#48209)
  • Revert "feature: introduce short hand false syntax for component prop… by @driesvints in (#48220)
  • [10.x] Return from maintenance middleware early if URL is excluded by @axlon in (#48218)
  • Remove unneeded Return type in Docblock of Illuminate\Database\Eloquent\Builder.php by @FrazerFlanagan in (#48228)
  • [10.x] Allow failed jobs to be counted by "connection" and "queue" by @timacdonald in (#48216)
  • [10.x] Make the updateOrCreate methods in relations use firstOrCreate behind the scenes by @mpyw in (#48213)

v10.20.0 - 2023-08-22

  • [10.x] Allow default values when merging values into a resource by @axlon in (#48073)
  • [10.x] Adds a createOrFirst method to Eloquent by @tonysm in (#47973)
  • [10.x] Allow utilising withTrashed(), withoutTrashed() and onlyTrashed() on MorphTo relationship even without SoftDeletes Model by @crynobone in (#47880)
  • [10.x] Mark Request JSON data to be InputBag in docblocks by @jnoordsij in (#48085)
  • [10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by @jorisnoo in (#48080)
  • [10.x] Add commonly reusable Composer related commands from 1st party packages by @crynobone in (#48096)
  • [10.x] Add ability to measure a single callable and get result by @timacdonald in (#48077)
  • [10.x] Fixes incorrect method visibility and add unit tests for Illuminate\Support\Composer by @crynobone in (#48104)
  • [10.x] Using complete insert for mysqldump when appending migration dump to schema file by @emulgeator in (#48126)
  • [10.x] Configurable storage path via environment variable by @sl0wik in (#48115)
  • [10.x] Support providing subquery as value to where builder method by @gdebrauwer in (#48116)

v10.19.0 - 2023-08-15

  • [10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by @rybakihor in (#48000)
  • [10.x] Fix assertRedirectToRoute when route uri is empty by @khernik93 in (#48023)
  • [10.x] Fix empty table displayed when using the --pending option but there are no pending migrations by @TheBlckbird in (#48019)
  • [10.x] Fix Collection::search and LazyCollection::search return type by @bastien-phi in (#48030)
  • [10.x] Add ability to customize class resolution in event discovery by @bastien-phi in (#48031)
  • [10.x] Fix parsing error in console when parameter description contains -- by @rxrw in (#48021)
  • [10.x] Allow Listeners to dynamically specify delay using withDelay by @CalebDW in (#48026)
  • [10.x] Add dynamic return types to rescue helper by @axlon in (#48062)
  • [10.x] createMany & createManyQuietly add count argument by @JHWelch in (#48048)
  • [10.x] Attributes support on default component slot by @royduin in (#48039)
  • [10.x] Add WithoutRelations attribute for model serialization by @Neol3108 in (#47989)
  • [10.x] createMany & createManyQuietly make argument optional by @JHWelch in (#48070)

v10.18.0 - 2023-08-08

  • [10.x] Allow DatabaseRefreshed event to include given database and seed options by @crynobone in (#47923)
  • [10.x] Use generics in throw_if and throw_unless to indicate dynamic exception type by @osbre in (#47938)
  • [10.x] Fixes artisan about --only should be case insensitive by @crynobone in (#47955)
  • docs: update phpdoc in Str helper for remove function by @squiaios in (#47967)

v10.17.1 - 2023-08-02

  • [9.x] Normalise predis command argument where it maybe an object. by @crynobone in (#47902)
  • [9.x] Circumvent PHP 8.2.9 date format bug that makes artisan serve crash by @levu42 in (#47931)
  • [10.x] Fix prompt and console component spacing when calling another command by @jessarcher in (#47928)
  • [10.x] Update ensure() collection method to correctly work with Interfaces and object inheritance by @karpilin in (#47934)