Releases: laravel/framework
Releases Β· laravel/framework
v12.32.5
v12.32.4
- [12.x] Use
Container::getInstance()
inComposerScripts::prePackageUninstall()
by @cosmastech in #57226
v12.32.3
- [12.x] Define LARAVEL_START if not already defined by @cosmastech in #57222
- [12.x] Clean up redundant type hints in docblocks by @AhmedAlaa4611 in #57219
v12.32.2
Update version to v12.32.2
v12.32.1
- [13.x] Fix scopedBy attribute not following inheritance chain by @Muffinman in #57213
- [12.x] Fix AWS S3 adapter's constructor not allowing decorated adapter instances by @daniser in #57217
v12.32.0
- [12.x] fix static analysis error by @cosmastech in #57162
- Fix: Handle non-string returns from Htmlable::toHtml() in e() helper by @Carnicero90 in #57157
- [12.x] Fix pending attributes in schedule group by @jamessa in #57156
- Remove Request overview from Exceptions by @barryvdh in #57158
- [12.x] Pass "throw" option from scoped to parent disk by @daniser in #57163
- [12.x] Make docblock return type in line with actual return type by @parijke in #57164
- [12.x] Adjust
Arr
typehints by @daniser in #57165 - [12.x] Track filesystem adapter decoration by @daniser in #57167
- [12.x] Batch Job Failure Callbacks Support by @yitzwillroth in #55916
- [12.x] Fix operator precedence by @daniser in #57169
- [12.x] Clean up after filesystem manager tests by @daniser in #57168
- Fix: Improve validateInteger ergonomics and fix BC break by @ntm-dev in #57175
- [12.x] Fix nested
can
and inherit models on route groups by @bonroyage in #57172 - [12.x] Syntax highlight on the frontend by @avosalmon in #57184
- [12.x] Add missing Closure type to Collection::pluck() docblock by @Bariss61 in #57178
- Add database afterRollback callback support and tests by @maltekuhr in #57180
- fix: add return type by @alipowerful7 in #57192
- [12.x] Adds support enums for
ThrottleRequests::using
method by @sethsandaru in #57190 - [12.x] Introduce "after" rate limiting by @timacdonald in #57125
- [12.x] Json schema nullable by @Katalam in #57181
- [12.x] Dispatch framework events on composer
pre-package-uninstall
event by @cosmastech in #57144 - [12.x] Add Http::batch by @WendellAdriel in #56946
- [12.x] [Mail] Update
queue
PHPDoc according to function behavior by @MrYamous in #57207 - [12.x] Remove unnecessary parentheses by @AhmedAlaa4611 in #57212
- [12.x] Remove unnecessary parentheses by @AhmedAlaa4611 in #57210
- [12.x] Fixes error renderer report page by @xiCO2k in #57208
- [12.x] Extend SQS FIFO and fair queue support by @patrickcarlohickman in #57187
v11.46.1
- [11.x] Fixes incorrectly serializing virtual properties (backport) by @DarkGhostHunter in #57201
- Revert "[11.x] Fixes incorrectly serializing virtual properties (backport)" by @taylorotwell in #57203
v12.31.1
- Revert "[12.x] Reintroduce short-hand "false" syntax for Blade component props" by @taylorotwell in #57151
v12.31.0
- Bump vite from 7.1.2 to 7.1.6 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot[bot] in #57114
- [12.x] Reintroduce short-hand "false" syntax for Blade component props by @PerryvanderMeer in #57104
- [12.x] Allow Number parse helpers to return false by @platoindebugmode in #57127
- [12.x] Refactor
RedisTaggedCache@flush()
to allow for custom connections by @cosmastech in #57122 - [12.x] Use light-dark scheme for exception renderer by @pxlrbt in #57128
- [12.x] Replace logger helper and log function concrete return type ?LogManager with abstract ?LoggerInterface by @abdelrahmenAyman in #57028
- [12.x] Fix session value is missing assertion by @barclaymichael in #57134
- median() div swapped for intdiv() by @artumi-richard in #57148
- [12.x] Fix PHP 8.5 null-key deprecations by @IonBazan in #57137
v12.30.1
- [12.x] Fix: Apply intl extension check to ordinal position to prevent issues by @BinaryKitten in #57112