Releases: MasoniteFramework/core
Releases · MasoniteFramework/core
v2.0.36
Change Log
- Changed the developer server completely and replaced waitress with a different pure python development server
- Added the
-b,
-pand
-i` options to the serve command - Fixed issue where the server would crash when there was a syntax error
v2.0.35
Change Log
- Added upload driver's abilities to accept an open file as a file item.
v2.0.34
Change Log
- Fixed dependencies not being fixed
v2.1.0b3
Change Log
- Masonite Beta 3 release
v2.0.33
Change Log
- Fixed issue with mail templates throwing
'function' object has no attribute 'render
v2.0.32
Change Log
- Added Redis cache driver
- Added dd() and custom exception handlers
- Added ability to add jinja2 extensions
v2.0.31
Change Log
- Bumped requests version to 2.20 because of security vulnerability
v2.1.0b2.post3
Change Log
- Next beta release
v2.1.0b2.post2
Change Log
- Next beta release
v2.0.30
Change Log
- Fixed AMQP driver to reconnect if the connection is lost