Change Log
Fixed
* Fixed `actingAs`, `withCookies`, `withHeaders`, `assertAuthenticated`, `assertGuest` in TestCase and fixed `Auth` which was not persisting user by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/588
* Fixed `cryptography` dependency version and use their new version scheme by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/595
* Fixed getting extension such as `.tar.gz` from files in filesystem feature by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/594
Added
* Added Handling of `ModelNotFound` exceptions as HTTP 404 errors by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/509
* Added ability to resolve simple instance as controller in routes by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/598
* Added `stop` and `dump` features to TestCase by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/599
**Full Changelog**: https://github.com/MasoniteFramework/masonite/compare/v4.10.3...v4.11.0