v10.43.0
- [10.x] Add storage:unlink command by @salkovmx in #49795
- [10.x] Unify
\Illuminate\Log\LogManager
method definition comments with\Psr\Logger\Interface
by @eusonlito in #49805 - [10.x] class-name string argument for global scopes by @emargareten in #49802
- [10.x] Add
hasIndex()
and minor Schema enhancements by @hafezdivandari in #49796 - [10.x] Do not touch
BelongsToMany
relation when usingwithoutTouching
by @mateusjunges in #49798 - [10.x] Check properties on mailables are initialized before sharing with the view by @j3j5 in #49813
- [10.x] Remove duplicate actions/checkout from queue workflow by @Jubeki in #49828
- [10.x] Add
insertOrIgnoreUsing
for Eloquent by @trovster in #49827 - [10.x] Make
hasIndex()
Order-sensitive by @hafezdivandari in #49840 - [10.x] Release action by @driesvints in #49838
- [10.x] Add MariaDb1060Platform by @driesvints in #49848
- [10.x] Unified Pivot and Model Doc Block
$guarded
by @eusonlito in #49851 - [10.x] Introducing
beforeStartingTransaction
callback and use it inLazilyRefreshDatabase
by @pascalbaljet in #49853 - [10.x] fix password max validation message by @MrPunyapal in #49861
- [10.x] Fix validation message used for max file size by @mateusjunges in #49879
- Update README.md by @foremtehan in #49878
- [10.x] Adds
FormRequest@getRules()
method by @cosmastech in #49860 - [10.x] add addGlobalScopes method by @emargareten in #49880
- [10.x] Allow brick/math 0.12 by @LogicSatinn in #49883
- [10.x] Add support for streamed JSON Response by @pelmered in #49873
- [10.x] Using the native fopen exception in LockableFile.php by @eusonlito in #49895
- [10.x] Fix LazilyRefreshDatabase when testing artisan commands by @iamgergo in #49914
- [10.x] Fix expressions in with-functions doing aggregates by @tpetry in #49912
- [10.x] Fix redis tag entries never becoming stale if cache ttl is past time by @jagers in #49864
- [10.x] Fix - The
Translator
may incorrectly report the locale of a missing translation key by @VicGUTT in #49900 - [10.x] fix Before/After validation rules by @MrPunyapal in #49871