Releases: MasoniteFramework/masonite
Releases · MasoniteFramework/masonite
v4.16.2
Change Log
Fixed
- Fixed issue with MessageBag
v4.16.1
Change Log
Changed
Fixed
- Fixed auth by @josephmancuso in #629
- Fixed unreachable code in container.py by @filippetrovicAT in #688
- Fixed Redis Cache - Use internal cache for performance & bug fixes by @circulon in #686
- Fixed missing comment for singleton method in container.py by @filippetrovicAT in #690
- Fixed messagebag by @josephmancuso in #691
New Contributors
- @goophps made their first contribution in #684
- @filippetrovicAT made their first contribution in #688
Full Changelog: v4.16.0...v4.16.1
v4.16.0
Change Log
Added
- Added more features to
CORS
by @girardinsamuel in #577
Fixed
- Fixed session drivers default options ignored by @circulon in #653
- Fixed validation by @josephmancuso in #681
- Fixed default connection by @josephmancuso in #682
- Fixed setup.py with missing packages by @rfschubert in #679
Full Changelog: v4.15.0...v4.16.0
v4.15.0
Change Log
Added
- Added
boolean
validation rule by @if4lcon in #664 - Added better docstring and typehints by @josephmancuso in #668
- Added docstring to orm provider by @josephmancuso in #669
- Added Masonite ORM to install requires
Fixed
- Fixed crafted Masonite classes to init.py by @girardinsamuel in #658
- Fixed getting MessageBag from session by @girardinsamuel in #657
- Fixed migration publishing by @josephmancuso in #666
- Fixed encoding of chinese characters in response by @girardinsamuel in #665
New Contributors
- @if4lcon made their first contribution in #664
Full Changelog: v4.14.3...v4.15.0
v4.14.3
Change Log
Fixed
- Fixed Mailgun driver broken when region option has been introduced in #628 by @girardinsamuel
Added
- Updated GitHub actions dependencies by @girardinsamuel in #656
Full Changelog: v4.14.2...v4.14.3
v4.14.2
Change Log
Fixed
- Fixed route not found error when sending emails inside jobs by @josephmancuso in #652
Full Changelog: v4.14.1...v4.14.2
v4.14.1
Change Log
Fixed
- Fixed bytes not being allowed on the local storage driver by @josephmancuso in #650
Full Changelog: v4.14.0...v4.14.1
v4.14.0
Change Log
Added
- Allow unbound class resolution from container by @girardinsamuel in #624
- Adding support to define custom region in mailgun endpoint. by @Marlysson in #628
- Added ability to handle correctly
OPTIONS
andHEAD
requests by @girardinsamuel in #578 - Added more options to
strong
validator, added newnot_exists_in_db
validator and fixedphone
validator by @circulon in #636 - Added
Redis
Session driver by @circulon in #621 - Added more tests for Container by @girardinsamuel in #637
- Added explicit type casting for route parameters by @girardinsamuel in #639
Fixed
- Fixed json payload in SlackDriver by @os-nikita in #626
- Fixed exceptionite possible solutions for
InvalidCSRFToken
andModelNotFoundException
by @girardinsamuel in #634 - Fixed
file
,image
andvideo
validators when validating files from request by @girardinsamuel in #623 - Fixed UploadFile ModuleNotFound Error by @circulon in #640
- Fixed route group prefix by @josephmancuso in #647
New Contributors
- @os-nikita made their first contribution in #620
- @circulon made their first contribution in #636
Full Changelog: v4.13.0...v4.14.0
v4.13.0
Change Log
Added
- Add Rate Limiting feature by @girardinsamuel in #527
- Added
dd
helper to views by @josephmancuso in #617 - Added Route Views by @josephmancuso in #616
Full Changelog: 4.12.1...v4.13.0