Releases: laravel/framework
Releases Β· laravel/framework
v11.36.1
- Once Remember Null Values by @dbpolito in #53949
- [11.x] Add wildcard directory discovery to the EventServiceProvider by @jared-cannon in #53932
- [11.x] Add
getJob()
method toPendingDispatch
class + Introduced tests by @pascalbaljet in #53951 - Avoid writing multiple keys when using redis in cluster mode by @bentleyo in #53940
- Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by @taylorotwell in #53955
- Revert "[11.x] No need to redeclare variables" by @crynobone in #53954
v11.36.0
- [11.x] Update
config/mail.php
with supported configuration by @crynobone in #53874 - [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by @crynobone in #53871 - [11.x]
Uri
andUriQueryString
implementStringable
by @cosmastech in #53873 - [11.x] Prefer
new Stringable
overStr::of
andstr()
by @lucasmichot in #53883 - [11.x] No need to redeclare variables by @lucasmichot in #53887
- [11.x] Add PHP 8.4 with herd to passthrough variables by @lucasmichot in #53885
- Add new
Uri
class to default, global aliases by @jasonmccreary in #53884 - [11.x] Fix attribute mutator access in
loadMissing
by @SychO9 in #53879 - [11.x] Fix
numericAggregate
on eloquent builder by @AmirRezaM75 in #53880 - [11.x] Prefer
new Fluent
overfluent()
helper by @lucasmichot in #53890 - Patch by @angelej in #53869
- [11.x]
Collection::wrap
by @lucasmichot in #53891 - [11.x] Bump minimum league/commonmark by @ah-rahimi in #53899
- [11.x]
Collection::range
by @lucasmichot in #53895 - [11.x] Added an event that reports files being deleted when calling the
schema:dump --prune
command by @andrey-helldar in #53870 - [11.x] fix: allows injection using multiple interfaces with the same concrete implementation by @jamiethorpe in #53275
- [11.x] Early return in Factory::modelName() by @shaedrich in #53912
- [11.x] Prevent
blank
Helper from Serializing Eloquent Models by @SanderMuller in #53911 - [11.x] Add word-break to mail links by @seblavoie in #53906
- Preserve dynamic database connections on reconnect by @nickakitch in #53914
- Fix mutexName inconsistency caused by different PHP binary paths on multiple servers by @waska14 in #53811
- [11.x] Add
Fluent::set
method by @stevebauman in #53946 - [11.x] Fix inspecting columns of raw indexes by @hafezdivandari in #53945
- [11.x] Allow easier overriding of the exception thrown by invalid ID in route binding by @cosmastech in #53944
- [11.x] Fix client path value in file uploads by @gyaaniguy in #53941
v11.35.1
- [11.x] Fix incorrect typechange in
Illuminate\Database\Query\Builder
by @jnoordsij in #53841 - Fixed Enum usage in whereHasMorph condition when morph attribute casting by @Outsidaz in #53839
- [11.x] Fix unescaped table names issue of
DatabaseTruncation
trait by introducingConnection::withoutTablePrefix()
method by @hafezdivandari in #53842 - Specify node when sending scan to RedisCluster by @bentleyo in #53837
- [11.x] fix: cast session lifetime to int by @calebdw in #53846
- [11.x] allow sub second timeout value for http requests by @mihaileu in #53850
- Revert "set schema to smtps if MAIL_ENCRYPTION === tls" by @crynobone in #53863
v11.35.0
- [11.x] Supports Symfony 7.2 by @crynobone in #53585
- [11.x] Fix database reconnecting logic by @stancl in #53693
- [11.x] Test Improvements by @crynobone in #53708
- [11.x] Fix foreignIdFor() when the foreign key is a non-incrementing integer other than ULID by @edgrosvenor in #53696
- [11.x] Allow sorting routes by precedence in artisan routes:list. by @mathieutu in #53706
- [11.x] Update the message for the schedule:work command. by @AbdelElrafa in #53710
- [11.x] Support auto-discovery of PSR-17 implementations by @hafezdivandari in #53711
- [11.x] Improve Error Handler in the ProcessDriver by @WillTorres10 in #53712
- [11.x] Comment grammar fixes by @nexxai in #53714
- [11.x] Replace get_called_class with static::class by @fernandokbs in #53725
- [11.x] Add the pivot's related model when creating from attributes by @alexwass-lr in #53694
- [11.x] use a consistent alias for
Illuminate\Database\Eloquent\Collection
by @browner12 in #53730 - [11.x] switch
Collection::make()
fornew Collection()
by @browner12 in #53733 - [11.x] always alias the
Illuminate\Database\Eloquent\Collection
by @browner12 in #53735 - [11.x] convert
collect()
helper tonew Collection()
by @browner12 in #53726 - [11.x] Improves
Collection
support for enums usingfirstWhere()
andvalue()
by @crynobone in #53777 - [11.x] Add Conditionable Trait to Request by @ahmeti in #53775
- [11.x] Ignore health endpoint when in maintenance mode by @joshmanders in #53772
- [11.x] Add ability to transform
Http\Client\Response
intoFluent
by @stevebauman in #53771 - set schema to smtps if MAIL_ENCRYPTION === tls by @danielrona in #53749
- [11.x] more consistent and readable chaining by @browner12 in #53748
- [11.x] Fix the RateLimiter issue when using dynamic keys by @MilesChou in #53763
- [11.x] Add ability to customize or disable
Http\Client\RequestException
message truncation by @stevebauman in #53734 - [11.x] Include the initial value in the return types of
reduce()
by @lorenzolosa in #53798 - [11.x] Add pingOnSuccessIf & pingOnFailureIf to Schedule handling by @lucacastelnuovo in #53795
- [11.x] Improve PHPDoc for nullable properties in
Illuminate\Database\Query\Builder
class by @xurshudyan in #53793 - [11.x] Remove usage of
compact()
in Container by @KennedyTedesco in #53789 - [11.x] Make
Exceptions@dontTruncateRequestExceptions()
fluent by @cosmastech in #53786 - [11.x] Make mailables tappable by @kevinb1989 in #53788
- URI by @taylorotwell in #53731
- [11.x] Require
laravel/serializable-closure
on Database component by @patrickcarlohickman in #53822 - [11.x] use new PHP 8
str_
functions by @browner12 in #53817 - [11.x] handle
password_hash()
failures better by @browner12 in #53821 - [11.x] remove unnecessary
return
statement by @browner12 in #53816 - [11.x] simplify passing arguments to
when()
by @browner12 in #53815 - [11.x] remove redundant
array_values
call by @browner12 in #53814 - [11.x] prefer assignment over
array_push
for 1 element by @browner12 in #53813 - [11.x] fix
chopStart
andchopEnd
tests by @browner12 in #53812 - [11.x] remove temporary variables by @browner12 in #53810
- [11.x] fix
$events
docblock type by @browner12 in #53808 - [11.x] Fix docblock for URI by @cosmastech in #53804
- Bump nanoid from 3.3.7 to 3.3.8 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #53831
- [11.x] use promoted properties by @browner12 in #53807
- Revert "[11.x] use promoted properties" by @taylorotwell in #53832
- Using throw config of filesystem disks when faking by @emulgeator in #53779
- [11.x] Fix schema names on
DatabaseTruncation
trait (PostgreSQL and SQLServer) by @hafezdivandari in #53787
v11.34.2
- Revert "[11.x] Add non-static JsonResource wrapping" by @taylorotwell in #53686
- [11.x] groupBy() return type phpdoc by @lorenzolosa in #53684
- [11.x] Fix
withoutOverlapping
for grouped scheduled closures by @istiak-tridip in #53680 - [11.x] Fix
ResendTransport
missing custom headers by @lucasmichot in #53687
v11.34.1
- Configure cloud log socket by @taylorotwell in #53666
v11.34.0
- [10.x] Fix append and prepend batch to chain by @Bencute in #53455
- [11.x] Allow
BackedEnum
when usingfromRoute()
inMakesHttpRequests
by @wietsewarendorff in #53593 - [11.x] Test Improvements by @crynobone in #53586
- [11.x] Move
$ownerKey
check fornull
toMorphTo
asBelongsTo
relationship will always return astring
by @crynobone in #53592 - Unset eloquent model's cached cast attribute by @adamthehutt in #53583
- [11.x] Add non-static JsonResource wrapping by @SanderMuller in #53543
- [10.x] PHP 8.4 Code Compatibility by @crynobone in #53612
- Add assertCount() for fake storage by @ahmadreza1383 in #53620
- Fix Paginator __construct parameter typehint for phpstan by @Afrowson in #53615
- [11.x] Add generics for Arr::last() by @talkinnl in #53619
- Add typed closure to bootstrappers in console application by @MatusBoa in #53613
- refactor: Some minor performance & readability enhancements by @dshafik in #53596
- [11.x] Improve doc blocks for interacting with enum inputs by @axlon in #53625
- [11.x] Skip object construction if no rebound callbacks are set by @axlon in #53502
- Make the bearerToken method case-insensitive by @samtlewis in #53627
- [11.x] Fix attribute inheritance for nested scheduled groups by @istiak-tridip in #53626
- [11.x] Supports PHP 8.4 by @crynobone in #53468
- βοΈ by @taylorotwell in #53623
- [11.x] Fix typo in docblock by @stancl in #53636
- Add Number::spellOrdinal() to spell ordinals as words. by @joelstein in #53661
- [11.x] Add PausePrompt fallback by @jwpage in #53660
- [11.x] Fix
SyntaxError
on Vite prefetch with empty assets by @jnoordsij in #53659 - [11.x] Improved
class-string
types by @timacdonald in #53657 - [11.x] Use
never
type for methods that always throws by @tamiroh in #53643 - [11.x] Adds conditional to routes by @Boorinio in #53654
- [11.x] Make
withoutDefer
also return$this
by @tamiroh in #53644 - Add shorthands for fake HTTP responses by @jasonmccreary in #53663
- Use the environment method instead of the isLocal method by @NaokiTsuchiya in #53638
- [11.x] Fix: Ensure generated policies return boolean values by @Aluisio-Pires in #53632
- Bus assertempty by @jasonmccreary in #53664
- [11.x] Improve schedule group behaviors by @istiak-tridip in #53641
- [11.x] Add
Request::fluent
method by @stevebauman in #53662 - [11.x] Support named in-memory SQLite connections by @stancl in #53635
- event name & listener callback types by @rudiedirkx in #53642
- Test cleanup from #53664 by @jasonmccreary in #53672
- [11.x] Fix: Prevent invalid AWS credentials options being created by @robchett in #53633
- [11.x] Expand
Support\Fluent
data access and transformation capabilities by @stevebauman in #53665
v10.48.25
- [10.x] PHP 8.4 Code Compatibility by @crynobone in #53612
v10.48.24
Update version to v10.48.24
v11.33.2
- Support ObservedBy on parent model classes by @adamthehutt in #53579
- Revert "[11.x] Support DB aggregate by group" by @taylorotwell in #53582
- [11.x] Fix: Improve Request Port Extraction Handling in ServeCommand.php to Prevent Artisan Command Failures by @ahmad-cit22 in #53538