Change Log
Added
* Added more config options to AMQP driver by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/576
* Added ability to pass query parameters to `url` and `route` helpers and to `redirect` method by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/575
* Added type hinting to codebase by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/526
Fixed
* Fixed `optional` helper by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/580
* Fixed ExceptionHandler by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/583
* Fixed setting session when middleware redirects instead of continuing request flow by girardinsamuel in https://github.com/MasoniteFramework/masonite/pull/581
Security
* Bumped waitress version to a 2.1.1+ to cover a security release
**Full Changelog**: https://github.com/MasoniteFramework/masonite/compare/v4.9.0...v4.10.0