Bump laravel/framework from 11.35.1 to 11.37.0
Bumps laravel/framework from 11.35.1 to 11.37.0.
Release notes
Sourced from laravel/framework's releases.
v11.37.0
- [11.x] Update Collection::hasAny by
@JeftaAtSiip
in laravel/framework#53963- [11.x] Update DetectsLostConnections trait by
@holgerk
in laravel/framework#53966- Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null by
@rudenav
in laravel/framework#53962- [11.x] Add
Dumpable
trait toUri
by@nuernbergerA
in laravel/framework#53960- Fix: Handle mixed-type values in compileInsert by
@alipadron
in laravel/framework#53948- [11.x] Add
$ignoreCase
option toStr::is
by@stevebauman
in laravel/framework#53981- [11.x] Updates component dependencies by
@crynobone
in laravel/framework#53975- [11.x] Update Uri
withoutQuery
method to accept string or array input by@1weiho
in laravel/framework#53973- [11.x] Fix cached health endpoint not working when in maintenance mode by
@crynobone
in laravel/framework#53974- Add PHPDoc type hints by
@shaedrich
in laravel/framework#53984- [11.x] Allow passing bool to facade Http@preventStrayRequests() by
@cosmastech
in laravel/framework#53992- [11.x] Use Str::wrap() instead of nesting Str::start() inside Str::finish() by
@shaedrich
in laravel/framework#53987- Fix day range in docblock by
@timacdonald
in laravel/framework#53985- [11.x] Fixes
Illuminate\Http\Response
to output empty string if$content
is set tonull
by@crynobone
in laravel/framework#53872- [11.x] Fix/Improve Resend transport response handling by
@markovic-nikola
in laravel/framework#54004- [11.x] Update View::withErrors() docblock to reflect string parameter support by
@cheack
in laravel/framework#54009- 11.x improve resend transport response handling - fix by
@markovic-nikola
in laravel/framework#54006- [11.x] Added new Eloquent methods:
whereDoesntHaveRelation
,whereMorphDoesntHaveRelation
and their variants withOR
by@andrey-helldar
in laravel/framework#53996- [11.x] Re-refresh the database if the
RefreshDatabase
transaction was committed by@SjorsO
in laravel/framework#53997- [11.x] add assertFailedWith to InteractsWithQueue trait by
@teddy-francfort
in laravel/framework#53980- Quick doc fix by
@mathiasgrimm
in laravel/framework#54040- [11.x] Allow using
Illuminate\Support\Uri
on testing HTTP Requests by@crynobone
in laravel/framework#54038- [11.x] Adding tests for Overlapping Routes by
@mathiasgrimm
in laravel/framework#54050- [11.x] adding tests for
null
&*
key given indata_get
by@jwjenkin
in laravel/framework#54059v11.36.1
- Once Remember Null Values by
@dbpolito
in laravel/framework#53949- [11.x] Add wildcard directory discovery to the EventServiceProvider by
@jared-cannon
in laravel/framework#53932- [11.x] Add
getJob()
method toPendingDispatch
class + Introduced tests by@pascalbaljet
in laravel/framework#53951- Avoid writing multiple keys when using redis in cluster mode by
@bentleyo
in laravel/framework#53940- Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by
@taylorotwell
in laravel/framework#53955- Revert "[11.x] No need to redeclare variables" by
@crynobone
in laravel/framework#53954v11.36.0
- [11.x] Update
config/mail.php
with supported configuration by@crynobone
in laravel/framework#53874- [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by@crynobone
in laravel/framework#53871- [11.x]
Uri
andUriQueryString
implementStringable
by@cosmastech
in laravel/framework#53873- [11.x] Prefer
new Stringable
overStr::of
andstr()
by@lucasmichot
in laravel/framework#53883- [11.x] No need to redeclare variables by
@lucasmichot
in laravel/framework#53887- [11.x] Add PHP 8.4 with herd to passthrough variables by
@lucasmichot
in laravel/framework#53885- Add new
Uri
class to default, global aliases by@jasonmccreary
in laravel/framework#53884- [11.x] Fix attribute mutator access in
loadMissing
by@SychO9
in laravel/framework#53879- [11.x] Fix
numericAggregate
on eloquent builder by@AmirRezaM75
in laravel/framework#53880- [11.x] Prefer
new Fluent
overfluent()
helper by@lucasmichot
in laravel/framework#53890- Patch by
@angelej
in laravel/framework#53869- [11.x]
Collection::wrap
by@lucasmichot
in laravel/framework#53891- [11.x] Bump minimum league/commonmark by
@ah-rahimi
in laravel/framework#53899- [11.x]
Collection::range
by@lucasmichot
in laravel/framework#53895- [11.x] Added an event that reports files being deleted when calling the
schema:dump --prune
command by@andrey-helldar
in laravel/framework#53870
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.37.0 - 2025-01-02
- [11.x] Update Collection::hasAny by
@JeftaAtSiip
in laravel/framework#53963- [11.x] Update DetectsLostConnections trait by
@holgerk
in laravel/framework#53966- Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null by
@rudenav
in laravel/framework#53962- [11.x] Add
Dumpable
trait toUri
by@nuernbergerA
in laravel/framework#53960- Fix: Handle mixed-type values in compileInsert by
@alipadron
in laravel/framework#53948- [11.x] Add
$ignoreCase
option toStr::is
by@stevebauman
in laravel/framework#53981- [11.x] Updates component dependencies by
@crynobone
in laravel/framework#53975- [11.x] Update Uri
withoutQuery
method to accept string or array input by@1weiho
in laravel/framework#53973- [11.x] Fix cached health endpoint not working when in maintenance mode by
@crynobone
in laravel/framework#53974- Add PHPDoc type hints by
@shaedrich
in laravel/framework#53984- [11.x] Allow passing bool to facade Http@preventStrayRequests() by
@cosmastech
in laravel/framework#53992- [11.x] Use Str::wrap() instead of nesting Str::start() inside Str::finish() by
@shaedrich
in laravel/framework#53987- Fix day range in docblock by
@timacdonald
in laravel/framework#53985- [11.x] Fixes
Illuminate\Http\Response
to output empty string if$content
is set tonull
by@crynobone
in laravel/framework#53872- [11.x] Fix/Improve Resend transport response handling by
@markovic-nikola
in laravel/framework#54004- [11.x] Update View::withErrors() docblock to reflect string parameter support by
@cheack
in laravel/framework#54009- 11.x improve resend transport response handling - fix by
@markovic-nikola
in laravel/framework#54006- [11.x] Added new Eloquent methods:
whereDoesntHaveRelation
,whereMorphDoesntHaveRelation
and their variants withOR
by@andrey-helldar
in laravel/framework#53996- [11.x] Re-refresh the database if the
RefreshDatabase
transaction was committed by@SjorsO
in laravel/framework#53997- [11.x] add assertFailedWith to InteractsWithQueue trait by
@teddy-francfort
in laravel/framework#53980- Quick doc fix by
@mathiasgrimm
in laravel/framework#54040- [11.x] Allow using
Illuminate\Support\Uri
on testing HTTP Requests by@crynobone
in laravel/framework#54038- [11.x] Adding tests for Overlapping Routes by
@mathiasgrimm
in laravel/framework#54050- [11.x] adding tests for
null
&*
key given indata_get
by@jwjenkin
in laravel/framework#54059v11.36.1 - 2024-12-17
- Once Remember Null Values by
@dbpolito
in laravel/framework#53949- [11.x] Add wildcard directory discovery to the EventServiceProvider by
@jared-cannon
in laravel/framework#53932- [11.x] Add
getJob()
method toPendingDispatch
class + Introduced tests by@pascalbaljet
in laravel/framework#53951- Avoid writing multiple keys when using redis in cluster mode by
@bentleyo
in laravel/framework#53940- Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by
@taylorotwell
in laravel/framework#53955- Revert "[11.x] No need to redeclare variables" by
@crynobone
in laravel/framework#53954v11.36.0 - 2024-12-17
- [11.x] Update
config/mail.php
with supported configuration by@crynobone
in laravel/framework#53874- [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by@crynobone
in laravel/framework#53871- [11.x]
Uri
andUriQueryString
implementStringable
by@cosmastech
in laravel/framework#53873- [11.x] Prefer
new Stringable
overStr::of
andstr()
by@lucasmichot
in laravel/framework#53883- [11.x] No need to redeclare variables by
@lucasmichot
in laravel/framework#53887- [11.x] Add PHP 8.4 with herd to passthrough variables by
@lucasmichot
in laravel/framework#53885- Add new
Uri
class to default, global aliases by@jasonmccreary
in laravel/framework#53884- [11.x] Fix attribute mutator access in
loadMissing
by@SychO9
in laravel/framework#53879- [11.x] Fix
numericAggregate
on eloquent builder by@AmirRezaM75
in laravel/framework#53880- [11.x] Prefer
new Fluent
overfluent()
helper by@lucasmichot
in laravel/framework#53890- Patch by
@angelej
in laravel/framework#53869- [11.x]
Collection::wrap
by@lucasmichot
in laravel/framework#53891
... (truncated)
Commits
-
6cb103d
Update version to v11.37.0 -
b88ed46
[11.x] adding tests fornull
&*
key given indata_get
(#54059) -
bb89cc5
Adding tests for Overlapping Routes (#54050) -
16c01c2
[11.x] Allow usingIlluminate\Support\Uri
on testing HTTP Requests (#54038) -
720b685
Quick doc fix (#54040) -
8f6a9b0
Apply fixes from StyleCI -
0222c3e
[11.x] add assertFailedWith to InteractsWithQueue trait (#53980) -
8636996
re-refresh database if transaction has been committed (#53997) -
f826d0f
Added new Eloquent methods:whereDoesntHaveRelation
, `orWhereDoesntHaveRela... -
6c9e29f
11.x improve resend transport response handling - fix (#54006) - Additional commits viewable in compare view