Releases: laravel/framework
Releases Β· laravel/framework
v11.14.0
- Adding Pest stubs to publish command by @bartdenhoed in #51933
- [11.x] Added attempts() method to FakeJob by @JamesFreeman in #51951
- [11.x] Run all Workflows on Ubuntu 24.04 by @Jubeki in #51946
- [11.x] Improve PHPDoc for
mapSpread
Method inArr
Class & Remove Warning from IDE by @lmottasin in #51952 - Bump braces from 3.0.2 to 3.0.3 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #51955
- [11.x] Remove unreachable code in AssertableJsonString by @seriquynh in #51943
- [11.x] Fix TestResponseAssert docblock by @seriquynh in #51942
- [11.x] feat: add more specific types and tests for helpers by @calebdw in #51938
- [11.x] Mark sensitive params with
SensitiveParameter
attribute by @onlime in #51940 - [11.x] Adds support for Markdown extensions to the
Stringable
class. by @lukeraymonddowning in #51932 - [11.x] Add secret method declaration to Components\Factory class by @seriquynh in #51949
- [11.x] Run Workflows on Windows 2022 and with bash instead of powershell by @Jubeki in #51958
- [11.x] Fix duplicated return type PHPDoc by @chu121su12 in #51965
- [11.x] Fix test failure message by @nshiro in #51974
- [11.x] Update tests to ensure mail Message implements the fluent interface pattern by @seriquynh in #51969
- [11.x] Set previous exception on
HttpResponseException
by @hafezdivandari in #51968 - [11.x] Fix typo in SupportCollectionTest by @zbundy in #51966
- [11.x] Improvements for the ServeCommand (add more loves & elevate DX) by @sethsandaru in #51957
- [11.x] Adds support for using castAsJson with a MariaDb connection by @haniha in #51963
- [11.x] Add support for acting on attributes through container by @innocenzi in #51934
- [11.x] Fix Component::resolveComponentsUsing test by @seriquynh in #51988
- [11.x] Update composer.json files to provide PSR implementations by @seriquynh in #51983
- [11.x] add queued closure type for soft delete events by @hpiaia in #51982
- [11.x] Fix using container nesting to make the same 'abstract' in different context by @guiqibusixin in #51989
- [11.x] Fix sync is running touch query twice by @Tofandel in #51984
v10.48.15
- [10.x] Set previous exception on
HttpResponseException
by @hafezdivandari in #51986
v11.13.0
- [11.x] Add Support for Extensions in Str::markdown Method by @tnylea in #51907
- [11.x] Update config:show command by @seriquynh in #51902
- [11.x] Fix console prompt docblock by @seriquynh in #51913
- [11.x] Fix prohibit docblock by @seriquynh in #51916
- [11.x] Mark
$queue
as nullable by @timacdonald in #51912 - use
Macroable
trait on TokenGuard by @imanghafoori1 in #51922 - [11.x] Update Command::fail() dockblock and tests by @seriquynh in #51914
- Revert and add test by @jasonmccreary in #51924
- [11.x] Display view creation messages by @nshiro in #51925
- [11.x] Introduce
Str::chopStart
andStr::chopEnd
by @timacdonald in #51910 - feat: Add Number::pairs by @hotmeteor in #51904
- [11.x] Fixes escaping path via Process given commands as array by @crynobone in #51926
- [11.x] Make MultipleInstanceManager driver field customizable by @princejohnsantillan in #51905
- [11.x] Account for long strings on new Laravel error page by @shengslogar in #51880
v11.12.0
- [10.x] Fix typo in return comment of createSesTransport method by @zds-s in #51688
- [10.x] Fix collection shift less than one item by @faissaloux in #51686
- [10.x] Turn
Enumerable unless()
$callback parameter optional by @faissaloux in #51701 - Revert "[10.x] Turn
Enumerable unless()
$callback parameter optional" by @taylorotwell in #51707 - [10.x] Fixes unable to call another command as a initialized instance of
Command
class by @crynobone in #51824 - [10.x] fix handle
shift()
on an empty collection by @Treggats in #51841 - [10.x] Ensure
schema:dump
will dump the migrations table only if it exists by @NickSdot in #51827 - [11.x] Test Improvements by @crynobone in #51847
- [11.x] Test application storage path by @seriquynh in #51848
- [11.x] Fix PHP_MAXPATHLEN check for strings slightly smaller then PHP_MAXPATHLEN by @joshuaruesweg in #51850
- [11.x] Improve Bus::assertNothingDispatched(), Event::assertNothingDispatched(), Mail::assertNothingSent(), Notification::assertNothingSent() error messages by @macbookandrew in #51846
- [11.x] Update error page to show GET by @chu121su12 in #51837
- [11.x] Remove deprecated
type
attributes in the exception renderer by @osbre in #51866 - [11.x] Import classes in the exception templates by @osbre in #51863
- [11.x] Collection before/after optimization by @bert-w in #51876
- [11.x] Add multiply to collection by @patrickomeara in #51870
- [11.x] Add addEventDiscoveryPaths to EventServiceProvider by @ya-cha in #51896
- [11.x] Fix validation attributes when translations are empty or missing by @owenandrews in #51890
- [11.x] feat: add generics to tap() helper by @calebdw in #51881
v10.48.14
v11.11.1
- [11.x] Remove useless variable assignment by @seriquynh in #51838
- [11.x] Fix event dispatcher typing in cache repository by @axlon in #51835
- Chop PHP extension when passed to
make
commands by @jasonmccreary in #51842 - [11.x] Simplify
.php
extension chopping ingetNameInput
by @osbre in #51843 - [11.x] fix: improve performance and robustness of Relation::getMorphAlias() by @calebdw in #51845
- Revert "[11.x] Change scope for
afterCreating
andafterMaking
callbacks" by @driesvints in #51858
v11.11.0
- [11.x] Add
get
,write
andforget
cache events by @stayallive in #51560 - [11.x] Add test for Arr::sortRecursiveDesc() method. by @lmottasin in #51716
- [11.x] Fix missing table name in
db:table
command by @benholmen in #51710 - Ensure files exist for
install:broadcasting
by @jasonmccreary in #51719 - [11.x] Restore exceptions/errors to test assertion failure messages by @jessarcher in #51725
- [11.x] Test Improvements by @crynobone in #51723
- [11.x] Add tests for accessible and take method by @saMahmoudzadeh in #51724
- Increment the
totalJobs
property for theBatchFake
when add some jobs by @yankewei in #51742 - [11.x] Give session ID retrieval the Laravel treatment by @timacdonald in #51732
- [11.x] Fix the chunk method to an integer type in the splitIn method by @rookiexxk in #51733
- Update:update name method and doc by @mehdi-fathi in #51744
- [11.x] Fixes
config:publish
withdontMergeFrameworkConfiguration()
set totrue
by @crynobone in #51751 - Updated phpdoc for Builder::from() by @boris-glumpler in #51767
- [11.x] Fixed pop on default Beankstalkd queue when not specifically added by @rinocs in #51759
- [11.x] Add
before
andafter
methods to Collection by @avosalmon in #51752 - [11.x] Change scope for
afterCreating
andafterMaking
callbacks by @jacob418 in #51772 - Use numeric literal separator in file rule validation by @AmirKhalifehSoltani in #51781
- [11.x] Import Model class for Renderer\Exception by @seriquynh in #51778
- [11.x] About command improvement by @AmirKhalifehSoltani in #51791
- [11.x] Test abort behavior by @seriquynh in #51800
- [11.x] Container shares fixed values/initialized instances instead of singleton closure resolutions by @seriquynh in #51804
- [11.x] Fix altering a table that has a column with
default 0
on SQLite by @hafezdivandari in #51803 - [11.x] Fix typo in
VendorPublishCommand
by @tamiroh in #51812 - [11.x] Fix some typos in the tests by @tamiroh in #51811
- [11.x] Add unprocessableContent and update unprocessableEntity by @dwightwatson in #51815
- [11.x] Improve Queue::assertNothingPushed() error message by @SjorsO in #51814
- [11.x] Add
Relation::getMorphAlias()
by @pxlrbt in #51809 - [11.x] Support third-party relations in
model:show
command by @staudenmeir in #51807 - [11.x] Fix nested rules custom attribute names by @owenandrews in #51805
- [11.x] Fix docblock of \Illuminate\Http\Response by @seriquynh in #51823
v10.48.13
- [10.x] Fix typo in return comment of createSesTransport method by @zds-s in #51688
- [10.x] Fix collection shift less than one item by @faissaloux in #51686
- [10.x] Turn
Enumerable unless()
$callback parameter optional by @faissaloux in #51701 - Revert "[10.x] Turn
Enumerable unless()
$callback parameter optional" by @taylorotwell in #51707
v11.10.0
- [11.x] Fix typo in filename by @Henridv in #51643
- [11.x] Add Vite auto refresh to error page by @riasvdv in #51635
- [11.x] Add test for join_paths by @imanghafoori1 in #51621
- [11.x] Preload base options for missing config files by @jasonmccreary in #51619
- [11.x] Add option to disable merging of base configuration by @taka-oyama in #51579
- [11.x] Allow callback to be passed to
updateOrInsert()
to pass different$values
if the record already exists by @Markshall in #51566 - [11.x] Fix
join_paths
issue with segment '0' by @imanghafoori1 in #51649 - [11.x] Remove extra double quote in the error page by @nicolus in #51670
- [11.x] Add tests to improve test coverage for
HtmlString
by @saMahmoudzadeh in #51666 - [11.x] Add tests to improve test coverage for
Arr::whereNotNull
by @saMahmoudzadeh in #51661 - [11.x] Add tests for FileSystem class by @imanghafoori1 in #51654
- [11.x] Update OptimizeClearCommand.php by @nathanpurcell in #51667
- [11.x] Support soft deleted models when using explicit route model binding by @gbradley in #51651
- [11.x] Add tests for
Arr::divide
by @saMahmoudzadeh in #51673 - [11.x] Prune should be a flag option by @riasvdv in #51694
- [11.x] Avoid using Laravel new error page if
app.debug
changes totrue
at runtime by @crynobone in #51705
v11.9.2
- [11.x] Fix new exception renderer compatibility with closure middleware by @ifox in #51614
- [11.x] Fix double-quoted string literals on SQLite by @hafezdivandari in #51615
- [11.x] Allow setting Resend api key in mailer specific config by @riasvdv in #51618
- [11.x] Fix only number as session key will result in numbered session keys by @Katalam in #51611