- Fix offset range in docblock by @simon-tma in #54062
- [11.x] Fix breaking change in
RefreshDatabase
by @SjorsO in #54075 - [11.x] Fallback to parent methods on
HasUniqueStringIds
trait by @hafezdivandari in #54096 - [11.x] Adds
finally
method to pipeline helper by @nunomaduro in #54110 - Add support for missing Postgres connection options by @Maniload in #54101
- fix: Don't set newLineWritten to true unless verbosity allows output by @ConnySjoblom in #54127
- [11.x] Adds support for Attribute return mutators to the
Eloquent/Builder
pluck method by @MattBradleyDev in #54130 - [11.x] Fixes wrong
@mixin
onSoftDeletes
trait by @nunomaduro in #54140 - [11.x] Replace string class names with ::class constants by @panakour in #54134
- [11.x] fix
times()
calls by @browner12 in #54141 - [11.x] minor readability by @browner12 in #54117
- Handles factory=null in ConnectException while recording request-response in PendingRequest by @StSarc in #54121
- [11.x] Refine error messages for detecting lost connections (Debian bookworm compatibility) by @mfn in #54111
- [11.x] fix: filter vendor paths from registered loaders in Application::inferBasePath by @calebdw in #54119
- [11.x] Allow exceptions to the
optimize
andoptimize:clear
commands by @jonerickson in #54070 - Add action filter to route:list by @miccehedin in #54135
- No explicit
USE database
statement by @TheLevti in #54132 - Add support for custom payloads and channels in broadcasting by @JanneDeVos in #54099
- [11.x] Add fluent
Email
validation rule by @SanderMuller in #54067 - [11.x] middleware support for specific method in resource routes by @MrPunyapal in #53313
- [11.x] Support DB aggregate by group (new methods) by @GromNaN in #53679
- Correct return type to match functionality by @willpower232 in #54148
- [11.x] Renaming Traveler to Passable and Stops to Pipes by @mathiasgrimm in #54142
- [11.x] Add
Dispatchable::newPendingDispatch()
by @cosmastech in #54153 - [11.x] Add
FormRequest::array($key)
andFluent::array($key)
by @stevebauman in #54177 - [11.x] Make methods of
HasRelationships
generic by @SanderMuller in #54174 - [11.x] Make tests pass on Herd by @SanderMuller in #54171
- Revert "Fix: Handle mixed-type values in compileInsert" by @crynobone in #54169
- [11.x] Fix docblock for
PendingDispatch@getJob()
by @cosmastech in #54158 - pass options to migration events by @willpower232 in #54151
- Encode cache values for SQLite with base64 to prevent failing on \0 characters by @adamkiss in #54178
- [11.x] Fix invokable validation rule return type by @axlon in #54179