- [11.x] Update Collection::hasAny by @JeftaAtSiip in #53963
- [11.x] Update DetectsLostConnections trait by @holgerk in #53966
- Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null by @rudenav in #53962
- [11.x] Add
Dumpable
trait toUri
by @nuernbergerA in #53960 - Fix: Handle mixed-type values in compileInsert by @alipadron in #53948
- [11.x] Add
$ignoreCase
option toStr::is
by @stevebauman in #53981 - [11.x] Updates component dependencies by @crynobone in #53975
- [11.x] Update Uri
withoutQuery
method to accept string or array input by @1weiho in #53973 - [11.x] Fix cached health endpoint not working when in maintenance mode by @crynobone in #53974
- Add PHPDoc type hints by @shaedrich in #53984
- [11.x] Allow passing bool to facade Http@preventStrayRequests() by @cosmastech in #53992
- [11.x] Use Str::wrap() instead of nesting Str::start() inside Str::finish() by @shaedrich in #53987
- Fix day range in docblock by @timacdonald in #53985
- [11.x] Fixes
Illuminate\Http\Response
to output empty string if$content
is set tonull
by @crynobone in #53872 - [11.x] Fix/Improve Resend transport response handling by @markovic-nikola in #54004
- [11.x] Update View::withErrors() docblock to reflect string parameter support by @cheack in #54009
- 11.x improve resend transport response handling - fix by @markovic-nikola in #54006
- [11.x] Added new Eloquent methods:
whereDoesntHaveRelation
,whereMorphDoesntHaveRelation
and their variants withOR
by @andrey-helldar in #53996 - [11.x] Re-refresh the database if the
RefreshDatabase
transaction was committed by @SjorsO in #53997 - [11.x] add assertFailedWith to InteractsWithQueue trait by @teddy-francfort in #53980
- Quick doc fix by @mathiasgrimm in #54040
- [11.x] Allow using
Illuminate\Support\Uri
on testing HTTP Requests by @crynobone in #54038 - [11.x] Adding tests for Overlapping Routes by @mathiasgrimm in #54050
- [11.x] adding tests for
null
&*
key given indata_get
by @jwjenkin in #54059