Skip to content

Latest commit

 

History

History
184 lines (104 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

184 lines (104 loc) · 7.47 KB

Release Notes

Changed

  • Add "ably" in comment as a broadcast connection (#5531)
  • Add unverified state to UserFactory (#5533)
  • Update login wording (9a56a60)

Fixed

  • Fix dead link in web.config (#5528)

Removed

  • Delete docker-compose.yml (#5522)

Fixed

  • Update TrustProxies.php (#5514)

Changed

  • Update sail to the v1.0.1 (#5507)
  • Upgrade to Mix v6 (#5505)
  • Updated Axios (4de728e)

Added

Changed

  • Revert changes to env file (3b2ed46)

Changed

  • Gitignore docker-compose.override.yml (#5487
  • Update ENV vars to docker file (ddb26fb)

Changed

  • Disable TrustHosts middleware (b7cde8b)

Added

Changed

  • Revert change to QUEUE_CONNECTION (34368a4)

Added

Changed

  • Update env file for Sail (a895748)

Changed

  • Comment out Redis facade by default (612d166)
  • Uncomment TrustHosts middleware to enable it by default (#5477)

Removed

Added

Fixed

  • Add missing null cache driver in config/cache.php (#5472)

Changed

  • Add sanctum cookie endpoint to default cors paths (aa6d3660)
  • Modify the cache.php docblocks (#5468)
  • Add stub handler (4931af1)

Fixed

  • Closed @auth correctly (#5471)

Changed

Changed

  • Bump several dependencies

Added

Changed

Fixed

  • Delete removed webpack flag (#5460)

Added

  • Added 'LOG_LEVEL' env variable in .env.example (#5445)
  • Add 'multiple_of' translation (#5449)

Added

  • Added LOG_LEVEL env variable (#5442)

Changed

  • Type hint the middleware Request (#5438)

Changed

Changed

  • Fully qualified user model in seeder (#5406)
  • Update model path in AuthServiceProvider's policies (#5412)
  • Add commented code (69d0c50)

Fixed

  • Swap route order (292a5b2)
  • Fix route when uncomment $namespace (#5424)

Removed

  • Removed $namespace property (b33852e)

Changed

  • Re-add property to route service provider (9cbc381)

Laravel 8 comes with a lot of changes to the base skeleton. Please consult the diff to see what's changed.