Skip to content

v7.19.1

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 12 Jul 20:20
· 583 commits to 7.x since this release

v7.19.1 (2020-07-10)

Added

  • Added support for SQL Server LoginTimeout to specify seconds to wait before failing connection attempt (#33472)
  • Added ability to simulate "withCredentials" in test requests (#33497, aa17e75)

Fixed

  • Fixed Illuminate\Cache\FileStore::flush() (#33458)
  • Fixed auto creating model by class name (#33481)
  • Don't return nested data from validator when failing an exclude rule (#33435)
  • Fixed validation nested error messages (6615371)
  • Fixed Illuminate\Support\Reflector to handle parent (#33502)

Revert