L

Laravel Framework

L
Laravel Framework Web v13.32.0

v13.32.0

[12.x] Default memoryExceededExitCode for Cloud by @jackbayliss in #61432 Wrap the closure return type in withFreshQueryLog() by @SanderMuller in #61458 Wrap the autocompleter callback return type in askWithCompletion() by @SanderMuller in #61487 [13.x] Allow enums in queue pause/resume methods by @jackbayliss in #61464 [13.x] Compare lowercased index names in hasIndex by @dwjordan in #61506 [13.x…

L
Laravel Framework Web v12.69.2

v12.69.2

[12.x] Default memoryExceededExitCode for Cloud by @jackbayliss in #61432 Wrap the closure return type in withFreshQueryLog() by @SanderMuller in #61458 Wrap the autocompleter callback return type in askWithCompletion() by @SanderMuller in #61487

L
Laravel Framework Web v13.31.0

v13.31.0

[12.x] Ensure password hash matches stored cookie before authenticating the user by @crynobone in #61386 [12.x] Fix TypeError in userFromRecaller() when the recaller matches no user by @lazerg in #61397 [13.x] Add totalSize method to Queue by @jackbayliss in #61373 Merge branch '12.x' into 13.x by @crynobone in #61399 [13.x] Restore the container instance after route:cache boots a fresh applicatio…

L
Laravel Framework Web v13.30.1

v13.30.1

[13.x] Add connection and queue to WorkerStopping by @jackbayliss in #61387 [13.x] Add insertOrIgnoreReturning() to the Eloquent builder passthru by @xurshudyan in #61393 [13.x] Add dropVectorIndex() to the schema blueprint by @xurshudyan in #61391 [13.x] Fix limit() being ignored on update() for SQL Server by @xurshudyan in #61394 [13.x] Prevent orphaned Redis tagged cache entries by @drewmt in #…

L
Laravel Framework Web v12.69.1

v12.69.1

[12.x] Fix TypeError in userFromRecaller() when the recaller matches no user by @lazerg in #61397

L
Laravel Framework Web v12.69.0

v12.69.0

[12.x] Disable html by default on Laravel exception page tooltip by @crynobone in #61381 [12.x] Ensure password hash matches stored cookie before authenticating the user by @crynobone in #61386

L
Laravel Framework Web v13.30.0

v13.30.0

[12.x] Backport #60908: Avoid quadratic wildcard rule expansion by @matteo-palazzo in #61232 Fix resource loading by @taylorotwell in #61323 [13.x] Output the worker stop reason in queue:work by @jackbayliss in #61339 Fix incorrect $startTime type in Worker::stopIfNecessary docblock by @il-m-tomita in #61347 [13.x] Ability to opt out of vendor/default commands in DevCommands by @jackbayliss in #61…

L
Laravel Framework Web v13.27.0

v13.27.0

[13.x] Prevent duplicate scoped instance registrations by @jordanhavard in #61251 [13.x] Add refreshForUpdate() method to Eloquent models by @stevebauman in #61247 [13.x] Fix PHPUnit and Mockery deprecations in tests by @lucasmichot in #61244 [13.x] Throw on unsuccessful responses when creating images from URLs by @Button99 in #61254 Apply fixes from StyleCI by @taylorotwell in #61256 [13.x] Skip…

L
Laravel Framework Web v13.26.1

v13.26.1

Revert "[13.x] feat: add orWhereKey and orWhereKeyNot to Eloquent Builder" by @taylorotwell in #61236

L
Laravel Framework Web v12.67.0

v12.67.0

[12.x] Stricten upload to be fetch only from request's query string for temporary upload urls by @crynobone in #61145 [12.x] Improves in validation rule from getting bypass via loose comparison by @crynobone in #61146 [12.x] Retry timed-out cloud agent long-polls by @kieranbrown in #61178 [12.x] Escape single quotes in Postgres JSON path attributes by @crynobone in #61192 [12.x] Promote nested dat…

L
Laravel Framework Web v13.26.0

