Skip to content

Releases: laravel/framework

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

v11.34.2

27 Nov 15:45
Compare
Choose a tag to compare

v11.34.1

26 Nov 21:33
Compare
Choose a tag to compare

v11.34.0

26 Nov 15:13
Compare
Choose a tag to compare

v10.48.25

26 Nov 15:34
Compare
Choose a tag to compare

v10.48.24

20 Nov 15:58
Compare
Choose a tag to compare
Update version to v10.48.24

v11.33.2

19 Nov 22:48
Compare
Choose a tag to compare
  • Support ObservedBy on parent model classes by @adamthehutt in #53579
  • Revert "[11.x] Support DB aggregate by group" by @taylorotwell in #53582
  • [11.x] Fix: Improve Request Port Extraction Handling in ServeCommand.php to Prevent Artisan Command Failures by @ahmad-cit22 in #53538