Skip to content

Releases: laravel/framework

v11.39.0

21 Jan 15:04
Compare
Choose a tag to compare
  • [11.x] Replace duplicate ValidatedInput functions with InteractsWithData trait by @stevebauman in #54208
  • [11.x] Improve Email validation rule custom translation messages by @SanderMuller in #54202
  • [11.x] Fix deprecation warnings in optimize:clear and optimize by @cosmastech in #54197
  • [11.x] Add support for phpredis backoff and max retry config options by @TheLevti in #54191
  • Introduces UseFactory attribute by @christopherarter in #54065
  • [11.x] Set class-string generic on UseFactory by @cosmastech in #54215
  • [11.x] switch LazyCollection::make() for new LazyCollection() by @AhmedAlaa4611 in #54216
  • support style file name hashes with query strings in manifest by @newapx in #54219
  • [11.x] Solidify Rule::email() tests by @SanderMuller in #54226
  • [11.x] Fix line-ending mismatch in CliDumperTest::testArray and CliDumperTest::testObject by @AhmedAlaa4611 in #54222
  • Add a report/log option to filesystem exceptions without throwing by @lotharthesavior in #54212
  • [11.x] Fix Cache component to be aware of phpredis serialization and compression settings by @TheLevti in #54221
  • [11.x] fix: Forcing DB Session driver to always use the write connection by @mathiasgrimm in #54231
  • [11.x] Fix line-ending mismatch in BladeComponentTagCompilerTest under Illuminate\Tests\View\Blade by @AhmedAlaa4611 in #54233
  • [11.x] Fix job not logged in failed_jobs table if timeout occurs within database transaction by @decaylala in #54173
  • [11.x] Fix unique job lock is not released on model not found exception, lock gets stuck. by @zackAJ in #54000
  • [11.x] Fix line-ending mismatch on Windows test by @AhmedAlaa4611 in #54236
  • Added support in DB::prohibitDestructiveCommands to preventing destructive Rollback… by @hexathos in #54238
  • [11.x] Add applyAfterQueryCallbacks Support to Non-Mutator Cases in pluck Method by @batinmustu in #54268
  • [11.x] addPath() Allow adding new path for translation loader. by @selcukcukur in #54277

v10.48.26

21 Jan 16:08
Compare
Choose a tag to compare
  • [10.x] Refine error messages for detecting lost connections (Debian bookworm compatibility) by @mfn in #53794
  • [10.x] Bump minimum league/commonmark by @crynobone in #53829
  • [10.x] Backport 11.x PHP 8.4 fix for str_getcsv deprecation by @aka-tpayne in #54074

v11.38.2

15 Jan 00:08
Compare
Choose a tag to compare
  • [11.x] Simplify Codebase by Using qualifyColumn Helper Method by @SanderMuller in #54187
  • Revert "Add support for missing Postgres connection options" by @crynobone in #54195
  • Revert "[11.x] Support DB aggregate by group (new methods)" by @crynobone in #54196

v11.38.1

14 Jan 18:12
Compare
Choose a tag to compare

v11.38.0

14 Jan 14:54
Compare
Choose a tag to compare

v11.37.0

02 Jan 20:11
Compare
Choose a tag to compare

v11.36.1

17 Dec 22:33
Compare
Choose a tag to compare
  • Once Remember Null Values by @dbpolito in #53949
  • [11.x] Add wildcard directory discovery to the EventServiceProvider by @jared-cannon in #53932
  • [11.x] Add getJob() method to PendingDispatch class + Introduced tests by @pascalbaljet in #53951
  • Avoid writing multiple keys when using redis in cluster mode by @bentleyo in #53940
  • Revert "[11.x] fix: allows injection using multiple interfaces with the same concrete implementation" by @taylorotwell in #53955
  • Revert "[11.x] No need to redeclare variables" by @crynobone in #53954

v11.36.0

17 Dec 18:23
Compare
Choose a tag to compare

v11.35.1

12 Dec 18:27
Compare
Choose a tag to compare
  • [11.x] Fix incorrect typechange in Illuminate\Database\Query\Builder by @jnoordsij in #53841
  • Fixed Enum usage in whereHasMorph condition when morph attribute casting by @Outsidaz in #53839
  • [11.x] Fix unescaped table names issue of DatabaseTruncation trait by introducing Connection::withoutTablePrefix() method by @hafezdivandari in #53842
  • Specify node when sending scan to RedisCluster by @bentleyo in #53837
  • [11.x] fix: cast session lifetime to int by @calebdw in #53846
  • [11.x] allow sub second timeout value for http requests by @mihaileu in #53850
  • Revert "set schema to smtps if MAIL_ENCRYPTION === tls" by @crynobone in #53863

v11.35.0

10 Dec 16:10
Compare
Choose a tag to compare