v13.26.0

[13.x] Add JobReleased event to Worker by @jackbayliss in #61108 [13.x] Fix QueueWorkerTest by @jackbayliss in #61134 [13.x] Avoid cross-slot reads when checking paused queues by @lazerg in #61139 [13.x] Add managedQueues() to the Cloud queue by @jackbayliss in #61149 [13.x] Accept enums in inOrderOf() by @ziadoz in #61147 [13.x] Surface paused queues in the queue worker output by @jackbayliss in…

L
Laravel Framework Web v12.66.0

v12.66.0

[12.x] Isolate cloud agent requests from global HTTP client configuration by @kieranbrown in #61068 [12.x] Configure a socket timeout for the Cloud log driver by @jessarcher in #61082 [12.x] ColumnDefinition::unsigned takes a parameter, which should be documented by @afk11 in #61123

L
Laravel Framework Web v13.25.0

v13.25.0

[12.x] Prevent fatal errors when logging deprecations fails by @GrahamCampbell in #60907 [12.x] Fix Factory::insert() with a count of zero by @alies-dev in #60911 [12.x] Fix schedule:list timezone conversion for range, step, and wildcard cron expressions by @xiCO2k in #60913 [12.x] Fix getMigrationBatches return type annotation by @wouterj in #60973 [13.x] Add foreignUlidFor schema helper by @tala…

L
Laravel Framework Web v12.65.0

v12.65.0

[12.x] Prevent fatal errors when logging deprecations fails by @GrahamCampbell in #60907 [12.x] Fix Factory::insert() with a count of zero by @alies-dev in #60911 [12.x] Fix schedule:list timezone conversion for range, step, and wildcard cron expressions by @xiCO2k in #60913 [12.x] Fix getMigrationBatches return type annotation by @wouterj in #60973

L
Laravel Framework Web v13.24.0

v13.24.0

[13.x] Add modelKeys() to Eloquent query builder by @ziadoz in #60924 [13.x] Add an array_keys validation rule by @nebarg in #60918 [13.x] Respect job delays when bulk pushing to QueueFake by @Faiyajz in #60916 [13.x] Use immutable timestamps in batch testing fakes by @alies-dev in #60912 [13.x] Avoid rebuilding every cached Route on CompiledRouteCollection lookups by @lucasmichot in #60909 [13.x]…

L
Laravel Framework Web v13.23.0

v13.23.0

Bump postcss from 8.5.15 to 8.5.23 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in #60884 [13.x] Add a monthly log driver by @SjorsO in #60892 [13.x] Improve types in Image class by @shaedrich in #60890 Fix null handling in Arr::last() method by @AmadulHaque in #60887 [13.x] Allow ImageManager fromStorage disk to accept enums by @riesjart in #60889 [13.x] Add SES…

L
Laravel Framework Web v13.22.0

v13.22.0

[13.x] Fix PHP extensions in sqlite workflow job by @lucasmichot in #60850 [13.x] Use new Stringable(...) instead of Str::of()/str() internally by @lucasmichot in #60852 [13.x] Extract PHP setup steps into a shared composite action by @lucasmichot in #60851 [13.x] add the exception to JobReleasedAfterException by @jackbayliss in #60823 [13.x] Implement creationTimeOfOldestPendingJob on the QueueFa…

L
Laravel Framework Web v12.64.0

v12.64.0

[12.x] Enum as queue overlap key by @finagin in #60722 [12.x] Add capitalize parameter to Stringable::initials() by @irabbi360 in #60741

L
Laravel Framework Web v13.20.0

v13.20.0

[13.x] Add missing $separator parameter to Storage facade append/prepend docblocks by @ferhatolmez in #60693 [13.x] beforePushing and afterPushing methods on QueueFake class by @gdebrauwer in #60689 [13.x] Add memory usage to WorkerStopping by @jackbayliss in #60613 [13.x] Add assertEmpty to the Storage facade by @jackbayliss in #60658 [13.x] Adds first-party support for image processing by @nunom…