Releases: laravel/framework
Releases Β· laravel/framework
v10.48.8
- [10.x] Fix error when using
orderByRaw()
in query before usingcursorPaginate()
by @axlon in #51023 - [10.x] Database layer fixes by @saadsidqui in #49787
v11.3.1
- [11.x] Name of job set by displayName() must be honoured by Schedule by @SCIF in #50973
- Add Conditionable trait to Testing\PendingCommand.php by @tobz-nz in #50988
- Allow sorting of route:list by multiple column/factors using a comma by @fredbradley in #50998
- [10.x] Added eachById and chunkByIdDesc to BelongsToMany by @lonnylot in #50991
v10.48.7
- Fix more query builder methods by @taylorotwell in 95ef230
v10.48.6
v11.3.0
- [10.x] Prevent Redis connection error report flood on queue worker by @kasus in #50812
- [11.x] Optimize SetCacheHeaders to ensure error responses aren't cached by @MinaWilliam in #50903
- [11.x] Add session
hasAny
method by @mahmoudmohamedramadan in #50897 - [11.x] Add option to report throttled exception in ThrottlesExceptions middleware by @JaZo in #50896
- [11.x] Add DeleteWhenMissingModels attribute by @Neol3108 in #50890
- [11.x] Allow customizing TrimStrings::$except by @grohiro in #50901
- [11.x] Add pull methods to Context by @renegeuze in #50904
- [11.x] Remove redundant code from MariaDbGrammar by @hafezdivandari in #50907
- [11.x] Explicit nullable parameter declarations to fix PHP 8.4 deprecation by @Jubeki in #50922
- [11.x] Add setters to cache stores by @stancl in #50912
- [10.x] Laravel 10x optional withSize for hasTable by @apspan in #50888
- [11.x] Fix prompting for missing array arguments on artisan command by @macocci7 in #50850
- [11.x] Add strict-mode safe hasAttribute method to Eloquent by @mateusjatenee in #50909
- [11.x] add function to get faked events by @browner12 in #50905
- [11.x]
retry
func - catch "Throwable" instead of Exception by @sethsandaru in #50944 - chore: remove repetitive words by @findseat in #50943
- [10.x] Add
serializeAndRestore()
toNotificationFake
by @dbpolito in #50935 - [11.x] Prevent crash when handling ConnectionException in HttpClient retry logic by @shinsenter in #50955
- [11.x] Remove unknown parameters by @naopusyu in #50965
- [11.x] Fixed typo in PHPDoc
@param
by @naopusyu in #50967 - [11.x] Fix dockblock by @michaelnabil230 in #50979
- [11.x] Allow time to be faked in database lock by @JurianArie in #50981
- [11.x] Introduce method
Http::createPendingRequest()
by @Jacobs63 in #50980 - [11.x] Add @throws to some doc blocks by @saMahmoudzadeh in #50969
- [11.x] Fix PHP_MAXPATHLEN check for existing check of files for views by @joshuaruesweg in #50962
- [11.x] Allow to remove scopes from BelongsToMany relation by @plumthedev in #50953
- [11.x] Throw exception if named rate limiter and model property do not exist by @mateusjatenee in #50908
v10.48.5
v11.2.0
- [11.x] Fix: update
@param
in some doc block by @saMahmoudzadeh in #50827 - [11.x] Fix: update @return in some doc blocks by @saMahmoudzadeh in #50826
- [11.x] Fix retrieving generated columns on legacy PostgreSQL by @hafezdivandari in #50834
- [11.x] Trim invisible characters by @dasundev in #50832
- [11.x] Add default value for
get
andgetHidden
onContext
by @michaelnabil230 in #50824 - [11.x] Improves
serve
Artisan command by @nunomaduro in #50821 - [11.x] Rehash user passwords when logging in once by @axlon in #50843
- [11.x] Do not wipe database if it does not exists by @driesvints in #50838
- [11.x] Better database creation failure handling by @driesvints in #50836
- [11.x] Use Default Schema Name on SQL Server by @hafezdivandari in #50855
- Correct typing for startedAs and virtualAs database column definitions by @ollieread in #50851
- Allow passing query Expression as column in Many-to-Many relationship by @plumthedev in #50849
- [11.x] Fix
Middleware::trustHosts(subdomains: true)
by @axlon in #50877 - [11.x] Modify doc blocks for getGateArguments by @saMahmoudzadeh in #50874
- [11.x] Add
@throws
to doc block for resolve method by @saMahmoudzadeh in #50873 - [11.x] Str trim methods by @patrickomeara in #50822
- [11.x] Add fluent helper by @PhiloNL in #50848
- [11.x] Add a new helper for context by @michaelnabil230 in #50878
- [11.x]
assertChain
andassertNoChain
on job instance by @gdebrauwer in #50858 - [11.x] Remove redundant
getDefaultNamespace
method in some classes (class, interface and trait commands) by @saMahmoudzadeh in #50880 - [11.x] Remove redundant implementation of ConnectorInterface in MariaDbConnector by @saMahmoudzadeh in #50881
- [11.X] Fix: error when using
orderByRaw
in query before usingcursorPaginate
by @ngunyimacharia in #50887
v11.1.1
- [11.x] Fix: update
@param
in doc blocks by @saMahmoudzadeh in #50791 - [11.x] Fix query builder
whereBetween
with CarbonPeriod and Carbon 3 by @bakerkretzmar in #50792 - [11.x] Allows asserting no output in Artisan commands by @nunomaduro in #50702
- fix typo by @elguitarraverde in #50808
- [11.x] Make DB::usingConnection() respect read/write type by @SajtiDH in #50806
- [11.x] Fix deprecation warning caused by Carbon 3.2 by @jackwh in #50813
v11.1.0
- [11.x] MySQL transaction isolation level fix by @mwikberg-virta in #50689
- [11.x] Add ListManagementOptions in SES mail transport by @arifszn in #50660
- [11.x] Accept non-backed enum in database queries by @gbalduzzi in #50674
- [11.x] Add
Conditionable
trait toContext
by @michaelnabil230 in #50707 - [11.x] Adds
@throws
section to the Context's doc blocks by @rnambaale in #50715 - [11.x] Test modifying nullable columns by @hafezdivandari in #50708
- [11.x] Introduce HASH_VERIFY env var by @valorin in #50718
- [11.x] Apply default timezone when casting unix timestamps by @daniser in #50751
- [11.x] Fixes
ApplicationBuilder::withCommandRouting()
usage by @crynobone in #50742 - [11.x] Register console commands, paths and routes after the app is booted by @plumthedev in #50738
- [11.x] Enhance malformed request handling by @jnoordsij in #50735
- [11.x] Adds
withSchedule
tobootstrap/app.php
file by @nunomaduro in #50755 - [11.x] Fix dock block for create method in
InvalidArgumentException.php
by @saMahmoudzadeh in #50762 - [11.x] signature typo by @abrahamgreyson in #50766
- [11.x] Simplify
ApplicationBuilder::withSchedule()
by @crynobone in #50765
v11.0.8
- [11.x] Change typehint for enum rule from string to class-string by @liamduckett in #50603
- [11.x] Fixed enum and enum.backed stub paths after publish by @haroon-mahmood-4276 in #50629
- [11.x] Fix(ScheduleListCommand): fix doc block for listEvent method by @saMahmoudzadeh in #50638
- [11.x] Re: Fix issue with missing 'js/' directory in broadcasting installation command by @alnahian2003 in #50657
- [11.x] Remove
$except
property fromExcludesPaths
trait by @gdebrauwer in #50644 - [11.x] Fix command alias registration and usage. by @timacdonald in #50617
- [11.x] Fixed make:session-table Artisan command cannot be executed if a migration exists by @naopusyu in #50615
- [11.x] Fix(src\illuminate\Queue): update doc block, Simplification of the code in RedisManager by @saMahmoudzadeh in #50635
- [11.x] Add
--without-reverb
and--without-node
arguments toinstall:broadcasting
command by @duncanmcclean in #50662 - [11.x] Fixed
trait
stub paths after publish by @haroon-mahmood-4276 in #50678 - [11.x] Fixed
class
andclass.invokable
stub paths after publish by @haroon-mahmood-4276 in #50676 - [10.x] Fix
Collection::concat()
return type by @axlon in #50669 - [11.x] Fix adding multiple bootstrap providers with opcache by @jessarcher in #50665
- [11.x] Allow
BackedEnum
andUnitEnum
inRule::in
andRule::notIn
by @PerryvanderMeer in #50680 - [10.x] Fix command alias registration and usage by @crynobone in #50695