Bump laravel/framework from 11.35.1 to 11.41.3
Bumps laravel/framework from 11.35.1 to 11.41.3.
Release notes
Sourced from laravel/framework's releases.
v11.41.3
No release notes provided.
v11.41.2
No release notes provided.
v11.41.1
- [11.x] Allow secret key Updates Without Bringing the Site Up by
@rashidlaasri
in laravel/framework#54389- [11.x] use Auth::userResolver when resolving the authenticated user by
@rodrigopedra
in laravel/framework#54382- [11.x] Add
Macroable
andfill()
toSupport\Fluent
by@stevebauman
in laravel/framework#54404- [11.x] Optimize pluck() to avoid redundant column selection by
@zsocakave
in laravel/framework#54396- [11.x] Optimize
loadTranslationsFrom
function for simplicity and clarity by@selcukcukur
in laravel/framework#54407- feat: gracefully handle command not found exception - avoid creds exposure by
@chinmaypurav
in laravel/framework#54406- Handle pooled Postgres connections for Laravel Cloud by
@taylorotwell
in laravel/framework#54346v11.41.0
- [11.x] more pint rules by
@browner12
in laravel/framework#54332- [11.x] Allow
TestComponent
to be macroable by@ziadoz
in laravel/framework#54359- [11.x] Fix validator return fails if using different date formats by
@mrvipchien
in laravel/framework#54350- [11.x] fix the method
explodeExplicitRule
to support Customizable Date Validation by@mrvipchien
in laravel/framework#54353- [11.x] Adds the
addPath()
method to theLang
facade and theTranslator
class. by@selcukcukur
in laravel/framework#54347- Improve: add fire failed event at once by
@cesarMtorres
in laravel/framework#54376- [11.x] feat: Create missing pgsql database when running migrations by
@mathiasgrimm
in laravel/framework#54314- [11.x] Proper rate limiter fix with phpredis serialization/compression enabled by
@TheLevti
in laravel/framework#54372- Update Stringable Rule testcases by
@mrvipchien
in laravel/framework#54387- [11.x] Use
Date
facade for storing the password confirmation timestamp by@crynobone
in laravel/framework#54383v11.40.0
- draft: fix: Don't release lock for ShouldBeUniqueUntilProcessing Job that gets released by
@mathiasgrimm
in laravel/framework#54261- [11.x] Add Laravel Pint by
@browner12
in laravel/framework#53835- Add self to HasCollection type param in Model by
@thena-seer-sfg
in laravel/framework#54311- [11.x] Add pending attributes by
@tontonsb
in laravel/framework#53720- fix:
schedule:test
on commands using runInBackground by@dallyger
in laravel/framework#54321- [11.x] Helper methods to dump responses of the Laravel HTTP client by
@morrislaptop
in laravel/framework#54317- Add support for cursor editor in ResolvesDumpSource by
@tuxfamily
in laravel/framework#54318- [11.x] Add Customizable Date Validation Rule with Flexible Date Constraints by
@michaelnabil230
in laravel/framework#53465- [11.x] start syncing StyleCI rules to Pint by
@browner12
in laravel/framework#54326- [11.x] apply our new Pint rule to the
/tests
directory by@browner12
in laravel/framework#54325- fix(Collection::pop()): count < 1 by
@artumi-richard
in laravel/framework#54340- Patch CVE-2025-22145 in nesbot/carbon package by
@dennis-koster
in laravel/framework#54335- [11.x] Prevent unintended serialization and compression by
@JeppeKnockaert
in laravel/framework#54337- [11.x] Pass collection of models to
whereMorphedTo
/whereNotMorphedTo
by@gdebrauwer
in laravel/framework#54324v11.39.1
- fix: collapseWithKeys on empty collection by
@benatoff
in laravel/framework#54290- fix(broadcaster): incorrect channel matching because of dot in pattern by
@021-projects
in laravel/framework#54303- [11.x] Use constructor property promotion for database query condition expression by
@shaedrich
in laravel/framework#54302- [11.x] Add IncrementOrCreate method to Eloquent by
@carloeusebi
in laravel/framework#54300- [11.x] Add additional test cases for Arr helper to enhance coverage by
@mrvipchien
in laravel/framework#54298- Bump vite from 5.2.14 to 5.4.12 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#54296
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.41.3 - 2025-01-30
v11.41.2 - 2025-01-30
v11.41.1 - 2025-01-30
- [11.x] Allow secret key Updates Without Bringing the Site Up by
@rashidlaasri
in laravel/framework#54389- [11.x] use Auth::userResolver when resolving the authenticated user by
@rodrigopedra
in laravel/framework#54382- [11.x] Add
Macroable
andfill()
toSupport\Fluent
by@stevebauman
in laravel/framework#54404- [11.x] Optimize pluck() to avoid redundant column selection by
@zsocakave
in laravel/framework#54396- [11.x] Optimize
loadTranslationsFrom
function for simplicity and clarity by@selcukcukur
in laravel/framework#54407- feat: gracefully handle command not found exception - avoid creds exposure by
@chinmaypurav
in laravel/framework#54406- Handle pooled Postgres connections for Laravel Cloud by
@taylorotwell
in laravel/framework#54346v11.41.0 - 2025-01-28
- [11.x] more pint rules by
@browner12
in laravel/framework#54332- [11.x] Allow
TestComponent
to be macroable by@ziadoz
in laravel/framework#54359- [11.x] Fix validator return fails if using different date formats by
@mrvipchien
in laravel/framework#54350- [11.x] fix the method
explodeExplicitRule
to support Customizable Date Validation by@mrvipchien
in laravel/framework#54353- [11.x] Adds the
addPath()
method to theLang
facade and theTranslator
class. by@selcukcukur
in laravel/framework#54347- Improve: add fire failed event at once by
@cesarMtorres
in laravel/framework#54376- [11.x] feat: Create missing pgsql database when running migrations by
@mathiasgrimm
in laravel/framework#54314- [11.x] Proper rate limiter fix with phpredis serialization/compression enabled by
@TheLevti
in laravel/framework#54372- Update Stringable Rule testcases by
@mrvipchien
in laravel/framework#54387- [11.x] Use
Date
facade for storing the password confirmation timestamp by@crynobone
in laravel/framework#54383v11.40.0 - 2025-01-24
- draft: fix: Don't release lock for ShouldBeUniqueUntilProcessing Job that gets released by
@mathiasgrimm
in laravel/framework#54261- [11.x] Add Laravel Pint by
@browner12
in laravel/framework#53835- Add self to HasCollection type param in Model by
@thena-seer-sfg
in laravel/framework#54311- [11.x] Add pending attributes by
@tontonsb
in laravel/framework#53720- fix:
schedule:test
on commands using runInBackground by@dallyger
in laravel/framework#54321- [11.x] Helper methods to dump responses of the Laravel HTTP client by
@morrislaptop
in laravel/framework#54317- Add support for cursor editor in ResolvesDumpSource by
@tuxfamily
in laravel/framework#54318- [11.x] Add Customizable Date Validation Rule with Flexible Date Constraints by
@michaelnabil230
in laravel/framework#53465- [11.x] start syncing StyleCI rules to Pint by
@browner12
in laravel/framework#54326- [11.x] apply our new Pint rule to the
/tests
directory by@browner12
in laravel/framework#54325- fix(Collection::pop()): count < 1 by
@artumi-richard
in laravel/framework#54340- Patch CVE-2025-22145 in nesbot/carbon package by
@dennis-koster
in laravel/framework#54335- [11.x] Prevent unintended serialization and compression by
@JeppeKnockaert
in laravel/framework#54337- [11.x] Pass collection of models to
whereMorphedTo
/whereNotMorphedTo
by@gdebrauwer
in laravel/framework#54324v11.39.1 - 2025-01-22
- fix: collapseWithKeys on empty collection by
@benatoff
in laravel/framework#54290- fix(broadcaster): incorrect channel matching because of dot in pattern by
@021-projects
in laravel/framework#54303- [11.x] Use constructor property promotion for database query condition expression by
@shaedrich
in laravel/framework#54302- [11.x] Add IncrementOrCreate method to Eloquent by
@carloeusebi
in laravel/framework#54300
... (truncated)
Commits
-
3ef433d
Update version to v11.41.3 -
e615f08
configure disks -
38be038
Update CHANGELOG -
b8251a0
Update version to v11.41.2 -
5d97059
import -
3d98cf6
Update CHANGELOG -
f435c95
Update version to v11.41.1 -
67e2ee8
Handle pooled Postgres connections for Laravel Cloud (#54346) -
62044a5
feat: gracefully handle command not found exception - avoid creds exposure (#... -
01571b3
[11.x] OptimizeloadTranslationsFrom
function for simplicity and clarity (#... - Additional commits viewable in compare view