Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Added
- Allowed
ResponseFactory::view()to return first view (#30651)
- Added
Foundation\Testing\Concerns\InteractsWithDatabase::assertDeleted()method (#30648)
- Added
Illuminate\Routing\Router::head()(#30646)
- Added
wherePivotNotIn()andorWherePivotNotIn()methods toBelongsToMany(#30671)
- Added options in
SqlServerConnectorto encrypt data with Azure Key vault (#30636)
Fixed
- Fixed errors in
Illuminate\Http\Testing\FileFactory::create()(#30632)
- Fixed routing bug that causes missing parameters to be ignored (#30659)
Changed
- Updated error message in
PhpRedisConnector::createClient()if redis extension is not loaded (#30673, 184a0f4)
- Updated
windows_os()helper to use PHP_OS_FAMILY (#30660)
Added
- Allowed fallback when facade root accessor has previously been resolved (#30616)
- Added support for separation between
geometryandgeographytypes forPostgres(#30545)
- Added
createWithContent()method toIlluminate\Http\Testing\FileandIlluminate\Http\Testing\FileFactory(2cc6fa3, 181db51)
Refactoring
- Improved
PostgresGrammar::formatPostGisType()method readability (#30593)
Changed
- Added
symfony/debugdependency toilluminate/pipeline(#30611)
- Override
BelongsToMany::cursor()to hydrate pivot relations (#30580)
Added
- Added
LazyCollection::remember()method (#30443)
- Added
Str::afterLast()andStr::beforeLast()methods (#30507)
- Added
existsOr()anddoesntExistOr()methods to the query builder (#30495)
- Added
unlesscondition to Blade customifdirectives (#30492)
Changed
- Added reconnect if missing connection when beginning transaction (#30474)
- Set Redis cluster prefix with PhpRedis (#30461)
Added
- Added
ScheduledTaskSkippedevent when a scheduled command was filtered from running (#30407)
- Added
Login timeout expiredtoDetectsLostConnections(#30362)
- Added
missingmethod toIlluminate\Filesystem\FilesystemandIlluminate\Filesystem\FilesystemAdapterclasses (#30441)
Changed
- Accepted underscores URL in the
URLvalidator (#30417)
- Updated
artisan downoutput to be consistent withartisan up(#30422)
- Changed
!emptytoissetfor changing redis database (#30420)
Fixed
- Fixed of retrieving view config in
ServiceProvider::loadViewsFrom()for Lumen (#30404)