Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v2.3.26
Change Log
Fixed
- Fixed an issue with the session errors using with_error
v3.0.6
Change Log
Fixed
- Fixed queue command missing the queue option
v3.0.5
Change Log
Security
- Changed csrf to not check safe method options
v2.3.25
Change Log
Security
- Changed csrf to not check safe method options
v2.3.24
Change Log
Security
- Fixed CSRF issues
v3.0.4
Change Log
Fixed
- Fixed issue with Vue presets
Security
- Fixed CSRF issues
v3.0.3
Change Log
Fixed
- Fixed template error message rendering
v3.0.2
Change Log
Fixed
- Fixed issue with flash messages saving as wrong key from the request
v3.0.1
Changed
- Changed craft key command to put into env by default
- Changed setting of response headers for the response and request headers for the request.
- Changed Request class is no longer accessible before a request is started and is no longer a singleton
- Changed Response status is now done through the response class
- Changed
queue
,available_at
andreserved_at
to queue_jobs table. - Changed 1 job per queue work poll to 5 jobs per poll
Added
- Added Masonite ORM
- Added single method controllers via
__call__
method - Added a
HeaderBag
on the request class. - Added
Header
class concept. - Added same header concept to responses
- Added Vue3 Preset
- Added Secure cookies via a SECURE_COOKIES environment variable
- Added PubNub broadcast driver
- Added Tailwind Preset
Removed
- Removed "HTTP" concept on the request class.
- Removed route helpers
v2.3.23
Change Log
Fixed
- Fixed import of collections module to prevent deprecation notice
- Fixed back helper to always redirect back to url