- Notifications
You must be signed in to change notification settings - Fork11.7k
Releases: laravel/framework
Releases · laravel/framework
v12.43.1
- [12.x] Only exclude Command ending with
Testisn't an instance ofCommandby@crynobone in#58147
Assets2
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted
v12.43.0
- [12.x] Add PHPDoc callable types for BusFake methods by@alies-dev in#58070
- Improve type annotations of
$batchIdinBatchabletrait by@markieo1 in#58069 - [12.x] Fix deadlock in cache_locks on cleanup by@jackbayliss in#58071
- feat: implement 'assertFailedDependency' response assertion by@artengin in#58061
- [12.x] Fix using
nullcache store triggering PHP 8.5 deprecation by@jnoordsij in#58074 - [12.x] Fix deprecated usage of passing
nulltoarray_key_existsinAsPivotclass by@jnoordsij in#58073 - [12.x] Simplify clearing resolved instances for
Facadeclasses by@jnoordsij in#58072 - [12.x] Add PHP 8.5 with Herd to passthrough variables in ServeCommand by@bashgeek in#58080
- [12.x] Update actions/checkout v4 to v6 by@jackbayliss in#58078
- [12.x] Let Storage::fake() accept enum as disk name by@bbredewold in#58076
- Improve PHPDoc return type for synchronous HTTP Client methods by@khaled-sadek in#58090
- [12.x] Adjust testCanRetrieveAllFailedJobs by@jackbayliss in#58096
- [12.x] Allow Factory connection method to accept null by@jackbayliss in#58108
- [12.x] Make PendingDispatch::afterResponse conditional by@kenneth-saey in#58099
- [12.x] Add
mergeHiddenandmergeVisiblemethods to Collection class by@mahmoudmohamedramadan in#58110 - Added "SSL error: unexpected eof" message to LostConnectionDetector by@GuidoHendriks in#58113
- [12.x] Update git-auto-commit action by@jackbayliss in#58118
- [12.x] Add tests for Support Uri class by@miladev95 in#58114
- [12.x] Make the Client Response class tappable by@kevinb1989 in#58115
- [12.x] Add missing docblock param in FailedOver event docblocks by@jackbayliss in#58123
- [12.x] Clean up DynamoDbStore by@cosmastech in#58116
- [12.x] Fix: Handle
ParseErrorinhasEvenNumberOfParentheseswhen Xdebug is active by@crynobone in#58128 - [12.x] Fix Password::required() to fail when value is missing by@faisuc in#58125
- [12.x] Add HigherOrderProxy tests (Collection & Tap) by@miladev95 in#58138
- [12.x] Run
ConnectionEstablishedevent on database reconnection by@crynobone in#58136
Assets2
Uh oh!
There was an error while loading.Please reload this page.
10 people reacted
v12.42.0
- [12.x] Improve
Context::scope()return type by@cosmastech in#58012 - [12.x] Allow float values in duration helpers for CarbonInterval by@SanderMuller in#58006
- Add whenTableHasIndex and whenTableDoesntHaveIndex to Builder by@jackbayliss in#58005
- [12.x] Add commandFileFinder method and exclude test files from command discovery by@davidhemphill in#58017
- [12.x] Fix Cache spy not working with memoized cache by@faisuc in#57996
- Respect --quiet and --silent in queue:work command by@MatusBoa in#58024
- [12.x] Improve Blueprint docblocks with concrete value ranges for integer and text columns by@nguyentranchung in#58019
- [12.x] Modernize typecasting by@cosmastech in#58037
- [12.x] Fix
requiredandsometimesvalidation ofPasswordrule by@mrvipchien in#58034 - [12.x] Add support as a depdency for container by@adrum in#58026
- fix autoloading StringableObjectStub class in tests/Support/SupportStringableTest.php by@angus-mcritchie in#58030
- [12.x] Remove calls to
optional()by@cosmastech in#58027 - [12.x] Add
newRequest()to Pool and Batch by@cosmastech in#58038 - [12.x] Align Listener docblock and add unit test for query shape by@miladev95 in#58040
- [12.x] feat: add pre-migration hook when setting up databases in parallel tests by@philipheimboeck in#58011
- [12.x] Supports PHPUnit 12.5 by@crynobone in#58042
- [12.x] Add support for Enums in Translator replacements by@hosni in#58048
- [12.x] Fix
PendingRequest@pool()&&batch()concurrency by@cosmastech in#57973 - [12.x] New
illuminate/reflectionscomponent fromilluminate/supportby@crynobone in#58052 - Make queue commands' option descriptions more consistent by@jasonlbeggs in#58058
- [12.x] Add LICENSE, auto close for PRs and
.gitattributestoilluminate/reflectionby@crynobone in#58055 - [12.x]
PendingRequest@withRequestContext()by@cosmastech in#58054
Assets2
Uh oh!
There was an error while loading.Please reload this page.
12 people reacted
v12.41.1
Update version to v12.41.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3 people reacted
v12.41.0
- [12.x] Add
throwUnless()toIlluminate\Http\Client\Responseby@CasEbb in#57951 - [12.x] Fix deprecation error in
HasAttributes::addDateAttributesToArray()whenUPDATED_AT = nulland model is cast to array by@crynobone in#57945 - [12.x] Reduce indentation in
PendingRequest@send()with an early return by@cosmastech in#57943 - [12.x] PendingRequest HTTP methods may also return promises by@cosmastech in#57941
- [12.x] Fix unable to flush redis tagged cache when prefix contains
-instead of_by@crynobone in#57927 - fix: hasMorph/whereDoesntHaveMorph OR grouping with nullable morphs by@hannrei in#57937
- [12.x] Flush only active buffers while streaming response using a generator by@vaishnavyogesh in#57952
- Fix substrReplace to be multibyte safe by@Nasim25 in#57936
- [12.x] fixes static analysis error by@cosmastech in#57953
- [12.x] Pass
LoggerInterfacewhen constructingRoundrobinTransportinstance by@jnoordsij in#57956 - [12.x] Optimize cache and cache_locks timeout by@chrisnetonline in#57966
- [12.x] Introduce
FluentPromiseto allow for cleaner chaining in Pool by@cosmastech in#57967 - [12.x] Add Dependency in JsonSchema by@pushpak1300 in#57942
- Introduce
lazyobject andproxyobject support helpers by@timacdonald in#57831 - [12.x] Add reload command and allow services to register by@barryvdh in#57923
- [12.x] Ensure pretending flag is always reset in
pretend()method by@xurshudyan in#57968 - [12.x] Always restore missing-attribute flag in
offsetExists()by@xurshudyan in#57970 - [12.x] Fix Arr::first for ArrayObject and AsArrayObject values by@prince-noman in#57969
- [12.x] Use displayName() for custom job identification by@hxnk in#57499
- [12.x] Expand Redis DurationLimiter tests by@miladev95 in#57947
- [12.x] Fix grammar in event dispatcher comment by@shaedrich in#57983
- Modernize email template by@taylorotwell in#57987
- [12.x] Improve event types by@shaedrich in#57986
- [12.x] Add ability to ignore queuePaused \ queueShouldRestart cache checks by@jackbayliss in#57975
- [12.x] Fix cache:clear command exit code on failure by@alies-dev in#57988
- Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Illuminate/Foundation/resources/exceptions/renderer by@dependabot[bot] in#57994
- [12.x] Add
milliseconds,weeks, andmonthsduration helpers toIlluminate\Supportby@SanderMuller in#57997 - [12.x] Add wildcard pattern support to TrimStrings middleware by@overtrue in#57982
Assets2
Uh oh!
There was an error while loading.Please reload this page.
5 people reacted
v11.47.0
- [11.x] Backport JsonSchema Contract by@pushpak1300 in#57939
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1 person reacted
v12.40.2
- [12.x] Modernize type casting by@lucasmichot in#57914
- [12.x] Improve missing attribute violation callable typehints by@mosabbirrakib in#57910
- [12.x] Improve discarded attribute violation callable typehints by@mosabbirrakib in#57909
- [12.x] add support for no mode in postgres full text search by@opheus2 in#57915
- [12.x] Guard RedisStore::scan() results against boolean failures by@CicerBro in#57911
- [12.x] Fix CallQueuedClosure::displayName after batch chain (#57597) by@CreareWorks in#57881
- Pass Laravel context through with schedule tasks by@jradtilbrook in#57918
- [12.x] Test Improvements by@crynobone in#57926
- [12.x] Eloquent Builder: completion for HigherOrderBuilderProxy fields by@adelf in#57928
- [12.x] fix: continue route matching rather than returning second fallbackRoute by@ryzr in#57922
- [12.x] Pause a queue for given seconds by@rodrigopedra in#57917
- Json Schema Contract by@taylorotwell in#57934
Assets2
Uh oh!
There was an error while loading.Please reload this page.
11 people reacted
v12.40.1
- Add support for instant column additions by@taylorotwell in#57907
Assets2
Uh oh!
There was an error while loading.Please reload this page.
5 people reacted
v12.40.0
- [12.x] Improve return type of
Str::replace()by@axlon in#57820 - [12.x] Fixup PHP 8.5 deprecations in
SupportArrTestby@jnoordsij in#57822 - Add daysOfMonth() method to schedule tasks on specific days by@yousefkadah in#57817
- [12.x] Add
encodingvalidation rule for uploaded files by@ziadoz in#57823 - [12.x] Allow CachedState properties to be nullable by@jackbayliss in#57826
- [12.x] Resolve failing encoding test by@jackbayliss in#57827
- [12.x] Fixing MemoizedStore with Redis Cluster by@vadimonus in#57828
- [12.x] Update encoding validation message by@jackbayliss in#57834
- [12.x] Use
scopedIfinCacheManager::memo()by@angelej in#57833 - [12.x] Fixing RedisTaggedCache::flushStale with PhpRedisClusterConnection by@vadimonus in#57837
- [12.x] Add default parameter support to
Request::fluent()method by@michaelnabil230 in#57840 - [12.x] Fix embedded image Content-ID inconsistency in cloned emails by@yinheli in#57726
- [12.x] PredisClusterConnection::keys() by@vadimonus in#57841
- [12.x] PHP 8.5 Compatibility by@crynobone in#57835
- [12.x] RateLimiter remaining to 0 to prevent negative values. by@Button99 in#57851
- [12.x] Update RequestException@report() to return false by@cosmastech in#57847
- Time by@taylorotwell in#57856
- Feature/queue pause resume by@yousefkadah in#57800
- [12.x] Fixing RedisTaggedCache::flushValues with PredisClusterConnection by@vadimonus in#57848
- [12.x] Improve typehints for
QueriesRelationshipsby@CasEbb in#57830 - [12.x] Fix flaky test by@cosmastech in#57864
- [12.x] optimize
AbstractRouteCollection@toSymfonyRouteCollection()by@cosmastech in#57870 - [12.x] optimize
AbstractRouteCollection@matchAgainstRoute()by@cosmastech in#57871 - [12.x] Moving redis integration tests by@vadimonus in#57860
- [12.x] Incorrect result of MemoizedStore::many with numeric keys and empty prefix by@vadimonus in#57862
- [12.x] Add testWrapEdgeCases for Str::wrap edge cases by@miladev95 in#57861
- [12.x] Add parameter validation to Collection::sliding() method. by@Button99 in#57875
- [12.x] Update
pathmethod return type to always be a non-null string by@IsmailBourbie in#57873 - Added Google's antigravity IDE support in ResolvesDumpSource.php by@yeasherarafath in#57885
- [12.x] Clean up queue pausing by@cosmastech in#57863
- [12.x] Simplify
ParsesQueue@parseQueuelogic by@rodrigopedra in#57886 - [12.x] Improve lazy loading violation callable typehints by@cosmastech in#57896
- [12.x] Fix Accept header cache invalidation when header is modified by@faisuc in#57874
- [12.x] Fix flaky test in CacheArrayStore (increment) by@sumaiazaman in#57905
- [12.x] Fix flaky test in ArraySessionHandler (garbage collection) by@sumaiazaman in#57904
- [12.x] Fix flaky test in ArraySessionHandler (almost expired session) by@sumaiazaman in#57903
- [12.x] Fix flaky test in ArraySessionHandler (expired session) by@sumaiazaman in#57902
Assets2
Uh oh!
There was an error while loading.Please reload this page.
11 people reacted
v11.46.2
- [11.x] Avoid duplicate chain catch when nested batch fails on sync queue by@faisuc in#57322
- [11.x] Supports Symfony 7.4 by@crynobone in#57753
- [11.x] Fix
Request::getAcceptableContentTypes()changes in Symfony 7.4 by@GrahamCampbell in#57806
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3 people reacted