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.
v10.17.0 - 2023-08-01
- [10.x] Accept protocols as argument for URL validation by @MrMicky-FR in (#47843)
- [10.x] Add option to adjust database default lock timeout by @joelharkes in (#47854)
- [10.x] PHP 8.3 builds by @driesvints in (#47788)
- [10.x] Allow custom mutex names for isolated commands by @rybakihor in (#47814)
- Fix for issues with closure-based scheduled commands in schedule:test by @mobidev86 in (#47862)
- [10.x] Adding Minutes Option in Some Frequencies by @joaopalopes24 in (#47789)
- [10.x] Test Improvements for
hashed
password by @crynobone in (#47904)
- [10.x] Use shared facade script by @timacdonald in (#47901)
- [10.x] Prompts by @jessarcher in (#46772)
- [10.x] Migrate JSON data to shared InputBag by @timacdonald in (#47914)
- [10.x] Fix Http global middleware for queue, octane, and dependency injection by @timacdonald in (#47915)
v10.16.1 - 2023-07-26
- [10.x] Fix BusFake::assertChained() for a single job by @gehrisandro in (#47832)
- [10.x] Retain
$request->request
InputBag
type by @timacdonald in (#47838)
v10.16.0 - 2023-07-25
- [10.x] Improve display of sub-minute tasks in
schedule:list
command. by @jessarcher in (#47720)
- [10.x] Add new SQL error message "No connection could be made because the target machine actively refused it" by @magnusvin in (#47718)
- [10.x] Ignore second in HttpRequestTest date comparison by @kylekatarnls in (#47719)
- [10.x] We dont want Symfony to catch pcntl signal by @ChristopheBorcard in (#47725)
- [10.x] Use atomic locks for command mutex by @Gaitholabi in (#47624)
- [10.x] Improve typehint for Model::getConnectionResolver() by @LukeTowers in (#47749)
- [10.x] Adjusts for Volt by @nunomaduro in (#47757)
- [10.x] Fix sql server paging problems by @joelharkes in (#47763)
- [10.x] Typo type of data by @hungthai1401 in (#47775)
- [10.x] Fix
Str::replace
return type by @datlechin in (#47779)
- [10.x] Remove unused variable in
VendorPublishCommand
by @hungthai1401 in (#47817)
- [10.x] Remove unused variable in
MigrateCommand
by @sangnguyenplus in (#47816)
- [10.x] Revert 47763 fix sql server by @dunhamjared in (#47792)
- [10.x] Add test for Message ID, References and Custom Headers for Mailables by @alexbowers in (#47791)
- [10.x] Support inline disk for scoped driver by @alexbowers in (#47776)
- [10.x] Allowing bind of IPv6 addresses in development server by @MuriloChianfa in (#47804)
- [10.x] Add more info to issue template by @driesvints in (#47828)
v10.15.0 - 2023-07-11
- [10.x] Sub-minute Scheduling by @jessarcher in (#47279)
- [10.x] Fixes failing tests running on DynamoDB Local 2.0.0 by @crynobone in (#47653)
- [10.x] Allow password reset callback to modify the result by @GrahamCampbell in (#47641)
- Forget with collections by @joelbutcher in (#47637)
- [10.x] Do not apply global scopes when incrementing/decrementing an existing model by @cosmastech in (#47629)
- [10.x] Adds inline attachments support for "notifications" markdown mailables by @nunomaduro in (#47643)
- Assertions for counting outgoing mailables by @jasonmccreary in (#47655)
- [10.x] Add
isUrl
to theStr
class and use it from the validator by @GrahamCampbell in (#47688)
- [10.x] Remove unwanted call to include stack traces by @HazzazBinFaiz in (#47687)
- [10.x] Make Vite throw a new
ManifestNotFoundException
by @innocenzi in (#47681)
- [10.x] Added tests for
isUrl
to Str. by @michaelnabil230 in (#47690)
- [10.x] Added
isUrl
to Stringable. by @michaelnabil230 in (#47689)
- [10.x] Test Improvements by @crynobone in (#47709)
- [10.x] Allows HTTP exceptions to be thrown for views by @nunomaduro in (#47714)
v10.14.1 - 2023-06-28
- [10.x] Add Collection::wrap to add method on BatchFake by @schonhoff in (#47589)
- [10.x] Fixes grammar in FoundationServiceProvider by @adampatterson in (#47593)
- [10.x] Ensure duration is present by @timacdonald in (#47596)